haskell-directory.git
2007-05-20 Ian LynaghRejig the #ifdeffery directory_2007-05-24
2007-05-20 Ian LynaghTiny refactoring
2007-05-19 Ian LynaghRemove non-directory stuff (of base), and rename packag...
2007-05-18 Ian LynaghRemove Control.Parallel*, now in package parallel
2007-05-18 Ian LynaghRemove the pretty-printing modules (now in package...
2007-05-17 Simon Marlowadd install-includes: field
2007-05-16 Simon Marlowcorrect the documentation for newForeignPtr
2007-05-15 Simon MarlowWhen doing safe writes, handle EAGAIN rather than raisi...
2007-05-14 Ian LynaghUse FilePath to make paths when building GHC/Prim.hs...
2007-05-09 Ian LynaghBuild GHC/Prim.hs and GHC/PrimopWrappers.hs from Cabal
2007-05-13 Ross Patersonfix imports for non-GHC
2007-05-12 Ian LynaghGive an example of how intersection takes elements...
2007-05-08 Malcolm.Wallace... further clarify the docs for 'evaluate'
2007-05-08 Simon Marlowimprove documentation for evaluate
2007-05-07 Simon MarlowFIX: #724 (tee complains if used in a process started...
2007-04-26 Simon Marlowthe "unknown" types are no longer required
2007-05-04 Malcolm.Wallace... Make Control.Exception buildable by nhc98.
2007-05-03 simonpj@microsoftTrim imports, remove a cycle
2007-05-03 simonpj@microsoftBe less quiet about building the base package
2007-02-21 simonpj@microsoftRemove Splittable class (a vestige of linear implicit...
2007-02-21 simonpj@microsoftAdd IsString to exports of GHC.Exts
2007-04-26 Simon Marlowtweak documentation as per suggestion from Marc Weber...
2007-04-24 Ian LynaghAdd extra libraries when compiling with GHC on Windows
2007-04-18 Ian LynaghFollow Cabal changes in Setup.hs
2007-04-17 Malcolm.Wallace... inclusion of libc.h is conditional on __APPLE__
2007-04-16 Simon MarlowMERGE: fix ugly uses of memcpy foreign import inside ST
2007-04-15 Ian LynaghFix configure with no --with-cc
2007-04-14 Malcolm.Wallace... MacOS 10.3 needs #include <libc.h> as well
2007-04-13 Malcolm.Wallace... For nhc98 only, use hsc2hs to determine System.Posix...
2007-04-13 Simon Marlowwe need a makefileHook too
2007-04-12 Ian LynaghRemove unnecesary SOURCE import of GHC.Err in GHC.Pack
2007-04-12 Malcolm.Wallace... add System.Posix.Types to default nhc98 build
2007-04-12 Malcolm.Wallace... mark System.IO.openTempFile as non-portable in haddocks
2007-04-11 Ian LynaghDon't turn on -Werror in Data.Fixed
2007-04-11 Ian LynaghFix -Wall warnings
2007-04-11 Ian LynaghAdd missing case in removePrefix
2007-04-06 Ian LynaghAllow additional options to pass on to ./configure...
2007-04-06 Ross PatersonHugs only: fix location of unsafeCoerce
2007-04-06 Ross Patersonfix isPortableBuild test
2007-04-05 Ian LynaghUnsafe.Coerce doesn't need Prelude
2007-03-08 Ian Lynaghmake Setup and base.cabal suitable for building the...
2007-04-04 Ian LynaghHsByteArray doesn't exist
2007-04-04 Ian LynaghDon't use Fd/FD in foreign decls
2007-04-04 Ian LynaghHsByteArray doesn't exist
2007-04-04 Ian LynaghFix braino
2007-04-04 Malcolm.Wallace... Fix incorrect changes to C types in a foreign import...
2007-04-03 Ian LynaghFix C/Haskell type mismatches
2007-04-03 Malcolm.Wallace... add new module Unsafe.Coerce to build system
2007-04-03 Ian LynaghFix type mismatches between foreign imports and HsBase.h
2006-11-13 Malcolm.Wallace... put 'unsafeCoerce' in a standard location
2007-04-02 Malcolm.Wallace... fix for nhc98 build
2007-04-02 Manuel M T... Function crossMapP for fixing desugaring of comprehensions
2007-03-15 jeanphilippe... Add min/max handling operations for IntSet/IntMap
2007-03-09 Jeffrey YasskinMonoid instance for Maybe and two wrappers: First and...
2007-03-29 Ian LynaghFix the type of wgencat
2007-03-27 Simon Marlowfix strictness of foldr/build rule for take, see #1219
2007-03-20 Malcolm.Wallace... remove Makefile.inc (only affects nhc98)
2007-03-12 Ian LynaghcopyBytes copies bytes, not elements; fixes trac #1203
2007-03-04 Ian LynaghAdd ioeGetLocation, ioeSetLocation to System/IO/Error...
2007-03-07 Simon Marlowfix race condition in prodServiceThread
2007-03-06 Simon MarlowPrevent duplication of unsafePerformIO on a multiprocessor
2007-03-05 Simon Marlowexpand docs for forkOS
2007-02-28 Peter Simonsdocument timeout limitations
2007-02-28 Peter SimonsSo many people were involved in the writing of this...
2007-01-26 Peter SimonsThis patch adds a timeout function to the base librarie...
2007-03-05 Manuel M T... PArr: fixed permutations
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...
next