ghc-base.git
2010-09-13 Simon Marlowdon't fill a finalized handle with an error (see comment)
2010-09-13 Simon Marlowderiving (Eq, Ord, Read, Show) for Newline and NewlineMode
2010-09-13 Simon Marlowfix warning on Windows
2010-09-13 simonpj@microsoft.comPut the state-token argument on fill, done, adjust...
2010-09-09 Ross Patersonavoid Foreign.unsafePerformIO
2010-09-09 Simon MarlowRemove debugging code accidentally left in
2010-09-08 Ian LynaghFix Windows build; patches frmo ezyang
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-19 Ross Patersonfix cache variable name used by FP_SEARCH_LIBS_PROTO
2010-08-15 simonpj@microsoft.comAdd a missing castPtr (only shows up in -DDEBUG)
2010-08-13 Johan TibellFixed a rounding error in threadDelay
2010-08-12 Simon Marlowexport allocaBytesAligned; make allocaArray use the...
2010-07-05 Simon Marlowdeprecate unGetChan and isEmptyChan (see #4154)
2010-07-28 simonpj@microsoft.comAdd type signatures to cope with lack of local generali...
2010-07-27 simonpj@microsoft.comAdd type signature in local where
2010-08-10 Simon MarlowIntegrated new I/O manager
2009-09-17 jon.fairbairn... Add mfilter to Control.Monad
2010-07-29 Ross Patersonmove Monad and MonadFix instances for Either from mtl...
2010-07-22 Malcolm.Wallace... Remove egregious ghc-ish from Foreign.Marshal
2010-07-20 Simon Marlowadd numSparks :: IO Int (#4167)
2010-07-20 Simon Marlowadd unsafeLocalState from Haskell 2010, and docs
2010-07-20 Simon Marlowdocs: mention that Foreign.unsafePerformIO is deprecated
2010-07-14 Simon Marlowdoc formatting fix
2010-07-14 Simon Marlowadd module intro from Haskell 2010
2010-07-14 Simon Marlowdocument exception-overriding behaviour in withFile
2010-07-14 Simon Marlowdoc: use "finalizer" consistently
2010-07-14 Simon Marlowclarify meaning of bit
2010-07-14 Simon Marlownote shortcutting behaviour of any/all/elem
2010-07-13 Simon Marlowadd cast{C,U}CharToChar and castCharTo{C,U}Char, from...
2010-07-13 Simon Marlowmention that IntPtr and WordPtr can be marshalled to...
2010-07-07 simonpj@microsoft.comPartial fix for Trac #4136
2010-07-11 Simon HengelFix typo in documentation
2010-07-11 Simon HengelRemove duplicated word in documentation
2010-07-10 Malcolm.Wallace... Allow nhc98 to cope with recent changes to Control...
2010-07-08 Simon Marlow New asynchronous exception control API (base parts)
2010-07-08 Simon MarlowAsync-exception safety, and avoid space leaks
2010-07-08 Simon MarlowAsync-exception safety, and avoid space leaks
2010-07-02 Simon MarlowFix a few places where we forgot to close the text...
2010-07-01 Simon Marlowremove docs from Monad that belonged on the instance...
2010-07-01 Simon Marlowdocs: unqualify Prelude.IO
2010-07-01 Simon Marlowunqualify Float and Double
2010-07-01 Simon Marlowextract information about Data.Time from docs for CTime
2010-07-01 Simon Marlowdoc typo
2010-07-01 Simon MarlowpeekArray docs: remove mentions of "this version" and...
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
next