summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Sat May 6 13:01:34 EST 2006 Don Stewart <dons@cse.unsw.edu.au>dons@cse.unsw.edu.au2006-05-062-48/+51
* Add array fusion versions of map, filter and foldldons@cse.unsw.edu.au2006-05-052-49/+202
* fix for non-GHCRoss Paterson2006-05-041-0/+2
* use bracket in appendFile (like writeFile)Ross Paterson2006-05-041-4/+2
* writeFile: close the file on errorSimon Marlow2006-05-041-6/+22
* Sync with FPS headdons@cse.unsw.edu.au2006-05-034-24/+115
* improve performance of Integer->String conversionSimon Marlow2006-05-031-6/+76
* inline withMVar, modifyMVar, modifyMVar_Simon Marlow2006-05-031-0/+5
* Fix string truncating in hGetLine -- it was a pasto from Simon's codeSimon Marlow2006-05-031-1/+3
* Merge in Data.ByteString head. Fixes ByteString+cbits in hugsDon Stewart2006-04-294-59/+141
* Import Data.ByteString from fps 0.5.Don Stewart2006-04-287-0/+3030
* fix previous patchRoss Paterson2006-05-011-1/+1
* fixes for non-GHCRoss Paterson2006-05-011-1/+5
* fix imports for mingw32 && !GHCRoss Paterson2006-04-271-2/+5
* RequireOrder: do not collect unrecognised options after a non-optSimon Marlow2006-04-261-1/+1
* fix for Haddock 0.7Ashley Yakeley2006-04-261-7/+7
* add Data.Fixed moduleAshley Yakeley2006-04-253-0/+147
* add instancesRoss Paterson2006-04-241-0/+4
* add superclasses to Applicative and TraversableRoss Paterson2006-04-115-43/+66
* add Functor and Monad instances for Prelude typesRoss Paterson2006-04-104-0/+36
* GHC.Base.breakpointLemmih2006-04-071-1/+4
* Track the GHC source tree reorganisationSimon Marlow2006-04-073-7/+7
* in the show instance for Exception, print the type of dynamic exceptionsSimon Marlow2006-04-065-2/+28
* implement ForeignEnvPtr, newForeignPtrEnv, addForeignPtrEnv for GHCSimon Marlow2006-04-051-3/+21
* add forkOnIO :: Int -> IO () -> IO ThreadIdSimon Marlow2006-03-271-0/+7
* Rework previous: not a gcc bug after allSimon Marlow2006-03-232-10/+7
* work around a gcc 4.1.0 codegen bug in -O2 by forcing -O1 for GHC.ShowSimon Marlow2006-03-231-0/+4
* commit mysteriously missing parts of "runIOFastExit" patchSimon Marlow2006-03-211-8/+18
* add runIOFastExit :: IO a -> IO aSimon Marlow2006-03-201-1/+18
* Fix a broken invariantSimon Marlow2006-03-161-4/+14
* Add unsafeSTToIO :: ST s a -> IO aSimon Marlow2006-03-152-3/+7
* Added 'alter'jeanphilippe.bernardy@gmail.com2006-03-152-0/+43
* deprecate FunctorM in favour of Foldable and TraversableRoss Paterson2006-03-151-3/+7
* Simplify Eq, Ord, and Show instances for UArraySimon Marlow2006-03-131-137/+3
* Oops typo in intSet notMember jeanphilippe.bernardy@gmail.com2006-03-111-1/+1
* IntMap lookup now returns monad instead of Maybe.jeanphilippe.bernardy@gmail.com2006-03-111-2/+7
* Added notMember to Data.IntSet and Data.IntMapjeanphilippe.bernardy@gmail.com2006-03-114-3/+12
* add Data.Set.notMember and Data.Map.notMemberJohn Meacham2006-03-092-0/+11
* addToClockTime: handle picoseconds properlySimon Marlow2006-03-101-2/+2
* make head/build rule apply to all types, not just Bool.John Meacham2006-03-031-1/+1
* Avoid overflow when normalising clock timesIan Lynagh2006-02-101-12/+12
* Years have 365 days, not 30*365Ian Lynagh2006-02-101-2/+2
* declare blkcmp() staticSimon Marlow2006-02-231-1/+1
* typo in comment in Foldable classRoss Paterson2006-02-091-1/+1
* simplify fmapRoss Paterson2006-02-061-4/+1
* update ref in commentRoss Paterson2006-02-061-1/+1
* Give -foverlapping-instances to Data.Typeablesimonpj@microsoft2006-02-061-1/+8
* Add -fno-bang-patterns to modules using both bang and glasgow-extssimonpj@microsoft.com2006-02-035-2/+8
* When splitting a bucket, keep the contents in the same orderSimon Marlow2006-02-011-3/+3
* add foldr/build optimisation for take and replicateSimon Marlow2006-01-261-0/+18