ghc-base.git
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-05-02 simonpj@microsoft.comAdd comments about why rotate has an INLINE
2008-05-01 Don StewartInline Data.Bits.rotate@Int, enables rotate to be const...
2008-05-01 keller@cse... Moved def. of emptyP
2008-05-01 keller@cse... emptyP def to gHC.PArr
2008-04-30 Don StewartReexport (>>>) and (<<<) from Control.Arrow. Preserves...
2008-04-30 simonpj@microsoft.comAdd realToFrac RULE comments from patch message into...
2008-04-30 Don StewartAdd RULES for realToFrac from Int.
2008-04-27 Ian LynaghJust (-0/1) is now printed as Just (-0.0), not Just...
2008-04-25 Ross Patersonrecord libraries@haskell.org as maintainer
2008-04-24 keller@cse... Added emptyP def
2008-04-22 Simon Marlowdon't set O_NONBLOCK on FDs passed to fdToHandle
2008-04-22 Malcolm.Wallace... Improve docs for unsafeCoerce
2008-04-22 simonpj@microsoft.comSpelling only
2008-04-21 simonpj@microsoft.comIn docs for unsafeCoerce, point to unsafeCoerce#
2008-04-18 Ian LynaghTurn off the gcd/lcm optimisations for Integer for now
2008-04-12 Ian LynaghOrdering has now moved to ghc-prim
2008-03-19 Simon Marlowfix types for __hscore_st_dev() and __hscore_st_ino()
2008-03-27 Malcolm.Wallace... give an absolute path to 'harch'
2008-03-25 Ian LynaghMove Word64/Int64/Word32/Int32 primitives into ghc...
2008-03-24 Ian LynaghUpdate .darcs-boring
2008-03-24 Ian LynaghRemove GHC.PrimopWrappers from base's exposed modules...
2008-03-23 Ian Lynaghbase now uses build-type: Configure
2008-03-23 Ian LynaghMove Integer out into its own package
2008-03-22 Ian LynaghList extensions used rather than using the -fglasgow...
2008-03-21 Ian LynaghRemove a gratuitous pattern type sig
2008-03-20 Ian LynaghAn even better definition for (^) (trac #1687)
2008-03-18 Ian LynaghReplace (^) with a faster variant (from trac #1687)
2008-03-14 Ian LynaghAdd partitionEithers, lefts, and rights.
2008-03-12 Malcolm.Wallace... System.Console.GetOpt mistakenly rejects options as...
2008-03-10 Don Stewartuntabify
2008-03-08 Don Stewartuntabify
2008-03-08 Don Stewartuntabify
2008-03-08 Don Stewartuntabify
2008-03-08 Don Stewartuntabify
2008-03-08 Don Stewartuntabify
2008-03-08 Don Stewartuntabify
2008-03-07 Don Stewartuntabify
2008-03-05 Don Stewartuntabify
2008-03-05 Don Stewartuntabify
2008-03-05 Don Stewartuntabify
2008-03-05 Don Stewartuntabify
2008-03-05 Don Stewartuntabify
2008-03-05 Don Stewartuntabify
2008-03-05 Don Stewartuntabify
2008-03-04 Don Stewartuntabify
2008-03-04 Don Stewartuntabify
2008-03-04 Don Stewartuntabify
2008-03-03 Don Stewartuntabify
2008-03-03 Don Stewartuntabify
2008-03-03 Don Stewartuntabify
2008-02-28 Don Stewartuntabify
2008-02-28 Don Stewartuntabify
2008-02-28 Don Stewartuntabify
2008-02-28 Don Stewartuntabify
2008-02-28 Simon Marlowexport MVar, TVar, and STM non-abstractly
2008-02-13 Max BolingbrokeAdded Down class and improved groupWith fusion
2008-02-27 Don Stewartuntabify
2008-02-26 Don Stewartuntabify
2008-02-20 Simon Marlowmention explicitly that hIsEOF may block
2008-02-19 Don Stewartuntabify
2008-02-19 Don Stewartuntabify
2008-02-19 Don Stewartuntabify
2008-02-19 Don Stewartuntabify
2008-02-19 Don Stewartuntabify
2008-02-13 Don StewartAdd exitSuccess :: IO a. For symmetry with exitFailure
2008-02-18 Don Stewartuntabify
2008-02-18 Don Stewartuntabify
2008-02-15 Don Stewartuntabify
2008-02-11 Simon MarlowFIX dynamic001, dynamic002: further fixes to tuple...
2008-02-13 Don Stewartuntabify
2008-02-13 Don Stewartuntabify only
2008-02-07 Don Stewartwhitespace only
2008-02-07 Don StewartWhitespace only
2008-02-05 Simon MarlowFIX dynamic001 dynamic002: isTupleTyCon had rotted
2008-02-03 Ian Lynaghdeforestation rules for enumFromThenTo; based on a...
2008-01-29 Don StewartGeneralise type of forever :: (Monad m) => m a -> m b
2008-01-24 Simon MarlowFIX #1936: hGetBufNonBlocking was blocking on stdin...
2008-01-24 Simon MarlowThe default uncaught exception handler was adding an...
2008-01-23 Simon Marlowadd comment about lack of _chsize_s()
2008-01-23 Simon MarlowWindows: large file support for hFileSize and hSeek...
2008-01-20 Ian LynaghExport topHandler, topHandlerFastExit from GHC.TopHandler
2008-01-20 Ross Patersonhaddock attributes for haddock-2.0
2007-11-21 Bertram FelgenhauerData.List.sort: force elements from start to end.
2008-01-09 simonpj@microsoft.comFix comment on GHC.Ptr.minusPtr
2008-01-04 simonpj@microsoft.comRemove redundant imports of GHC.Err
2007-12-20 simonpj@microsoftTuple tycons have parens around their names
2007-12-20 simonpj@microsoft.comAdd groupWith, sortWith, the, to support generalised...
2007-12-09 David WaernAdd GHC.Prim to exposedModules in the Haddock 0.x hook
2007-12-09 David WaernAdd GHC.Prim to exposedModules in the Haddock 0.x hook
2007-12-02 Ian LynaghSimplify the GHC.Prim hack in base.cabal/Setup.hs
2007-12-07 Malcolm.Wallace... Implement 'openTempFile' for nhc98.
2007-12-05 Simon Marlowdocs: describe the changes to forkIO, and document...
2007-12-05 Simon Marlowdoc only: use realToFrac instead of fromRational.toRational
2007-12-05 Roman LeshchinskiyAdd singletonP to GHC.PArr
2007-12-05 Simon MarlowFIX #1621: bug in Windows code for getCPUTime
2007-12-04 Simon Marlowprotect console handler against concurrent access ...
next