Add more description of what "round" does, from the H98 report
[ghc-base.git] / System /
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
2008-07-30 Ian LynaghDon't use "deriving Typeable" (for portability reasons)
2008-07-30 Ian LynaghStart to actually use extensible exceptions
2008-07-30 Ian LynaghRejig the extensible exceptions so there is less circul...
2008-06-21 Ian LynaghUse extensible exceptions at the lowest level
2008-06-16 Ian LynaghRemove -fglasgow-exts from pragmas and comments
2008-06-16 Ian LynaghAvoid using deprecated flags
2008-05-27 Simon Marlownote about evaluation affecting StableNames
2008-03-12 Malcolm.Wallace... System.Console.GetOpt mistakenly rejects options as...
2008-03-10 Don Stewartuntabify
2008-03-08 Don Stewartuntabify
2008-02-13 Don StewartAdd exitSuccess :: IO a. For symmetry with exitFailure
2008-02-18 Don Stewartuntabify
2008-02-07 Don Stewartwhitespace only
2008-01-23 Simon MarlowWindows: large file support for hFileSize and hSeek...
2008-01-20 Ross Patersonhaddock attributes for haddock-2.0
2007-12-07 Malcolm.Wallace... Implement 'openTempFile' for nhc98.
2007-12-05 Simon MarlowFIX #1621: bug in Windows code for getCPUTime
2007-11-26 Ian LynaghFix some links in haddock docs
2007-11-20 Simon MarlowMove file locking into the RTS, fixing #629, #1109
2007-10-24 Simon MarlowFix doc building with Haddock 0.9
2007-10-23 Simon MarlowFIX #1258: document that openTempFile is secure(ish)
2007-10-18 Simon MarlowFIX #1652: openTempFile should accept an empty string...
2007-09-13 Tim ChevalierFIX #1689 (openTempFile returns wrong filename) 2007-09-13
2007-07-29 Ian LynaghRemove System.Posix.Signals (moving to unix)
2007-08-02 Simon Marlowfix Haddock markup
2007-08-01 Malcolm.Wallace... Temporarily fix breakage for nhc98.
2007-07-30 Ian LynaghFix fdToHandle on Windows
2007-07-24 Ross Patersonfix Hugs implementation of openTempFile
2007-07-24 Ross PatersonHugs only: avoid dependency cycle
2007-07-22 Ian Lynaghopen(Binary)TempFile is now portable
2007-07-22 Ian LynaghTweak temporary file filename chooser
2007-07-22 Ian LynaghMove open(Binary)TempFile to System.IO
2007-05-28 Malcolm.Wallace... add a dummy implementation of System.Timeout.timeout...
2007-05-23 Ian LynaghSplit off process package
2007-05-19 Ian LynaghSystem.Locale is now split out
2007-05-19 Ian LynaghSplit off directory, random and old-time packages
2007-04-26 Simon Marlowtweak documentation as per suggestion from Marc Weber...
2007-04-13 Malcolm.Wallace... For nhc98 only, use hsc2hs to determine System.Posix...
2007-04-12 Malcolm.Wallace... mark System.IO.openTempFile as non-portable in haddocks
2007-04-04 Ian LynaghFix braino
2007-04-04 Malcolm.Wallace... Fix incorrect changes to C types in a foreign import...
2007-04-03 Ian LynaghFix C/Haskell type mismatches
2007-04-03 Ian LynaghFix type mismatches between foreign imports and HsBase.h
2007-03-04 Ian LynaghAdd ioeGetLocation, ioeSetLocation to System/IO/Error...
2007-02-28 Peter Simonsdocument timeout limitations
2007-02-28 Peter SimonsSo many people were involved in the writing of this...
2007-01-26 Peter SimonsThis patch adds a timeout function to the base librarie...
2007-02-25 sven.panne@aedion.deFDs are CInts now, fixing non-GHC builds
2007-02-19 Ian LynaghConsistently use CInt rather than Int for FDs
2007-01-05 Ross Patersonversion of example using Tomasz Zielonka's technique
2006-11-16 Malcolm.Wallace... (nhc98) use new primitive implementations of h{Put...
2006-11-10 Malcolm.Wallace... __hscore_long_path_size is not portable beyond GHC
2006-11-07 Ross Patersonredefine writeFile and appendFile using withFile
2006-11-07 Ross Patersonadd withFile and withBinaryFile (#966)
2006-11-08 Malcolm.Wallace... remove conflicting import for nhc98
2006-11-07 Ross Patersonnon-GHC: fix canonicalizeFilePath
2006-11-07 Simon Marlowenable canonicalizePath for non-GHC platforms
2006-10-30 Ross Patersonminor clarification of RandomGen doc
2006-10-30 Ross Patersonrearrange docs a bit
2006-08-23 Simon Marlowadd notes about why copyFile doesn't remove the target
2006-08-22 Simon MarlowcopyFile: try removing the target file before opening...
2006-08-22 Simon MarlowcopyFile: try removing the target file before opening...
2006-08-13 Ross PatersonHugs only: disable unused process primitives
2006-08-09 Ross Patersonremove unnecessary #include "ghcconfig.h"
2006-07-07 simonpj@microsoftAdd missing method genRange for StdGen (fixes #794)
2006-07-05 Simon MarlowUNDO: Merge "unrecognized long opt" fix from 6.4.2
2006-05-06 Sven PanneMerge "unrecognized long opt" fix from 6.4.2
2006-05-04 Ross Patersonfix for non-GHC
2006-05-04 Ross Patersonuse bracket in appendFile (like writeFile)
2006-05-04 Simon MarlowwriteFile: close the file on error
2006-05-01 Ross Patersonfix previous patch
2006-05-01 Ross Patersonfixes for non-GHC
2006-04-27 Ross Patersonfix imports for mingw32 && !GHC
2006-04-26 Simon MarlowRequireOrder: do not collect unrecognised options after...
2006-03-10 Simon MarlowaddToClockTime: handle picoseconds properly
2006-02-10 Ian LynaghAvoid overflow when normalising clock times
2006-02-10 Ian LynaghYears have 365 days, not 30*365
2005-11-17 simonmar[project @ 2005-11-17 11:28:43 by simonmar]
2005-11-11 simonmar[project @ 2005-11-11 12:01:58 by simonmar]
2005-11-10 simonmar[project @ 2005-11-10 12:58:32 by simonmar]
2005-10-25 simonmar[project @ 2005-10-25 12:01:11 by simonmar]
2005-10-21 ross[project @ 2005-10-21 06:54:13 by ross]
2005-10-20 krasimir[project @ 2005-10-20 18:07:53 by krasimir]
2005-10-20 krasimir[project @ 2005-10-20 17:12:28 by krasimir]
next