haskell-directory.git
2006-10-12 Malcolm.Wallace... add Data.Sequence to nhc98 build
2006-10-12 Malcolm.Wallace... Remove Data.FiniteMap, add Control.Applicative, Data...
2006-10-07 tharris@microsoft.comSTM invariants
2006-10-09 Samuel BronsonInline shift in GHC's Bits instances for {Int,Word...
2006-10-04 Ian LynaghDon't create GHC.Prim when bootstrapping; we can't...
2006-10-05 Don StewartData.ByteString: fix lazyness of take, drop & splitAt
2006-09-17 brianlsmith... Fix syntax error that prevents building Haddock documen...
2006-09-29 Ross PatersonHugs only: unbreak typeRepKey
2006-09-27 Simon Marlowmake hGetBufNonBlocking do something on Windows w/...
2006-09-27 Simon Marlowadd typeRepKey :: TypeRep -> IO Int
2006-09-26 Ross Patersonfix header comment
2006-09-10 jeanphilippe... Add strict versions of insertWith and insertWithKey...
2006-09-10 Ross Patersondoc tweaks, including more precise equations for evaluate
2006-09-09 Don StewartSync Data.ByteString with stable branch
2006-09-04 Ross PatersonTypeable1 instances for STM and TVar
2006-09-04 Ross Patersonremove obsolete Hugs stuff
2006-09-01 John GoerzenCleaner isInfixOf suggestion from Ross Paterson
2006-08-31 John GoerzenNew function isInfixOf that searches a list for a given...
2006-09-03 jeanphilippe... Better doc on Data.Map.lookup: explain what the monad...
2006-09-01 Simon Marlowfix hDuplicateTo on Windows
2006-08-31 Ross Patersonmark nhc98 import hack
2006-08-31 Simon Marlowremove some outdated comments
2006-08-31 Malcolm.Wallace... import Control.Arrow.ArrowZero to help nhc98's type...
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:
next