ghc-base.git
2010-05-17 Simon MarlowhWaitForInput: don't try to read from the device (...
2010-05-14 Simon MarlowhSetEncoding: change the encoding on both read and...
2010-04-23 Adam VogtCorrect haddock formatting.
2010-05-05 Simon MarlowFix for hGetBufSome
2010-05-05 Simon Marlowimprove the documentation for throwTo and killThread...
2010-05-05 Simon Marlowelaborate the docs for unsafePerformIO a bit
2010-05-04 Simon Marlowadd Typeable instance
2010-05-04 Simon MarlowAdd hGetBufSome, like hGetBuf but can return short...
2010-05-04 Simon MarlowAdd swap (#3298)
2010-04-23 Simon Marlowinline allocaArray0, to fix withCString benchmark
2010-04-21 Simon Marlowraise asynchronous exceptions asynchronously (#3997)
2010-04-21 Simon Marlowadd NOINLINE pragmas for stdin/stdout/stderr
2010-04-19 Simon MarlowINLINE alloca and malloc
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-04-13 Ian LynaghFix bitrot in IO debugging code
2010-04-13 Ian LynaghTiny code tidy-up
2010-03-25 Simon Marlowremove old/wrong comment
2010-03-29 Bas van DijkwithThread: block asynchronous exceptions before instal...
2010-03-29 Bas van DijkrunInUnboundThread: block asynchronous exceptions befor...
2010-03-30 Simon Marlowfix the deprecation message (GHC.IO.Handle.Base ->...
2010-03-18 Bas van DijkMake SampleVar an abstract newtype
2010-03-18 Bas van DijkFix bugs regarding asynchronous exceptions and laziness...
2010-03-19 Bas van DijkWrite the thunk 'next' to the MVar
2010-03-18 Simon Marlowchange to use STM, fixing 4 things
2010-03-12 Ian LynaghTweak docs
2010-03-08 Bas van DijkFixed dead links in documentation of forkIO
2010-03-01 Bas van DijkDocumentation fixes in Control.Exception
2010-02-25 Simon MarlowPlug two race conditions that could lead to deadlocks...
2010-02-24 jpm@cs.uu.nlFIX #3866: improve documentation of Data.Data.Constr
2010-02-23 Simon MarlowUNDO: Handle NaN, -Infinity and Infinity in the toRatio...
2010-02-21 Ian LynaghPut the complexity in the length docs. Fixes trac ...
2010-02-21 Malcolm.Wallace... nhc98 should build Data.Functor.
2010-02-13 Ian LynaghUpdate the exitWith docs
2010-02-11 Simon MarlowHandle NaN, -Infinity and Infinity in the toRational...
2010-02-04 Malcolm.Wallace... For nhc98, import unsafeInterleaveIO rather than defini...
2010-02-03 benl@cse.unsw... Stifle warning about unused return value
2010-01-20 Simon Marlowfix #3832: use the locale encoding in openTempFile
2010-01-16 Ian LynaghFix the build: export void, so it doesn't give an unuse...
2010-01-12 Simon MarlowhIsEOF: don't do any decoding (#3808)
2010-01-08 gwern0@gmail.comControl.Monad: +void :: f a -> f ()
2009-12-24 Malcolm.Wallace... Replace the implementation of mergesort with a 2x faste...
2009-12-23 Malcolm.Wallace... Restore previous Data.Typeable.typeOf*Default implement...
2009-12-18 simonpj@microsoft.comAdd comments about double bounds-checking, and fast...
2009-12-18 simonpj@microsoft.comFix Trac #3245: memoising typeOf
2009-12-16 simonpj@microsoft.comMark 'index' as INLINE in GHC.Arr
2009-12-06 Ian LynaghComment the remaining orphan instance modules
2009-12-05 Ian LynaghDe-orphan Eq/Ord Float/Double
2009-12-05 Ian LynaghAdd comments to "OPTIONS_GHC -fno-warn-orphans" pragmas
2009-12-02 Malcolm.Wallace... Data.Either.partitionEithers was insufficiently lazy.
2009-11-30 Simon Marlowfix the docs regarding finalizer guarantees
2009-12-01 Malcolm.Wallace... x86_64 requires more stack
2009-11-25 Simon Marlowcheck for size < 0 in mallocForeignPtrBytes and friends...
2009-11-25 Simon MarlowhGetContents: close the handle properly on error
2009-11-26 Roman LeshchinskiyFix arities of mapFB and zipFB
2009-11-26 Ian LynaghRemove an unnecessary -fno-warn-orphans flag
2009-11-25 Ian LynaghTweak layout to work with alternative layout rule
2009-11-25 Ian LynaghTweak layout to be accepted by the alternative layout rul
2009-11-25 Roman LeshchinskiyMake sure zipWithFB has arity 2
2009-11-24 Ian LynaghRemove an old comment
2009-11-24 Ian LynaghDe-orphan the Eq/Ord Integer instances
2009-11-24 Ian LynaghWhitespace only
2009-11-24 Ian LynaghDerive some more instances, rather than writing them...
2009-11-24 Ian LynaghWe can now derive Ord ()
2009-11-23 Ian LynaghDe-orphan tuple Eq/Ord instances
2009-11-23 Ian LynaghControl.Exception.Base no longer has any orphans
2009-11-23 Ian LynaghDe-orphan the MonadFix ST instance for GHC
2009-11-23 Ian LynaghRearrange the contents of Control.Monad.ST; no function...
2009-11-23 Ian LynaghDe-orphan the Eq/Ord [a] instances
2009-11-23 Ian LynaghDe-orphan the Eq/Ord Char instances
2009-11-23 Ian LynaghDe-orphan the Eq/Ord Bool instances
2009-11-23 Ian LynaghMove Eq/Ord Ordering instances to de-orphan them
2009-11-23 Malcolm.Wallace... Remove ffi warnings for nhc98.
2009-11-11 Simon MarlowSecond attempt to fix #1185 (forkProcess and -threaded)
2009-11-06 Simon MarlowRollback #1185 fix
2009-11-04 Ian LynaghFix the build on Windows
2009-11-03 Simon MarlowFix #1185: restart the IO manager after fork()
2009-10-16 Simon Marlowimprove the documentation for throwErrnoIfRetry
2009-10-29 simonpj@microsoft.comDon't inline unpackFoldrCString ever
2009-10-29 simonpj@microsoft.comInline more default methods
2009-10-29 simonpj@microsoft.comMove error messages out of INLINEd default methods
2009-10-29 simonpj@microsoft.comExploit now-working default-method INLINE pragmas for...
2009-10-29 simonpj@microsoft.comTidy up and comment imports
2009-10-29 simonpj@microsoft.comInline foldr and (.) when applied to two arguments...
2009-10-13 Malcolm.Wallace... dirUtils.c no longer available
2009-10-12 Simon MarlowMake hGetContents throw an exception if an error is...
2009-10-13 Malcolm.Wallace... Re-instate System.Console.Getopt for nhc98 builds.
2009-10-09 Ian LynaghRoll back "Another instance of nhc98's strange import...
2009-10-09 Ian LynaghRoll back "Cope with nhc98's (occasionally-strange...
2009-10-09 Malcolm.Wallace... It seems that nhc98 needs defaulting in Data.Fixed.
2009-10-09 Malcolm.Wallace... Another instance of nhc98's strange import semantics.
2009-10-09 Malcolm.Wallace... Make Data.Functor compatible with non-GHC compilers.
2009-10-09 Malcolm.Wallace... Cope with nhc98's (occasionally-strange) import semantics.
2009-10-09 Malcolm.Wallace... Fix gratuitous breakage of nhc98 in System.IO.
2009-10-09 Malcolm.Wallace... Fix gratuitous breakage of nhc98 in Control.Exception...
2009-10-09 Malcolm.Wallace... Fix gratuitous breakage of non-GHC in Data.Fixed.
2009-10-09 Malcolm.Wallace... Fix gratuitous breakage for non-GHC in Data.Bits.
2009-10-06 Simon MarlowUse UTF-32LE instead of UTF32LE
2009-09-30 Ben.Lippmeier... Strip any Byte Order Mark (BOM) from the front of decod...
2009-10-05 Simon Marlowuse UTF32BE/UTF32LE instead of UCS-4/UCS-4LE
next