ghc-base.git
2009-01-14 Ian LynaghMove some catch definitions around to avoid an import...
2009-01-14 Ian LynaghAdd NoImplicitPrelude to the extensions used when build...
2009-01-14 Simon Marlow#2699: exit silently for EPIPE on stdout
2009-01-05 Ian LynaghFix build when we have HTYPE_TCFLAG_T
2009-01-05 Ian LynaghFix the build on Windows
2009-01-04 Ian LynaghAdd errno to the IOError type
2009-01-04 Ian LynaghFix typo (reqwests -> requests); trac #2908, spotted...
2009-01-02 simonpj@microsoft.comMore compact error messages for record selectors
2008-12-17 Simon Marlowextra dependencies for the new build system
2008-12-17 Simon Marlowwarning fix: don't use -XPatternSignatures in GHC ...
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-10 Ivan TomacFIX #1364: added support for C finalizers that run...
2008-11-21 Jose Pedro... Fix #2760: deprecate mkNorepType, add mkNoRepType
2008-12-05 simonpj@microsoft.comUpdate INLINE pragmas for new INLINE story
2008-12-01 Jose Pedro... Fix #2750: change Prelude.(,) to Prelude.(,,)
2008-11-29 shelarcyFix typo (or out of date reference) in throwTo document...
2008-11-19 Ian LynaghAdd more description of what "round" does, from the...
2008-11-20 Simon Marlowre-instate the gcd/Integer and lcm/Integer RULES
2008-11-16 Ian LynaghChange an "undefined" into a more informative error...
2008-11-11 jpm@cs.uu.nlupdating Haddock documentation
2008-11-06 Simon Marlowadd GHC.Conc.runSparks (required by GHC patch "Run...
2008-11-04 Ross PatersonFIX #2722: update RULES for the Category/Arrow split
2008-10-16 Max BolingbrokeAdd AnnotationWrapper type so GHC can capture annotatio...
2008-10-16 Simon Marlowdocs about how exceptions are handled by forkIO'd threa...
2008-10-13 Clemens FruhwirthImport n_capabilities via import symbol when linking...
2008-10-13 jpm@cs.uu.nladd link to the new syb wiki
2008-10-10 jpm@cs.uu.nlchanging haddock links
2008-10-10 Simon Marlowadd readTVarIO :: TVar a -> IO a
2008-10-06 jpm@cs.uu.nlremoved (->) instance from Data.Data
2008-10-07 Ross Patersonnon-GHC: delete unnecessary imports
2008-10-02 'Jose Pedro... added new module Data.Data
2008-10-02 'Jose Pedro... add new Data.Data module
2008-10-02 'Jose Pedro... restore Complex's derived Data instance
2008-10-02 'Jose Pedro... update Data.Generics import
2008-10-04 Ian LynaghDon't use ^(2::Int) in Data.Complex.magnitude; partiall...
2008-09-23 Simon MarlowRestore the Haskell 98 behaviour of Show Ratio (#1920)
2008-09-20 Ian LynaghPad version number to 4.0.0.0
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
next