ghc-base.git
2008-09-17 Malcolm.Wallace... In nhc98, Word is a type synonym, so class instance... 6_10_branch_has_been_forked
2008-09-16 Simon MarlowFix bugs in Text.Printf (#1548)
2008-09-12 Simon MarlowWe should be including Rts.h here, not Stg.h
2008-08-22 <unknown>Generic functions that take integral arguments should...
2008-09-04 Ian LynaghDon't define __hscore_s_issock on Windows
2008-09-04 Ian LynaghUnbreak the GHC build with older versions of gcc
2008-09-04 Ian LynaghDon't make S_ISSOCK use conditional
2008-09-04 Ian LynaghAdd missing files
2008-09-03 Ian LynaghRemerge concurrent,unique,timeout,st,getopt into base
2008-09-03 Ross Patersonremove 'pure' method from Arrow class (#2517)
2008-09-03 Ross Patersonmake Typeable instances for larger tuples available...
2008-09-02 Ian LynaghDon't look for actual OldException.Exception exceptions
2008-09-02 Ross Patersonadd include/CTypes.h to extra-source-files
2008-09-02 Ross Patersonavoid relying on the implementation of SomeException
2008-08-31 Ross Patersonnon-GHC: leave out Belch functions
2008-08-31 Ross Patersonnon-GHC: add Typeable instance for ForeignPtr
2008-09-02 Simon Marlowdocs: mention that killThread on a completed thread...
2008-09-02 Simon Marlow#2528: reverse the order of args to (==) in nubBy to...
2008-09-01 Malcolm.Wallace... System.Timeout is no longer part of base
2008-08-27 Malcolm.Wallace... getopt is no longer part of base
2008-08-25 Ian LynaghSplit syb off into its own package
2008-08-25 Ross Patersonadd extra-source-files field
2008-08-25 Ian LynaghFix warnings in PrelIOUtils.c
2008-08-24 Ian LynaghWindows-only fixes for moving concurrent out of base
2008-08-24 Ian LynaghSplit off the concurrent hierarchy (concurrent, unique...
2008-08-24 Ian LynaghSplit getopt off into its own package
2008-08-23 Ian LynaghRemove ST stuff that is now in the new st package
2008-08-23 Ian LynaghFix Windows-only warnings
2008-08-22 Ian LynaghFix Windows-only warnings in GHC.Conc
2008-08-22 Ian LynaghSuppress some warnings that are hard to fix because...
2008-08-21 Ian LynaghProvide blockedOnDeadMVar, blockedIndefinitely for...
2008-08-20 Ian LynaghFix more warnings
2008-08-20 Ian LynaghSuppress a couple of warnings in GHC.PArr
2008-08-20 Ian LynaghFix more warnings
2008-08-20 Ian LynaghFix warnings in Data.Generics.*
2008-08-20 Ian LynaghFix some more warnings
2008-08-20 Ian LynaghIgnore some orphan warnings
2008-08-21 Simon Marlowremove some functions that aren't used in base
2008-08-18 Simon Marlowremove __hscore_renameFile, it is no longer uesd
2008-08-18 Simon MarlowRewrite the documentation for forkOS again
2008-08-17 Ross Patersonnhc only: expose Foldable and Traversable instances...
2008-08-16 Ian LynaghFix hReady (trac #1063)
2008-08-16 Bertram FelgenhauerFix oversight in Control.OldException
2008-08-16 Ian LynaghEliminate orphan rules and instances in the array package
2008-08-14 Ian LynaghControl.OldException: Map exceptions to old exceptions...
2008-08-14 Ross Patersonadd Traversable generalizations of mapAccumL and mapAcc...
2008-08-14 Ross Patersonsimplify definition of Prelude.catch
2008-08-14 Ross Patersonremove returns from void functions
2008-08-13 Malcolm.Wallace... No reason for Handler and catches to exclude nhc98.
2008-08-13 Malcolm.Wallace... Must import ExitCode for its instance to be re-exported.
2008-08-13 Ross Patersonuse New.catch instead of catchException in OldException
2008-08-13 Ross Patersonuse the Haskell 98 module Control.Exception.Base in...
2008-08-12 Ross Patersonexport Control.Exception.Base
2008-08-12 Ross Patersonuse dummy implementation of timeout for all non-GHCs
2008-08-12 Ross PatersonHugs only: fix imports
2008-08-12 Ross Patersonnon-GHC: hide Prelude.catch
2008-08-12 Malcolm.Wallace... add Control.Exception.Base to nhc98 build
2008-08-05 Simon Marlowbump to version 4.0
2008-08-12 Ross PatersonHugs only: don't import exception types -- their instan...
2008-08-12 Ross Patersonsplit most of Control.Exception into new Control.Except...
2008-08-11 Ross Patersonremove kludges, now that Control.Exception is imported
2008-08-11 Ross PatersonthreadDelay and friends are GHC-only
2008-08-08 Malcolm.Wallace... fix imports for non-GHC
2008-08-07 Ian LynaghEq and Ord have moved into GHC.Classes
2008-08-06 Ian LynaghUse the proper CInt type in GHC.Unicode
2008-08-06 Ian LynaghImport wibbles
2008-08-06 Ian LynaghRemove unnecessary Data/Dynamic.hs-boot
2008-08-06 Ian LynaghRemove more redundant GHC.Float imports
2008-08-06 Ian LynaghRemove an unnecessary import
2008-08-06 Ian LynaghMove Int, Float and Double into ghc-prim:GHC.Types
2008-08-06 Ian LynaghPut some explicit import lists in Data.Typeable
2008-08-06 Ian LynaghFix a couple of imports
2008-08-06 Ian LynaghRemove unused conditional import
2008-08-06 Ian LynaghSwap imports around to get GHC.ForeignPtr out of the...
2008-08-06 Ian LynaghMove some bits around to stop Data.Either being in...
2008-08-06 Ian LynaghTweak an import
2008-08-05 Ian LynaghRemove the DynIOError constructor of IOErrorType
2008-08-05 Ian LynaghMove some internals around to simplify the import graph...
2008-08-05 Ian LynaghMove the Char datatype into ghc-prim
2008-08-05 Ian LynaghRemove an unnecessary import
2008-08-05 Ian LynaghThe [] definition has moved to ghc-prim
2008-08-05 Ian LynaghFix warnings
2008-08-05 Ian LynaghAdd a missing case to Show AsyncException
2008-08-04 Ian LynaghRemove GHC.Dotnet
2008-08-04 Ian LynaghHide standalone deriving clauses from haddock
2008-08-04 Ian LynaghControl.Exception doesn't need to export assertError
2008-08-04 Ian LynaghGeneralise the type of mapException; pointed out by...
2008-08-04 Ian LynaghRemove some unnecessary Data.Tuple imports
2008-08-04 Ian LynaghThe tuple datatype definitions have moved to ghc-prim
2008-08-05 Malcolm.Wallace... make ExitCode an instance of Exception for nhc98
2008-08-04 Malcolm.Wallace... poke and peek come from Foreign.Storable
2008-08-04 Malcolm.Wallace... zipWithM_ comes from Control.Monad
2008-08-04 Malcolm.Wallace... Fix nhc98 code variations to use the extensible excepti...
2008-08-04 Malcolm.Wallace... nhc98 needs the Prelude for this module
2008-08-04 Ian LynaghChange some imports and derive Show (Either a b)
2008-08-03 Ian LynaghWindows fixes
2008-08-03 Ian LynaghRemove the duplicate definition of throwTo in Control...
2008-08-03 Ian LynaghRemove the only import of GHC.Exts
2008-08-03 Ian LynaghMove assertError into GHC.IOBase
2008-08-03 Ian LynaghUse onException rather than catchAny
next