| Commit message (Expand) | Author | Age | Files | Lines |
* | Sat May 6 13:01:34 EST 2006 Don Stewart <dons@cse.unsw.edu.au> | dons@cse.unsw.edu.au | 2006-05-06 | 2 | -48/+51 |
* | Add array fusion versions of map, filter and foldl | dons@cse.unsw.edu.au | 2006-05-05 | 2 | -49/+202 |
* | fix for non-GHC | Ross Paterson | 2006-05-04 | 1 | -0/+2 |
* | use bracket in appendFile (like writeFile) | Ross Paterson | 2006-05-04 | 1 | -4/+2 |
* | writeFile: close the file on error | Simon Marlow | 2006-05-04 | 1 | -6/+22 |
* | Sync with FPS head | dons@cse.unsw.edu.au | 2006-05-03 | 4 | -24/+115 |
* | improve performance of Integer->String conversion | Simon Marlow | 2006-05-03 | 1 | -6/+76 |
* | inline withMVar, modifyMVar, modifyMVar_ | Simon Marlow | 2006-05-03 | 1 | -0/+5 |
* | Fix string truncating in hGetLine -- it was a pasto from Simon's code | Simon Marlow | 2006-05-03 | 1 | -1/+3 |
* | Merge in Data.ByteString head. Fixes ByteString+cbits in hugs | Don Stewart | 2006-04-29 | 4 | -59/+141 |
* | Import Data.ByteString from fps 0.5. | Don Stewart | 2006-04-28 | 7 | -0/+3030 |
* | fix previous patch | Ross Paterson | 2006-05-01 | 1 | -1/+1 |
* | fixes for non-GHC | Ross Paterson | 2006-05-01 | 1 | -1/+5 |
* | fix imports for mingw32 && !GHC | Ross Paterson | 2006-04-27 | 1 | -2/+5 |
* | RequireOrder: do not collect unrecognised options after a non-opt | Simon Marlow | 2006-04-26 | 1 | -1/+1 |
* | fix for Haddock 0.7 | Ashley Yakeley | 2006-04-26 | 1 | -7/+7 |
* | add Data.Fixed module | Ashley Yakeley | 2006-04-25 | 3 | -0/+147 |
* | add instances | Ross Paterson | 2006-04-24 | 1 | -0/+4 |
* | add superclasses to Applicative and Traversable | Ross Paterson | 2006-04-11 | 5 | -43/+66 |
* | add Functor and Monad instances for Prelude types | Ross Paterson | 2006-04-10 | 4 | -0/+36 |
* | GHC.Base.breakpoint | Lemmih | 2006-04-07 | 1 | -1/+4 |
* | Track the GHC source tree reorganisation | Simon Marlow | 2006-04-07 | 3 | -7/+7 |
* | in the show instance for Exception, print the type of dynamic exceptions | Simon Marlow | 2006-04-06 | 5 | -2/+28 |
* | implement ForeignEnvPtr, newForeignPtrEnv, addForeignPtrEnv for GHC | Simon Marlow | 2006-04-05 | 1 | -3/+21 |
* | add forkOnIO :: Int -> IO () -> IO ThreadId | Simon Marlow | 2006-03-27 | 1 | -0/+7 |
* | Rework previous: not a gcc bug after all | Simon Marlow | 2006-03-23 | 2 | -10/+7 |
* | work around a gcc 4.1.0 codegen bug in -O2 by forcing -O1 for GHC.Show | Simon Marlow | 2006-03-23 | 1 | -0/+4 |
* | commit mysteriously missing parts of "runIOFastExit" patch | Simon Marlow | 2006-03-21 | 1 | -8/+18 |
* | add runIOFastExit :: IO a -> IO a | Simon Marlow | 2006-03-20 | 1 | -1/+18 |
* | Fix a broken invariant | Simon Marlow | 2006-03-16 | 1 | -4/+14 |
* | Add unsafeSTToIO :: ST s a -> IO a | Simon Marlow | 2006-03-15 | 2 | -3/+7 |
* | Added 'alter' | jeanphilippe.bernardy@gmail.com | 2006-03-15 | 2 | -0/+43 |
* | deprecate FunctorM in favour of Foldable and Traversable | Ross Paterson | 2006-03-15 | 1 | -3/+7 |
* | Simplify Eq, Ord, and Show instances for UArray | Simon Marlow | 2006-03-13 | 1 | -137/+3 |
* | Oops typo in intSet notMember | jeanphilippe.bernardy@gmail.com | 2006-03-11 | 1 | -1/+1 |
* | IntMap lookup now returns monad instead of Maybe. | jeanphilippe.bernardy@gmail.com | 2006-03-11 | 1 | -2/+7 |
* | Added notMember to Data.IntSet and Data.IntMap | jeanphilippe.bernardy@gmail.com | 2006-03-11 | 4 | -3/+12 |
* | add Data.Set.notMember and Data.Map.notMember | John Meacham | 2006-03-09 | 2 | -0/+11 |
* | addToClockTime: handle picoseconds properly | Simon Marlow | 2006-03-10 | 1 | -2/+2 |
* | make head/build rule apply to all types, not just Bool. | John Meacham | 2006-03-03 | 1 | -1/+1 |
* | Avoid overflow when normalising clock times | Ian Lynagh | 2006-02-10 | 1 | -12/+12 |
* | Years have 365 days, not 30*365 | Ian Lynagh | 2006-02-10 | 1 | -2/+2 |
* | declare blkcmp() static | Simon Marlow | 2006-02-23 | 1 | -1/+1 |
* | typo in comment in Foldable class | Ross Paterson | 2006-02-09 | 1 | -1/+1 |
* | simplify fmap | Ross Paterson | 2006-02-06 | 1 | -4/+1 |
* | update ref in comment | Ross Paterson | 2006-02-06 | 1 | -1/+1 |
* | Give -foverlapping-instances to Data.Typeable | simonpj@microsoft | 2006-02-06 | 1 | -1/+8 |
* | Add -fno-bang-patterns to modules using both bang and glasgow-exts | simonpj@microsoft.com | 2006-02-03 | 5 | -2/+8 |
* | When splitting a bucket, keep the contents in the same order | Simon Marlow | 2006-02-01 | 1 | -3/+3 |
* | add foldr/build optimisation for take and replicate | Simon Marlow | 2006-01-26 | 1 | -0/+18 |