haskell-directory.git
2006-12-01 Alec BerrymanFix missing comma in Fractional documentation
2006-12-11 simonpj@microsoftMention that throwTo does not guarantee promptness...
2006-12-11 simonpj@microsoftAdd note about synhronous delivery of throwTo
2006-12-05 Simon Marlowdocumentation for installHandler
2006-12-04 Simon Marlowdos2unix
2006-12-04 Simon Marlowdon't try to compile this on Unix
2006-10-11 Ian LynaghTAG 6.6 release
2006-10-09 Ian LynaghTAG Version 2.1
2006-10-09 Ian LynaghBump version number
2006-12-01 Simon MarlowAdd support for the IO manager thread on Windows
2006-12-01 Simon Marlowderiving (Eq, Ord, Enum, Show, Read, Typeab) for Consol...
2006-11-28 Ian LynaghMake sure the threaded threadDelay sleeps at least...
2006-11-24 simonpj@microsoftAdd comments about argument order to the definitions...
2006-11-24 Ross PatersonHugs: add Control.Parallel.Strategies
2006-11-24 simonpj@microsoft.comMove instance of Show Ptr to Ptr.hs (fewer orphans)
2006-11-24 simonpj@microsoft.comAdd type signatures
2006-11-24 Don StewartAdd an example of the use of unfoldr, following doc...
2006-11-23 Ross Patersontrim imports
2006-11-23 Malcolm.Wallace... Data.Graph is now portable (enable for nhc98)
2006-11-12 Ross Patersonremove Data.FunctorM and Data.Queue
2006-11-22 Ross Patersonmake Data.Graph portable (no change to the interface)
2006-11-20 Don StewartOne less unsafeCoerce# in the tree
2006-11-20 Ross Patersontypo in comment
2006-11-17 Ross Patersonfix shift docs to match ffi spec
2006-11-16 Malcolm.Wallace... (nhc98) use new primitive implementations of h{Put...
2006-11-10 Don StewartThe wrong 'cycle' was exported from Data.ByteString...
2006-11-10 Don StewartLPS chunk sizes should be 16 bytes, not 17.
2006-11-15 Ian LynaghUpdate comments on Prelude organisation in GHC/Base.lhs
2006-11-13 bringert@cs... Control.Parallel.Strategies clean-up: Added export...
2006-11-13 bringert@cs... Control.Parallel.Strategies: added NFData instances...
2006-11-13 bringert@cs... Control.Parallel.Strategies: deprecate sPar, sSeq,...
2006-11-13 Malcolm.Wallace... add Control.Monad.Instances to nhc98 build
2006-11-12 bringert@cs... Control.Parallel.Strategies: clarified documentation...
2006-11-12 bringert@cs... Added and cleaned up Haddock comments in Control.Parall...
2006-11-11 Ian LynaghFix broken pragmas; spotted by Bulat Ziganshin
2006-09-29 Ross Patersonadd doc link to bound threads section
2006-11-11 Ross Patersonhide Data.Array.IO.Internals
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
next