Adjust behaviour of gcd
[ghc-base.git] / System /
2011-06-20 William KnopUse CSUSeconds in getCPUTime and getCurrentTime. Fixes...
2011-05-24 Simon MarlowAdd System.IO.char8, the encoding used by openBinaryFile,
2011-05-14 Max BolingbrokeBig patch to improve Unicode support in GHC. Validated...
2011-04-24 Ian LynaghRemove a redundant -fno-warn-unused-binds flag
2011-04-24 Ian LynaghRemove an unnecessary -fno-warn-unused-binds flag
2011-04-24 Ian LynaghFor GHC, implement the Typeable.hs macros using standal...
2011-03-29 Simon MarlowAdd GHC.IO.Handle.FD.openFileBlocking (#4248)
2011-03-21 Ian LynaghRename System.Event to GHC.Event
2011-03-12 Ian LynaghNever use epoll_create1; fixes trac #5005
2011-02-15 Bas van DijkMake the Timeout exception a newtype instead of a datatype
2011-02-11 Malcolm.Wallace... Fix incorrect #ifdef for nhc98
2011-02-05 Ian LynaghDeprecate System.IO.Error.{catch,try} and Prelude.catch...
2011-01-28 simonpj@microsoft.comUse explicit language extensions & remove extension...
2011-01-19 Dmitry AstapovClean up remnants of the Event Manager after forkProces...
2011-01-12 Johan TibellDocument System.Event
2010-12-13 Ian LynaghFix warnings
2010-12-06 Bryan O'SullivanUse onException for exception cleanup, and mask async...
2010-12-06 Bryan O'SullivanDrop closeFd from Control.Concurrent, rename to closeFdWith
2010-11-27 Bryan O'SullivanFix #4533 - unregister callbacks on exception, fixing...
2010-11-27 Bryan O'SullivanDrop System.Mem.Weak's dependency on Prelude
2010-11-26 Bryan O'SullivanFix #4514 - IO manager deadlock
2010-11-26 Bryan O'SullivanFix typo
2010-11-25 Simon MarlowEncode immediately in hPutStr and hPutChar
2010-11-16 simonpj@microsoft.comRemove unnecessary fromIntegral calls
2010-11-13 Ian LynaghSystem.Event.KQueue conditionally uses BangPatterns
2010-11-12 simonpj@microsoft.comAdd LANGUAGE BangPatterns to modules that use bang...
2010-11-03 Johan TibellReimplement firstPowerOf2
2010-10-22 simonpj@microsoft.comRemove redundant imports, now that NoImplicitPrelude...
2010-09-13 Simon Marlowfix warning on Windows
2010-09-09 Ross Patersonavoid Foreign.unsafePerformIO
2010-09-07 Edward Z. YangMore accurate isatty test for MinGW.
2010-09-04 Ian LynaghFix the build when HAVE_KQUEUE but not HAVE_KEVENT64
2010-08-30 benl@ouroborus.netFix warnings
2010-08-13 Johan TibellFixed a rounding error in threadDelay
2010-07-28 simonpj@microsoft.comAdd type signatures to cope with lack of local generali...
2010-08-10 Simon MarlowIntegrated new I/O manager
2010-07-14 Simon Marlowdocument exception-overriding behaviour in withFile
2010-07-11 Simon HengelRemove duplicated word in documentation
2010-07-01 Simon Marlowdoc typo
2010-06-29 Simon Marlowdoc updates in System.IO
2010-06-24 Simon Marlowcorrect docs for exitWith: only stdout/stderr are flush...
2010-05-20 Simon Marlowexport hGetBufSome (#4046)
2010-04-19 Matthias KilianMove comment closer to the offending line
2010-04-15 Matthias KilianIgnore the return code of c_fcntl_write again
2010-02-13 Ian LynaghUpdate the exitWith docs
2010-02-04 Malcolm.Wallace... For nhc98, import unsafeInterleaveIO rather than defini...
2010-02-03 benl@cse.unsw.edu.auStifle warning about unused return value
2010-01-20 Simon Marlowfix #3832: use the locale encoding in openTempFile
2009-11-23 Malcolm.Wallace... Remove ffi warnings for nhc98.
2009-10-09 Malcolm.Wallace... Fix gratuitous breakage of nhc98 in System.IO.
2009-09-13 Judah JacobsonOn Windows, use the console code page for text file...
2009-08-09 Ian LynaghApply proposal #3393
2009-08-07 Ian LynaghAdd some more C wrappers; patch from Krister Walfridsson
2009-07-15 Simon Marlowremove unused warning
2009-07-15 Simon MarlowAdd hGetEncoding :: Handle -> IO (Maybe TextEncoding)
2009-07-15 Simon MarlowAdd the utf8_bom codec
2009-07-13 Simon MarlowExport Unicode and newline functionality from System...
2009-07-10 Ian LynaghFix some "warn-unused-do-bind" warnings where we want...
2009-07-10 Ian LynaghUse throwErrnoIfMinus1_ when calling getrusage
2009-07-10 Ian LynaghFix some "warn-unused-do-bind" warnings where we want...
2009-07-09 Ian LynaghFix "warn-unused-do-bind" warnings in System.Posix...
2009-07-06 simonpj@microsoft.comRemove unused imports from base
2009-06-29 Simon Marlow#include <sys/times.h> if we have it (should fix build...
2009-06-25 Simon MarlowMove directory-related stuff to the unix package
2009-06-24 Simon MarlowsetNonBlockingMode now takes a flag, can turn blocking...
2009-06-22 Simon MarlowTidy up use of read/write/recv/send; avoid unnecessary...
2009-06-22 Simon MarlowMake this file independent of HsBase.h, use HsBaseConfi...
2009-06-18 Simon MarlowWindows: Unicode openFile and stat functions
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-29 Simon MarlowFix validate (on Windows)
2009-05-29 simonpj@microsoft.comMake two type defaults explicit
2009-05-28 Simon MarlowFix #3257: document that exitWith in a forkIO'd thread...
2009-05-20 Ian LynaghAdd wrappers around fcntl
2009-03-16 Malcolm.Wallace... Fix layout to comply with H'98.
2009-02-20 Ian Lynaghifdef out the definition of setCloseOnExec on Windows...
2009-02-19 Simon MarlowSet the IO manager pipe descriptors to FD_CLOEXEC
2009-02-06 Malcolm.Wallace... implement System.IO.Error more fully for nhc98
2009-02-06 Malcolm.Wallace... Make System.Posix.Internals buildable by nhc98.
2009-01-14 Ian LynaghMove some catch definitions around to avoid an import...
2009-01-14 Ian LynaghAdd NoImplicitPrelude to the extensions used when build...
2009-01-05 Ian LynaghFix build when we have HTYPE_TCFLAG_T
2009-01-05 Ian LynaghFix the build on Windows
2009-01-04 Ian LynaghAdd errno to the IOError type
2008-09-04 Ian LynaghAdd missing files
2008-08-24 Ian LynaghSplit off the concurrent hierarchy (concurrent, unique...
2008-08-24 Ian LynaghSplit getopt off into its own package
2008-08-23 Ian LynaghFix Windows-only warnings
2008-08-22 Ian LynaghSuppress some warnings that are hard to fix because...
2008-08-20 Ian LynaghFix more warnings
2008-08-20 Ian LynaghFix some more warnings
2008-08-21 Simon Marlowremove some functions that aren't used in base
2008-08-18 Simon Marlowremove __hscore_renameFile, it is no longer uesd
2008-08-12 Ross Patersonuse dummy implementation of timeout for all non-GHCs
2008-08-12 Ross PatersonHugs only: fix imports
2008-08-12 Ross Patersonsplit most of Control.Exception into new Control.Except...
2008-08-11 Ross Patersonremove kludges, now that Control.Exception is imported
2008-08-06 Ian LynaghFix a couple of imports
2008-08-04 Malcolm.Wallace... nhc98 needs the Prelude for this module
2008-08-01 Ian LynaghRemove unused imports
next