ghc-base.git
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
2007-05-25 Malcolm.Wallace... add module Data.Fixed to nhc98 build
2007-05-25 Malcolm.Wallace... DIRS now lives in package Makefile, not script/pkgdirlist
2007-05-25 Ross Patersondelete unused constants
2007-05-24 Malcolm.Wallace... remove System.Cmd and System.Time too
2007-05-24 Malcolm.Wallace... remove locale as well
2007-05-24 Malcolm.Wallace... nhc98 version of instance Show (a->b) copied from Prelude
2007-05-24 Malcolm.Wallace... remove directory, pretty, and random bits from base...
2007-05-24 Ian LynaghRemove Makefile and package.conf.in (used in the old...
2007-05-23 Ian LynaghSplit off process package
2007-05-23 Ian LynaghFix comment: maperrno is in Win32Utils.c, not runProcess.c
2007-05-19 Ian LynaghSystem.Locale is now split out
2007-05-19 Ian LynaghSplit off directory, random and old-time packages
2007-05-18 Ian LynaghRemove Control.Parallel*, now in package parallel
2007-05-18 Ian LynaghRemove the pretty-printing modules (now in package...
2007-05-17 Simon Marlowadd install-includes: field
2007-05-16 Simon Marlowcorrect the documentation for newForeignPtr
2007-05-15 Simon MarlowWhen doing safe writes, handle EAGAIN rather than raisi...
2007-05-14 Ian LynaghUse FilePath to make paths when building GHC/Prim.hs...
2007-05-09 Ian LynaghBuild GHC/Prim.hs and GHC/PrimopWrappers.hs from Cabal
2007-05-13 Ross Patersonfix imports for non-GHC
2007-05-12 Ian LynaghGive an example of how intersection takes elements...
2007-05-08 Malcolm.Wallace... further clarify the docs for 'evaluate'
2007-05-08 Simon Marlowimprove documentation for evaluate
2007-05-07 Simon MarlowFIX: #724 (tee complains if used in a process started...
2007-04-26 Simon Marlowthe "unknown" types are no longer required
2007-05-04 Malcolm.Wallace... Make Control.Exception buildable by nhc98.
2007-05-03 simonpj@microsoftTrim imports, remove a cycle
2007-05-03 simonpj@microsoftBe less quiet about building the base package
2007-02-21 simonpj@microsoftRemove Splittable class (a vestige of linear implicit...
2007-02-21 simonpj@microsoftAdd IsString to exports of GHC.Exts
2007-04-26 Simon Marlowtweak documentation as per suggestion from Marc Weber...
2007-04-24 Ian LynaghAdd extra libraries when compiling with GHC on Windows
2007-04-18 Ian LynaghFollow Cabal changes in Setup.hs
2007-04-17 Malcolm.Wallace... inclusion of libc.h is conditional on __APPLE__
2007-04-16 Simon MarlowMERGE: fix ugly uses of memcpy foreign import inside ST
2007-04-15 Ian LynaghFix configure with no --with-cc
2007-04-14 Malcolm.Wallace... MacOS 10.3 needs #include <libc.h> as well
2007-04-13 Malcolm.Wallace... For nhc98 only, use hsc2hs to determine System.Posix...
2007-04-13 Simon Marlowwe need a makefileHook too
2007-04-12 Ian LynaghRemove unnecesary SOURCE import of GHC.Err in GHC.Pack
2007-04-12 Malcolm.Wallace... add System.Posix.Types to default nhc98 build
2007-04-12 Malcolm.Wallace... mark System.IO.openTempFile as non-portable in haddocks
2007-04-11 Ian LynaghDon't turn on -Werror in Data.Fixed
next