ghc-base.git
2006-08-31 Malcolm.Wallace... remove Text.Regex(.Posix) from nhc98 build
2006-08-30 Ross Patersonadd Data.Foldable.{msum,asum}, plus tweaks to comments
2006-08-30 Ross Patersonfix doc typo
2006-08-30 Ross Patersonadd Data.Foldable.{for_,forM_} and Data.Traversable...
2006-05-08 simonpj@microsoftMake length a good consumer
2006-08-24 Don StewartAdd Control.Monad.forM and forM_
2006-08-28 Don StewartHide internal module from haddock in Data.ByteString
2006-08-27 Ross Patersonadd advice on avoiding import ambiguities
2006-08-27 Ross Patersonexpand advice on importing these modules
2006-08-27 Ross Patersonadd Haddock marker
2006-08-26 Don StewartClarify how one hides Prelude.catch
2006-08-25 Ian LynaghWorkaround for OSes that don't have intmax_t and uintmax_t
2006-08-25 Simon Marlowadd docs for par
2006-08-24 Ross Patersondocument minimal complete definition for Bits
2006-08-24 Simon MarlowC regex library bits have moved to the regex-posix...
2006-08-23 Esa Ilari VuokkoAdd shared Typeable support (ghc only)
2006-08-24 Simon Marlowthis should have been removed with the previous patch
2006-08-24 Simon Marlowremove Text.Regx & Text.Regex.Posix
2006-08-24 Don Stewartexplicitly tag Data.ByteString rules with the FPS prefix.
2006-08-24 Don StewartAdd spec rules for sections in Data.ByteString
2006-08-23 Don StewartSync Data.ByteString with current stable branch, 0.7
2006-08-23 Simon Marlowadd notes about why copyFile doesn't remove the target
2006-08-22 Simon MarlowcopyFile: try removing the target file before opening...
2006-08-22 Simon MarlowcopyFile: try removing the target file before opening...
2006-08-21 Ross Patersonadd alternative functors and extra instances
2006-08-21 Simon Marlowgenerate Haddock docs on all platforms
2006-08-19 Ross Patersonremove extra comma from import
2006-08-18 Ross Patersonfix docs for withC(A)StringLen
2006-08-18 Malcolm.Wallace... use Haskell'98 compliant indentation in do blocks
2006-08-18 Malcolm.Wallace... use correct names of IOArray operations for nhc98
2006-08-17 Ross Patersonadd mapMaybe and mapEither, plus WithKey variants
2006-08-17 Malcolm.Wallace... remove Text.Html from nhc98 build
2006-08-15 Ross Patersoneliminate more HOST_OS tests
2006-08-13 Ross PatersonHugs only: disable unused process primitives
2006-08-12 Ross Patersonmarkup fix to Data.HashTable
2006-08-12 Ross Patersonrevert removal of ghcconfig.h from package.conf.in
2006-08-11 Ross Patersonfix Data.HashTable for non-GHC
2006-08-11 Simon Marlowremove deprecated 'withObject'
2006-08-11 Simon MarlowJan-Willem Maessen's improved implementation of Data...
2006-08-11 sven.panne... Warning police: Make some prototypes from the RTS known
2006-08-11 sven.panne... Warning police: Removed useless catch-all clause
2006-08-11 Ross Patersonreduce dependency on ghcconfig.h
2006-08-10 Ross Paterson(non-GHC only) track MArray interface change
2006-08-10 Simon Marlowmove Text.Html to a separate package
2006-08-10 Simon Marlowbump version to 2.0
2006-08-09 Simon MarlowRemove deprecated Data.FiniteMap and Data.Set interfaces
2006-08-09 Ross Patersonmove altzone test from ghc to base package
2006-08-09 Ross Patersonremove unnecessary #include "ghcconfig.h"
2006-08-09 Simon MarlowChange the API of MArray to allow resizable arrays
2006-08-08 Simon Marlowdeprecate this module.
2006-08-07 Simon Marlowadd traceShow (see #474)
2006-07-24 Simon Marlowremove spurious 'extern "C" {'
2006-07-21 Simon MarlowFix unsafeIndex for large ranges
2006-07-14 simonpj@microsoftImprove documentation of atomically
2006-07-07 simonpj@microsoftAdd missing method genRange for StdGen (fixes #794)
2006-07-11 Malcolm.Wallace... disambiguate uses of foldr for nhc98 to compile without...
2006-07-11 Malcolm.Wallace... make Control.Monad.Instances compilable by nhc98
2006-07-08 LemmihbreakpointCond
2006-07-05 Simon MarlowUNDO: Merge "unrecognized long opt" fix from 6.4.2
2006-07-03 Don StewartAvoid strictness in accumulator for unpackFoldr
2006-07-02 Don StewartDisable unpack/build fusion
2006-07-01 Don StewartImport Data.ByteString.Lazy, improve ByteString Fusion...
2006-06-09 Don StewartWibble in docs for new ForeignPtr functionsn
2006-06-22 Ross Patersoncomments for Applicative and Traversable
2006-06-22 Simon Marlowdefault to NoBuffering on Windows for a read/write...
2006-06-22 Simon Marlowremove dead code
2006-06-22 Simon Marlowclarify and expand docs
2006-06-16 jeanphilippe... Add minView and maxView to Map and Set
2006-06-14 Ross Patersonadd signature for registerDelay
2006-06-13 Ross Patersona few doc comments
2006-06-08 Don StewartOptimised foreign pointer representation, for heap...
2006-06-05 simonpj@microsoft.comAdd the inline function, and many comments
2006-05-25 Ross Patersonsmall intro to exceptions
2006-05-25 Simon Marlowexport breakpoint
2006-05-25 Don StewartMerge in changes from fps head. Highlights:
2006-05-24 Simon Marlowadd a way to ask the IO manager thread to exit
2006-05-20 Don StewartSync with FPS head, including the following patches:
2006-05-18 Ross Patersonhaddock fix
2006-05-18 Ross Patersonsimplify indexing in Data.Sequence
2006-05-18 Simon MarlowMove Eq, Ord, Show instances for ThreadId to GHC.Conc
2006-05-18 Simon MarlowBetter error handling in the IO manager thread
2006-05-18 Simon Marlow#define _REENTRANT 1 (needed to get the right errno...
2006-05-18 Don StewartcopyCString* should be in IO. Spotted by Tomasz Zielonka
2006-05-17 Duncan Couttsadd import Prelude to get dependencies right for Data...
2006-05-17 Don StewartFix negative index handling in splitAt, replicate and...
2006-05-13 Don StewartUse our own realloc. Thus reduction functions (like...
2006-05-12 Don StewartLast two CInt fixes for 64 bit, and bracket writeFile...
2006-05-10 Don StewartSome small optimisations, generalise the type of unfold
2006-05-10 Ross Patersonportable implementation of WordPtr/IntPtr for non-GHC
2006-05-09 Simon Marlowadd WordPtr and IntPtr types to Foreign.Ptr, with assoc...
2006-05-09 Simon Marlowadd CIntPtr, CUIntPtr, CIntMax, CUIntMax types
2006-05-09 Simon Marlowadd GHC.Dynamic
2006-05-09 Don StewartTwo things. #if defined(__GLASGOW_HASKELL__) on INLINE...
2006-05-08 simonpj@microsoftMake length a good consumer
2006-05-08 simonpj@microsoftTrim imports
2006-05-08 simonpj@microsoftMake unsafePerformIO lazy
2006-05-08 Don StewartSync with FPS head.
2006-05-08 Don StewartFix all uses for Int that should be CInt or CSize in...
2006-05-07 Sven PanneFixed import list syntax
2006-05-07 dons@cse.unsw... Faster filterF, filterNotByte
next