haskell-directory.git
2006-11-10 Malcolm.Wallace... add Data.Function
2006-11-10 Ross Patersonadd Data.Function
2006-11-10 Ross Patersonwhitespace only
2006-11-10 Ross Patersonmove fix to Data.Function
2006-11-10 Ross Patersonimport Prelude
2006-11-10 Nils Anders... Added Data.Function (Trac ticket #979).
2006-11-10 Malcolm.Wallace... __hscore_long_path_size is not portable beyond GHC
2006-11-07 Ross Patersonredefine writeFile and appendFile using withFile
2006-11-07 Ross Patersonadd withFile and withBinaryFile (#966)
2006-11-08 Malcolm.Wallace... remove conflicting import for nhc98
2006-11-02 Josef SvenningssonAdd intercalate to Data.List (ticket #971)
2006-11-07 Ross Patersonnon-GHC: fix canonicalizeFilePath
2006-11-07 Simon Marlowenable canonicalizePath for non-GHC platforms
2006-11-07 Simon MarlowUpdate documentation for hWaitForInput
2006-10-12 Samuel BronsonUse unchecked shifts to implement Data.Bits.rotate
2006-11-06 Ross Patersonfix Haddock module headers
2006-11-06 Ross Patersonfix example in docs
2006-10-24 Josef SvenningssonAdd intercalate and split to Data.List
2006-11-02 Ross PatersonData.Generics.Basics is GHC-only
2006-11-02 Malcolm.Wallace... #ifdef around non-portable Data.Generics.Basics
2006-11-01 simonpj@microsoftAdd deriving Data to Complex
2006-10-30 Ross Patersonminor clarification of RandomGen doc
2006-10-30 Ross Patersonrearrange docs a bit
2006-10-24 Josef SvenningssonAdd intercalate and split to Data.List
2006-10-27 Simon MarlowExport pseq from Control.Parallel, and use it in Contro...
2006-10-27 Simon Marlow`par` should be infixr 0
2006-10-23 Ross Patersonfix example in comment
2006-10-19 simonpj@microsoftUse the new Any type for dynamics (GHC only)
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
next