ghc-base.git
2007-11-21 Simon MarlowFix compilation with GHC 6.2.x
2007-11-20 Simon MarlowMove file locking into the RTS, fixing #629, #1109
2007-11-20 Simon MarlowOnly overwrite GHC/Prim.hs and GHC/Primopwrappers.hs...
2007-11-16 Simon Marlowfix comment
2007-11-10 Ian LynaghFix ` characters in elem's haddock docs
2007-11-09 David WaernFilter out GHC.Prim also for the Haddock step
2007-11-02 Simon MarlowAdd module of special magic GHC desugaring helper functions
2007-10-30 Malcolm.Wallace... add Control.Category to the nhc98 build
2007-10-30 Malcolm.Wallace... fix nhc98 build: need a qualified Prelude import
2007-10-29 Simon MarlowFix performance regression: re-instate -funbox-strict...
2007-10-29 Simon MarlowFIX BUILD: Haddock 1.x fails to parse (Prelude..)
2007-10-29 Ashley Yakeleynew Control.Category, ghc ticket #1773
2007-10-13 Ashley Yakeleynew Control.Compositor module
2007-10-24 Simon MarlowFix doc building with Haddock 0.9
2007-10-23 Simon MarlowFIX #1258: document that openTempFile is secure(ish)
2007-10-22 Duncan CouttsClean up .cabal file a bit
2007-10-07 Don Stewartbase in 6.8 and head branch should be version 3.0
2007-10-18 Simon MarlowFIX #1652: openTempFile should accept an empty string...
2007-10-17 Simon Marlowclean up duplicate code
2007-10-09 Simon Marlowexpose the value of +RTS -N as GHC.Conc.numCapabilities...
2007-09-17 Simon Marlowtypo
2007-09-14 Simon Marlowput extra-tmp-files field in the right place
2007-09-13 Ian LynaghAdd more entries to boring file
2007-09-13 Ian LynaghAdd a boring file
2007-09-13 Tim ChevalierFIX #1689 (openTempFile returns wrong filename) 2007-09-13
2007-09-03 Ian LynaghTAG ghc-6.8 branched 2007-09-03
2007-09-04 Ian LynaghRemove some incorrect rules; fixes #1658: CSE [of Doubl...
2007-08-30 Simon Marlowmake hWaitForInput/hReady not fail with "invalid argume...
2007-08-30 Ian LynaghFix haddock docs in Hashtable
2007-08-30 Ian LynaghFix building HashTable: Use ord rather than fromEnum
2007-08-30 Ian LynaghBetter hash functions for Data.HashTable, from Jan...
2007-08-28 Ian LynaghRemove redundant include/Makefile
2007-08-10 Ian LynaghMake arrays safer (e.g. trac #1046)
2007-08-24 Simon Marlowdelete configure droppings in setup clean
2007-08-23 Simon MarlowFIX #1282: 64-bit unchecked shifts are not exported...
2007-08-21 Ian LynaghFix hashInt
2007-08-19 Ross Patersontest impl(ghc) instead of IsGHC
2007-08-19 Ross Patersonfpstring.h has moved to bytestring
2007-08-19 Ross Patersonremove now-unused SIG constants
2007-08-19 Ross Patersoninclude Win32 extra-libraries for non-GHC's too
2007-08-16 Ian LynaghDon't import Distribution.Setup in Setup.hs as we no...
2007-08-14 Ian LynaghCorrect the swapMVar haddock doc
2007-08-13 Malcolm.Wallace... install Typeable.h for use by other packages
2007-08-13 Malcolm.Wallace... Don't try to build modules no longer living in base.
2007-08-12 Ian LynaghMove Data.{Foldable,Traversable} back to base
2007-08-11 Ian LynaghRemove bits left over from the old build system
2007-08-03 Ian LynaghMove the datamap001 (our only test) to the containers...
2007-08-01 Ian LynaghData.Array* and Data.PackedString have now moved to...
2007-08-01 Ian LynaghRemove a number of modules now in a "containers" package
2007-07-29 Ian LynaghRemove System.Posix.Signals (moving to unix)
2007-07-29 Ian Lynaghbytestring is now in its own package
2007-07-22 Ian LynaghExport throwErrnoPath* functions
2007-07-22 Ian LynaghAdd simple haddock docs for throwErrnoPath* functions
2007-07-22 Ian LynaghMove throwErrnoPath* functions from unix:System.Posix...
2007-08-07 Ian LynaghClarify the swapMVar haddock doc
2007-08-02 Simon Marlowfix Haddock markup
2007-08-01 Malcolm.Wallace... Temporarily fix breakage for nhc98.
2007-08-01 simonpj@microsoftGeneralise the type of synthesize, as suggested by...
2007-07-30 Ian LynaghFix fdToHandle on Windows
2007-07-29 Ian LynaghCorrect Windows OS name in cabal configuration
2007-07-29 Ian LynaghUse cabal configurations rather than Setup hacks
2007-07-25 Simon MarlowHandle buffers should be allocated with newPinnedByteAr...
2007-07-24 Ross Patersonfix Hugs implementation of openTempFile
2007-07-24 Ross PatersonHugs only: avoid dependency cycle
2007-07-22 Ian Lynaghopen(Binary)TempFile is now portable
2007-07-22 Ian LynaghTweak temporary file filename chooser
2007-07-22 Ian LynaghMove open(Binary)TempFile to System.IO
2007-07-21 Ian LynaghRename openFd to fdToHandle'
2007-07-21 Ian LynaghAdd a test for Data.Map, for a bug on the libraries...
2007-07-18 Bertram Felgenhauerfix Data.Map.updateAt
2007-07-19 Simon Marlowin hClose, free the handle buffer by replacing it with...
2007-07-17 Ian LynaghImplement GHC.Environment.getFullArgs
2007-07-14 Ian LynaghDefine stripPrefix; fixes trac #1464
2007-07-10 Malcolm.Wallace... no need to hide Maybe
2007-07-06 Ian LynaghAdd a more efficient Data.List.foldl' for GHC (from...
2007-07-05 Ian LynaghRemove include-dirs ../../includes and ../../rts
2007-07-04 Simon MarlowFIX #1131 (newArray_ allocates an array full of garbage)
2007-07-02 Malcolm.Wallace... change nhc98 option from -prelude to --prelude
2007-06-29 Malcolm.Wallace... Word is a type synonym in nhc98 - so class instance...
2007-06-28 Simon Marlowfix bug in writes to blocking FDs in the non-threaded RTS
2007-06-28 lennart.augustsson... Modernize printf.
2007-06-08 John MeachamSpeed up number printing and remove the need for Array...
2007-06-27 Ian LynaghUse "-- //" (2 spaces) rather than "-- //" (1) to...
2007-06-26 Malcolm.Wallace... Use a combination of Haskell/C comments to ensure robus...
2007-06-25 Malcolm.Wallace... Change C-style comments to Haskell-style.
2007-06-22 Simon MarlowmakefileHook needs to generate PrimopWrappers.hs too
2007-06-20 Ross PatersonHugs now gets MonadFix(mfix) from its prelude
2007-06-19 Ian LynaghTypo (consUtils.hs -> consUtils.h)
2007-06-13 Bertram Felgenhauerinstall dependent include files and Typeable.h
2007-06-14 Simon Marlowupdate prototype following inputReady->fdReady change
2007-06-14 Simon MarlowFIX hGetBuf001: cut-and-pasto in readRawBufferNoBlock
2007-06-05 Ross Patersonfix description of CWStringLen
2007-06-01 Isaac DupreeRemove unsafeCoerce-importing kludgery in favor of...
2007-06-04 Ross Paterson--configure-option and --ghc-option are now provided...
2007-05-29 Ross PatersonData.PackedString: Data.Generics is GHC-only
2007-05-29 Ian LynaghAdd Data instance for PackedString; patch from greenrd...
2007-05-24 shae@ScannedInAvian.comControl.Concurrent documentation fix
2007-05-28 Malcolm.Wallace... add nhc98-options: field to .cabal file
2007-05-28 Malcolm.Wallace... add a dummy implementation of System.Timeout.timeout...
2007-05-27 Ian LynaghAdd System.Timeout to base.cabal
next