ghc-base.git
2010-10-19 Daniel FischerFIX #4335
2010-10-19 Daniel FischerFIX #4337
2010-10-21 Simon Marlowremove trailing whitespace
2010-10-21 Daniel FischerFIX #4336
2010-09-26 Bas van DijkAdd throwSTM :: Exception e => e -> STM a
2010-09-26 Bas van DijkGeneralize catchSTM
2010-10-20 Daniel FischerFIX #4334
2010-10-20 Daniel FischerFIX #1434
2010-10-18 simonpj@microsoft.comDefine SpecConstrAnnotation in GHC.Exts, and import...
2010-10-14 Simon MarlowthrowTo: mention interruptible foreign calls
2010-10-13 Simon Marlowremove trailing whitespace
2010-10-13 Simon MarlowFIX #4381
2010-09-24 Bas van DijkReplaced some throws to throwIOs where the type is IO
2010-10-05 Bas van DijkAdded initial .authorspellings
2010-10-02 Daniel FischerLazier intersperse
2010-08-16 ghc@cainnorris.netFIX #4228 (atanh (-1) returns NaN instead of -Infinity)
2010-09-30 Daniel FischerMake intersectBy lazier
2010-09-22 Simon Marlowdoc tweak for Directory file type: file names are ...
2010-09-15 Simon Marlowdocumentation for IODeviceType (#4317, edited by me)
2010-07-22 <unknown>Allow Data.HashTable construction with user-supplied...
2010-09-16 Simon Marlowsome fixes for hGetBufSome
2010-09-15 Simon MarlowWindows: map ERROR_NO_DATA to EPIPE, rather than EINVAL
2010-09-13 Simon Marlowtighten up parsing of numbers (#1579)
2010-09-14 simonpj@microsoft.comAdd absentError.
2010-09-14 simonpj@microsoft.comAdd missing import, fixes build on windows
2010-09-13 Simon MarlowAdd a suitable Show instance for TextEncoding (#4273)
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.
next