summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
* Fix build on 32bit platformsIan Lynagh2012-02-181-3/+1
* Use the new unsigned quotRem primopIan Lynagh2012-02-171-7/+19
* Merge branch 'master' of http://darcs.haskell.org/packages/baseSimon Peyton Jones2012-02-173-12/+12
|\
| * Add CTYPE pragmas for GHC typesIan Lynagh2012-02-163-12/+12
* | Eta expand unsafeCoerce and add a pointer to the NoteSimon Peyton Jones2012-02-171-1/+4
* | Use throwIO rather than throw where possibleSimon Peyton Jones2012-02-171-8/+8
|/
* Merge branch 'master' of http://darcs.haskell.org/packages/baseIan Lynagh2012-02-151-2/+5
|\
| * Fix documentation of minimal complete definition of Bits instancesJohan Tibell2012-02-141-1/+3
| * Fix bug in popCountDefault. Fixes #5872Johan Tibell2012-02-141-1/+2
* | Define a divModInt function that only does 1 divisionIan Lynagh2012-02-143-11/+27
* | Use the new quotRemInt# primopIan Lynagh2012-02-144-16/+29
|/
* System.Environment: improve 'getEnv' doc to mention closest 'setEnv' we have ...gwern2012-02-131-6/+6
* Bump base's version to match 7.4.1'sIan Lynagh2012-02-101-1/+1
* Move Text.Printf tests from testsuite; part of #1161Ian Lynagh2012-02-034-0/+22
* num009 now only fails on OS X i386, not OS X amd64Ian Lynagh2012-01-291-1/+1
* Foldable typeclass: make foldl' and foldr' class methods; fixes trac #5538Ian Lynagh2012-01-241-14/+16
* Added missing Functor, Applicative, Alternative and MonadPlus instances Added...Bas van Dijk2012-01-242-1/+42
* Expand num009 to test more values, and add mingw32 outputSimon Marlow2012-01-163-10/+34
* Use sharing in the Alternative instance of MaybeBas van Dijk2012-01-141-2/+2
* Remove Num superclass of Bits Add and export bitDefault, testBitDefault and p...Bas van Dijk2012-01-144-14/+90
* Moved the instances from Control.Monad.Instances to GHC.Base and Data.EitherBas van Dijk2012-01-135-27/+21
* Add <> as an alias for mappendJohan Tibell2012-01-071-0/+8
* Removing the MonadGroup class. This is to reflect the removal of the default ...George Giorgidze2012-01-072-37/+0
* Export setNumCapabilitiesSimon Marlow2012-01-031-0/+1
* Export "readEither" and add "readMaybe".Iavor S. Diatchki2011-12-221-0/+13
* Re-export Constraint from GHC.ExtsJose Pedro Magalhaes2011-12-221-1/+3
* update documentation for getNumCapabilities and setNumCapabilitiesSimon Marlow2011-12-191-21/+11
* Merge branch 'master' of http://darcs.haskell.org/packages/baseIan Lynagh2011-12-181-0/+8
|\
| * Document that -T RTS flag is necessary.Edward Z. Yang2011-12-161-0/+8
* | Remove GHC.Exts.traceEventIOIan Lynagh2011-12-152-12/+10
* | Fix typoIan Lynagh2011-12-151-1/+1
|/
* Add getNumProcessors :: IO IntSimon Marlow2011-12-072-0/+8
* add setNumCapabilities :: Int -> IO ()Simon Marlow2011-12-062-0/+17
* renderStack: reverse the stack trace (most recent frame first)Simon Marlow2011-12-061-1/+1
* doc update: mention -fprof-auto-callsSimon Marlow2011-12-061-1/+1
* Roll back the sigset capi changesIan Lynagh2011-12-042-3/+25
* Add source locations to call stack entries.Simon Marlow2011-12-021-1/+6
* Change the layout of stack tracesSimon Marlow2011-12-011-5/+1
* Add traceStack :: String -> a -> aSimon Marlow2011-11-301-0/+19
* Expand the stack-tracing APISimon Marlow2011-11-301-9/+34
* Use utf8 when decoding cost centre stringsSimon Marlow2011-11-301-2/+4
* Use capi to define the fcntl FFI importsIan Lynagh2011-11-294-19/+5
* Use capi some more (part of #5480)Ian Lynagh2011-11-294-19/+3
* Add a way to get hold of the current call stackSimon Marlow2011-11-293-1/+86
* Convert come FFI bindings to use the capi calling conventionIan Lynagh2011-11-282-30/+4
* Make a wrapper for getrusage; part of #5480Ian Lynagh2011-11-252-1/+9
* Simplify some CPPIan Lynagh2011-11-251-4/+2
* Remove some unused functions from include/HsBase.hIan Lynagh2011-11-251-24/+0
* Add a C wrapper for gettimeofdayIan Lynagh2011-11-252-1/+5
* Eta contract 'PArr' synonymManuel M T Chakravarty2011-11-251-1/+1