Adjust behaviour of gcd
[ghc-base.git] / include /
2011-04-24 Ian LynaghFor GHC, implement the Typeable.hs macros using standal...
2011-04-06 Max BolingbrokeUse _NSGetEnviron on OS X: fixes #2458
2010-09-07 Edward Z. YangMore accurate isatty test for MinGW.
2010-08-10 Simon MarlowIntegrated new I/O manager
2009-08-07 Ian LynaghAdd some more C wrappers; patch from Krister Walfridsson
2009-08-01 Simon MarlowUpdates to follow the RTS tidyup
2009-06-25 Simon MarlowMove directory-related stuff to the unix package
2009-06-22 Simon MarlowTidy up use of read/write/recv/send; avoid unnecessary...
2009-06-18 Simon MarlowWindows: Unicode openFile and stat functions
2009-06-18 Simon MarlowAdd a comment to remind us that memcpy_src_off is used...
2009-06-15 Ian LynaghRemove old Integer prototypes
2009-06-15 Malcolm.Wallace... Allow System.Posix.Internals to compile with nhc98...
2009-06-12 Simon MarlowRewrite of the IO library, including Unicode support
2009-05-23 Ian LynaghFix warnings
2009-05-20 Simon Marlowadd _O_NOINHERIT when opening files on Windows (see...
2009-05-20 Ian LynaghAdd wrappers around fcntl
2009-02-19 Simon MarlowSet the IO manager pipe descriptors to FD_CLOEXEC
2009-02-19 Simon MarlowRewrite of signal-handling (base patch; see also ghc...
2009-02-06 Malcolm.Wallace... Make System.Posix.Internals buildable by nhc98.
2008-09-04 Ian LynaghDon't define __hscore_s_issock on Windows
2008-09-04 Ian LynaghDon't make S_ISSOCK use conditional
2008-09-03 Ross Patersonmake Typeable instances for larger tuples available...
2008-08-20 Ian LynaghFix some more warnings
2008-08-18 Simon Marlowremove __hscore_renameFile, it is no longer uesd
2008-06-19 Ian LynaghMake the macros in Typeable.h add type signatures
2008-06-15 Ross Patersondelete __hscore_{mkstemp,getrlimit,setrlimit} (moved...
2008-05-20 Ian LynaghFix the build on Windows 2008-05-28
2008-05-20 Ian LynaghAdd wrappers for [gs]etrlimit
2008-05-20 Ian LynaghAdd a wrapper for mkstemp
2008-05-09 Simon MarlowAvoid calling varargs functions using the FFI
2008-03-19 Simon Marlowfix types for __hscore_st_dev() and __hscore_st_ino()
2008-03-05 Don Stewartuntabify
2008-01-23 Simon Marlowadd comment about lack of _chsize_s()
2008-01-23 Simon MarlowWindows: large file support for hFileSize and hSeek...
2007-11-20 Simon MarlowMove file locking into the RTS, fixing #629, #1109
2007-08-28 Ian LynaghRemove redundant include/Makefile
2007-08-19 Ross Patersonfpstring.h has moved to bytestring
2007-06-27 Ian LynaghUse "-- //" (2 spaces) rather than "-- //" (1) to...
2007-06-26 Malcolm.Wallace... Use a combination of Haskell/C comments to ensure robus...
2007-06-25 Malcolm.Wallace... Change C-style comments to Haskell-style.
2007-06-14 Simon Marlowupdate prototype following inputReady->fdReady change
2007-05-23 Ian LynaghSplit off process package
2007-05-19 Ian LynaghSplit off directory, random and old-time packages
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-14 Simon Marlowfix to getUSecOfDay(): arithmetic was overflowing
2007-02-09 Ian LynaghThe Windows counterpart to 'wrapround of thread delays'
2007-01-29 Neil Davieswrapround of thread delays
2007-02-05 Ian LynaghUse static inline rather than extern inline/inline
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-15 Ross Patersoneliminate more HOST_OS tests
2006-08-11 Ross Patersonreduce dependency on ghcconfig.h
2006-07-24 Simon Marlowremove spurious 'extern "C" {'
2006-07-01 Don StewartImport Data.ByteString.Lazy, improve ByteString Fusion...
2006-06-22 Simon Marlowremove dead code
2006-05-18 Simon Marlow#define _REENTRANT 1 (needed to get the right errno...
2006-05-10 Ross Patersonportable implementation of WordPtr/IntPtr for non-GHC
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.
2005-11-30 simonmar[project @ 2005-11-30 16:56:24 by simonmar]
2005-09-19 ross[project @ 2005-09-19 23:24:31 by ross]
2005-07-26 ross[project @ 2005-07-26 09:37:27 by ross]
2005-05-06 sof[project @ 2005-05-06 00:30:56 by sof]
2005-04-05 simonmar[project @ 2005-04-05 08:38:24 by simonmar]
2005-03-27 panne[project @ 2005-03-27 13:41:19 by panne]
2005-03-19 sof[project @ 2005-03-19 02:03:26 by sof]
2005-03-14 simonmar[project @ 2005-03-14 12:18:05 by simonmar]
2005-03-02 ross[project @ 2005-03-02 16:39:56 by ross]
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-05 krasimir[project @ 2005-01-05 21:30:05 by krasimir]
2005-01-02 krasimir[project @ 2005-01-01 23:59:58 by krasimir]
2004-11-06 panne[project @ 2004-11-06 16:34:25 by panne]
2004-11-06 panne[project @ 2004-11-06 13:01:18 by panne]
2004-10-14 simonmar[project @ 2004-10-14 14:58:50 by simonmar]
2004-10-08 ross[project @ 2004-10-08 12:04:48 by ross]
2004-10-06 dons[project @ 2004-10-06 23:45:37 by dons]
2004-10-06 ross[project @ 2004-10-06 11:11:34 by ross]
2004-10-06 ross[project @ 2004-10-06 10:13:07 by ross]
2004-10-05 mthomas[project @ 2004-10-05 07:43:07 by mthomas]
2004-10-02 dons[project @ 2004-10-02 07:14:38 by dons]
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-15 stolz[project @ 2004-09-15 13:51:00 by stolz]
2004-09-07 stolz[project @ 2004-09-07 15:35:41 by stolz]
2004-09-01 ross[project @ 2004-09-01 15:57:13 by ross]
2004-08-25 sof[project @ 2004-08-25 18:42:47 by sof]
2004-08-25 sof[project @ 2004-08-25 16:20:13 by sof]
2004-08-18 krasimir[project @ 2004-08-18 17:48:44 by krasimir]
2004-08-17 krasimir[project @ 2004-08-17 16:48:09 by krasimir]
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-13 panne[project @ 2004-06-13 21:03:46 by panne]
2004-06-02 simonmar[project @ 2004-06-02 16:09:58 by simonmar]
next