ghc-base.git
2010-07-01 Simon Marlowdoc typo
2010-07-01 Simon Marlowdoc typo
2010-07-01 Simon Marlowdoc typo
2010-07-01 Simon Marlowdoc wibble: Haskell 98 I/O Error -> 'IOError'
2010-07-01 Simon Marlowdoc typo
2010-07-01 Simon MarlowHaddock hacks to fix whitespace consistency
2010-07-01 Simon Marlowuse '==' consistently rather than '->' in examples
2010-07-01 Simon Marlowdoc wibble: remove confusing mention of "Prelude"
2010-07-01 Simon Marlowdoc wibble: nonstrict -> non-strict
2010-07-01 Simon Marlowdoc whitespace
2010-06-29 Simon Marlowmove the doc for 'Char' to its new home in ghc-prim...
2010-06-29 Simon Marlowdoc wibble
2010-06-29 Simon Marlowdoc updates in System.IO
2010-06-25 Simon Marlowdoc wibble
2010-06-24 Simon Marlowdoc wibbles
2010-06-25 Ian LynaghFix haddock formatting
2010-06-25 Ian LynaghGive nub's complexity in the haddock docs; fixes #4086
2010-06-24 Simon Marlowcorrect docs for exitWith: only stdout/stderr are flush...
2010-06-24 Simon Marlowfix docs for isSpace
2010-06-24 Simon Marlowmake the hGetBuf/hPutBuf family work with non-FD Handle...
2010-06-22 Simon Marlownit in docs for accumArray
2010-06-22 Simon Marlowadd doc for the ExitCode type
2010-06-22 Simon Marlowremove extraneous info from docs for Array
2010-06-08 Simon Marlowadd an INLINE to the list version of traverse, to enabl...
2010-06-20 Ian LynaghDon't define the C localeEncoding on Windows
2010-06-17 Ross Patersonadd Applicative instance for Either (proposal #4095)
2010-05-19 pho@cielonegro.orgUse libcharset instead of nl_langinfo(CODESET) if possible.
2010-06-15 Simon MarlowAdd a note about the interruptibility of throwTo.
2010-06-15 Simon Marlowdocs: note that hGetBufNonBlocking isn't non-blocking...
2010-06-15 Simon Marlowdon't depend on Prelude (#4122)
2010-06-15 Simon MarlowDon't depend on Prelude (#4123)
2010-06-01 Simon Marlowbump version to 4.3.0.0, added instance MonadPlus STM
2010-05-16 Bas van DijkMoved MonadPlus instance for STM from Control.Monad...
2010-05-16 Bas van DijkAdded Applicative and Alternative instances for STM
2010-06-02 Ross Patersonexpand Foldable instance for Array
2010-05-27 Ross Patersondoc comment illustrating Foldable(foldr)
2010-05-27 Ross Patersonfix syntax in doc comments
2010-05-20 Simon Marlowexport hGetBufSome (#4046)
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
next