ghc-base.git
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
2009-09-30 Ben.Lippmeier... Strip any Byte Order Mark (BOM) from the front of decod...
2009-09-25 Simon MarlowAdd traceEvent :: String -> IO ()
2009-09-23 Simon MarlowFix the error message when flushing the read buffer...
2009-09-23 Simon MarlowFix #3534: No need to flush the byte buffer when settin...
2009-09-16 Simon MarlowUse let !y = x in .. x .. instead of seq in $! and...
2009-09-15 Ross Patersonmake some Applicative functions into methods, and split...
2009-09-13 Judah JacobsonOn Windows, use the console code page for text file...
2009-09-11 Ian LynaghFix "init" docs: the input list need not be finite...
2009-09-11 Ian LynaghBump base version to 4.2.0.0
2009-08-30 Simon MarlowAddress #3310
2009-08-30 Ben.Lippmeier... Fix unicode conversion for MSB architectures
2009-08-30 Simon MarlowFix #3441: detect errors in partial sequences
2009-08-27 Simon MarlowFix hWaitForInput
2009-08-27 Simon Marlowfix debugging code
2009-08-26 Matthias KilianAllow for configurable iconv include and library locations.
2009-08-26 Simon Marlowtypo in comment
2009-08-25 Simon Marlowun-hide some modules from the Haddock docs
2009-08-19 Simon MarlowApply fix for #1548, from squadette@gmail.com
2009-08-12 Ashley Yakeleyimprovements to Data.Fixed: instances for Typeable...
2009-08-11 Ian LynaghFix "Cabal check" warnings
2009-08-09 Ian LynaghAdd a GHC.Constants module; fixes trac #3094
2009-08-09 Ian LynaghApply proposal #3393
2009-08-07 Ian LynaghAdd some more C wrappers; patch from Krister Walfridsson
2009-08-05 Alexander DunlapFixing configure for autoconf 2.64
2009-08-06 Ross Patersonadd INLINE toList
2009-08-05 Simon Marlowfix a copyright
2009-08-05 Simon MarlowTweak the BufferedIO class to enable a memory-mapped...
2009-08-04 Ian LynaghDeprecate Control.OldException
2009-08-03 Simon MarlowWindows build fix, following RTS tidyup
2009-08-01 Simon MarlowUpdates to follow the RTS tidyup
2009-07-22 Ian LynaghAdd integer-simple as a build option
2009-07-21 Ian LynaghUse shift[LR]Integer in the Bits Integer instance
2009-07-21 Ian Lynaghdepend directly on integer-gmp, rather than indirecting...
2009-07-22 Simon MarlowMove the instances of Functor and Monad IO to GHC.Base...
2009-07-21 Simon Marlowmove "instance Exception Dynamic" so it isn't an orphan
2009-07-19 Ian LynaghImprove the index checking for array accesses; fixes...
2009-07-18 Ian LynaghMake chr say what its argument was, if it's a bad argument
2009-07-15 Simon Marlowremove unused warning
2009-07-15 Simon Marlowwarning fix: -fno-implicit-prelude -> -XNoImplicitPrelude
2009-07-15 Simon MarlowAdd hGetEncoding :: Handle -> IO (Maybe TextEncoding)
2009-07-15 Simon MarlowAdd more documentation to mkTextEncoding
2009-07-15 Simon MarlowAdd the utf8_bom codec
2009-07-13 Simon MarlowExport Unicode and newline functionality from System...
2009-07-07 Simon Marlowadd a comment about the non-workingness of CHARBUF_UTF16
2009-07-11 Ian LynaghFix build on Windows
2009-07-10 Ian LynaghFix some "warn-unused-do-bind" warnings where we want...
2009-07-10 Ian LynaghUse throwErrnoIfMinus1_ when calling getrusage
2009-07-10 Ian LynaghRemove an unused import
2009-07-10 Ian LynaghreportStackOverflow now returns IO ()
2009-07-10 Ian LynaghGHC.Conc.reportError now returns IO ()
2009-07-10 Ian LynaghFix some "warn-unused-do-bind" warnings where we want...
2009-07-10 Ian LynaghMinor SampleVar refactoring
2009-07-10 Ian LynaghFix "warn-unused-do-bind" warnings in GHC/IO/Handle...
next