final revision to GArrow classes
[ghc-base.git] / cbits /
2010-10-18 Daniel FischerFIX #2271
2011-02-07 Bas van DijkRegenerated cbits/WCsubst.c based on Unicode 6.0.0
2010-09-15 Simon MarlowWindows: map ERROR_NO_DATA to EPIPE, rather than EINVAL
2010-09-08 Ian LynaghFix Windows build; patches frmo ezyang
2010-09-07 Edward Z. YangMore accurate isatty test for MinGW.
2010-06-20 Ian LynaghDon't define the C localeEncoding on Windows
2010-05-19 pho@cielonegro.orgUse libcharset instead of nl_langinfo(CODESET) if possible.
2009-08-01 Simon MarlowUpdates to follow the RTS tidyup
2009-06-30 Simon Marlowavoid a warning
2009-06-29 Matthias KilianAdd a wrapper for libiconv.
2009-06-25 Simon MarlowMove directory-related stuff to the unix package
2009-06-23 Simon MarlowCall nl_langinfo(CODESET) to get the name of the locale...
2009-03-16 Malcolm.Wallace... ghcconfig.h is __GLASGOW_HASKELL__ only
2009-03-05 Simon MarlowFIX #2189: re-enabled cooked mode for Console-connected...
2009-03-05 Simon MarlowFIX #2189: re-enabled cooked mode for Console-connected...
2008-09-12 Simon MarlowWe should be including Rts.h here, not Stg.h
2008-09-04 Ian LynaghUnbreak the GHC build with older versions of gcc
2008-08-31 Ross Patersonnon-GHC: leave out Belch functions
2008-08-25 Ian LynaghFix warnings in PrelIOUtils.c
2008-08-18 Simon Marlowremove __hscore_renameFile, it is no longer uesd
2008-08-14 Ross Patersonremove returns from void functions
2008-07-08 Simon MarlowFIX #1198: hWaitForInput on Windows
2008-06-13 Ian LynaghUpdate WCsubst.c for Unicode 5.1.0, and add a README...
2008-06-13 Ian LynaghFix ubconfc
2008-05-09 Simon MarlowAvoid calling varargs functions using the FFI
2008-03-25 Ian LynaghMove Word64/Int64/Word32/Int32 primitives into ghc...
2007-11-20 Simon MarlowMove file locking into the RTS, fixing #629, #1109
2007-10-17 Simon Marlowclean up duplicate code
2007-08-30 Simon Marlowmake hWaitForInput/hReady not fail with "invalid argume...
2007-08-11 Ian LynaghRemove bits left over from the old build system
2007-07-29 Ian Lynaghbytestring is now in its own package
2007-05-23 Ian LynaghSplit off process package
2007-05-19 Ian LynaghSplit off directory, random and old-time packages
2007-05-07 Simon MarlowFIX: #724 (tee complains if used in a process started...
2007-04-04 Ian LynaghHsByteArray doesn't exist
2007-04-03 Ian LynaghFix C/Haskell type mismatches
2007-04-03 Ian LynaghFix type mismatches between foreign imports and HsBase.h
2007-02-09 Ian LynaghThe Windows counterpart to 'wrapround of thread delays'
2006-12-04 Simon Marlowdos2unix
2006-12-04 Simon Marlowdon't try to compile this on Unix
2006-12-01 Simon MarlowAdd support for the IO manager thread on Windows
2006-08-24 Simon MarlowC regex library bits have moved to the regex-posix...
2006-08-23 Don StewartSync Data.ByteString with current stable branch, 0.7
2006-08-11 Ross Patersonreduce dependency on ghcconfig.h
2006-07-01 Don StewartImport Data.ByteString.Lazy, improve ByteString Fusion...
2006-05-03 dons@cse.unsw.edu.auSync with FPS head
2006-04-29 Don StewartMerge in Data.ByteString head. Fixes ByteString+cbits...
2006-04-28 Don StewartImport Data.ByteString from fps 0.5.
2006-04-07 Simon MarlowTrack the GHC source tree reorganisation
2006-02-23 Simon Marlowdeclare blkcmp() static
2005-12-02 simonmar[project @ 2005-12-02 12:26:22 by simonmar]
2005-11-11 simonmar[project @ 2005-11-11 14:41:01 by simonmar]
2005-11-11 simonmar[project @ 2005-11-11 12:01:58 by simonmar]
2005-08-01 simonmar[project @ 2005-08-01 13:23:22 by simonmar]
2005-07-22 simonmar[project @ 2005-07-22 10:18:51 by simonmar]
2005-05-13 sof[project @ 2005-05-13 16:58:02 by sof]
2005-05-06 sof[project @ 2005-05-06 00:30:56 by sof]
2005-03-27 panne[project @ 2005-03-27 13:41:19 by panne]
2005-03-21 sof[project @ 2005-03-21 18:04:48 by sof]
2005-03-19 sof[project @ 2005-03-19 02:03:26 by sof]
2005-03-18 krasimir[project @ 2005-03-18 17:28:08 by krasimir]
2005-03-16 simonmar[project @ 2005-03-16 10:55:04 by simonmar]
2005-03-15 simonmar[project @ 2005-03-15 13:38:27 by simonmar]
2005-03-14 simonmar[project @ 2005-03-14 15:57:57 by simonmar]
2005-03-14 simonmar[project @ 2005-03-14 15:22:51 by simonmar]
2005-03-14 simonmar[project @ 2005-03-14 12:18:05 by simonmar]
2005-03-07 simonmar[project @ 2005-03-07 10:40:44 by simonmar]
2005-02-01 ross[project @ 2005-02-01 00:52:20 by ross]
2005-01-31 simonmar[project @ 2005-01-31 13:51:22 by simonmar]
2005-01-28 krasimir[project @ 2005-01-28 23:33:57 by krasimir]
2005-01-28 simonmar[project @ 2005-01-28 13:36:25 by simonmar]
2005-01-18 simonmar[project @ 2005-01-18 15:08:39 by simonmar]
2005-01-02 krasimir[project @ 2005-01-01 23:59:58 by krasimir]
2004-11-10 simonmar[project @ 2004-11-10 11:27:54 by simonmar]
2004-10-14 simonmar[project @ 2004-10-14 14:58:50 by simonmar]
2004-10-07 stolz[project @ 2004-10-07 13:13:22 by stolz]
2004-09-30 simonmar[project @ 2004-09-30 08:54:00 by simonmar]
2004-09-29 krasimir[project @ 2004-09-29 22:48:06 by krasimir]
2004-09-29 simonmar[project @ 2004-09-29 15:50:51 by simonmar]
2004-09-29 simonmar[project @ 2004-09-29 15:46:53 by simonmar]
2004-09-01 simonmar[project @ 2004-09-01 09:47:31 by simonmar]
2004-08-16 simonmar[project @ 2004-08-16 11:08:47 by simonmar]
2004-08-16 simonmar[project @ 2004-08-16 11:07:31 by simonmar]
2004-08-16 simonmar[project @ 2004-08-16 09:31:15 by simonmar]
2004-08-13 simonmar[project @ 2004-08-13 13:29:00 by simonmar]
2004-07-23 ross[project @ 2004-07-23 15:31:59 by ross]
2004-06-02 simonmar[project @ 2004-06-02 12:35:11 by simonmar]
2004-02-12 krasimir[project @ 2004-02-12 21:23:48 by krasimir]
2004-02-04 ross[project @ 2004-02-04 17:13:53 by ross]
2004-01-06 simonmar[project @ 2004-01-06 12:40:00 by simonmar]
2003-12-04 panne[project @ 2003-12-04 18:25:51 by panne]
2003-11-21 sof[project @ 2003-11-21 16:24:44 by sof]
2003-11-05 simonmar[project @ 2003-11-05 09:58:01 by simonmar]
2003-10-20 simonmar[project @ 2003-10-20 13:16:58 by simonmar]
2003-10-13 sof[project @ 2003-10-13 05:21:37 by sof]
2003-09-24 simonmar[project @ 2003-09-24 11:06:54 by simonmar]
2003-09-23 sof[project @ 2003-09-23 16:18:03 by sof]
2003-09-21 wolfgang[project @ 2003-09-21 22:20:57 by wolfgang]
2003-09-03 simonmar[project @ 2003-09-03 10:49:19 by simonmar]
2003-08-23 sof[project @ 2003-08-23 00:08:02 by sof]
next