haskell-directory.git
2007-01-30 Ian LynaghAdd Data.String, containing IsString(fromString); trac...
2007-03-02 Manuel M T... GHC.PArr: add bounds checking
2007-03-01 sven.panne... Bump nhc98 stack size for System/Time.hsc
2007-02-25 sven.panne... FDs are CInts now, fixing non-GHC builds
2007-02-22 Manuel M T... Fixed PArr.dropP
2007-02-20 Ian LynaghKeep the same FD in both halves of a duplex handle...
2007-02-20 Ian LynaghRemove more redundant FD conversions
2007-02-20 Ian LynaghFix FD changes on Windows
2007-02-19 Ian LynaghConsistently use CInt rather than Int for FDs
2007-02-10 jeanphilippe... Fix the types of minView/maxView (ticket #1134)
2007-02-15 Simon Marlowfix for hashString, from Jan-Willem Maessen (see #1137)
2007-02-14 Simon Marlowfix to getUSecOfDay(): arithmetic was overflowing
2007-02-09 Ian LynaghThe Windows counterpart to 'wrapround of thread delays'
2007-01-29 Neil Davieswrapround of thread delays
2007-02-06 Ian LynaghWhitespace changes only
2007-02-06 Ian LynaghAdd some type sigs
2007-02-05 Ian LynaghUse static inline rather than extern inline/inline
2007-02-02 Ross Patersonadd derived instances for Dual monoid
2007-02-02 Ross Patersonadd doc pointers to Foldable
2006-07-29 Ian LynaghEliminate some warnings
2007-01-30 Ian LynaghRemove IsString(fromString) from the Prelude
2006-11-13 Don StewartAdd Kleisli composition
2007-01-23 Ross PatersonIsString is GHC-only (so why is it in the Prelude?)
2007-01-15 Ross PatersonApplicative and Monad instances for Tree
2006-12-21 lennart@augustsson.netAdd IsString class for overloaded string literals.
2006-12-04 Andriy PalamarchukAdded examples, more detailed documentation to Data...
2007-01-17 Simon Marlowfix threadDelay
2007-01-16 Simon Marlowupdate section on "blocking"
2007-01-15 Ian LynaghFix crash with (minBound :: Int*) `div (-1) as...
2007-01-05 Ross Patersonversion of example using Tomasz Zielonka's technique
2006-11-08 Pepe IborraAdded Unknowns for higher kinds
2006-08-13 Pepe IborraImproved the Show instance for Unknown
2006-08-01 mnislaih@gmail.comShow instance for GHC.Base.Unknown
2006-07-25 mnislaih@gmail.comIntroduce Unknowns for the closure viewer. Add breakpoi...
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
next