summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Update base for latest Safe Haskell.David Terei2011-10-25130-80/+231
* Update base for new Safe Haskell designDavid Terei2011-10-2556-8/+67
* Warn about ArrowLoop instance for Kleisli ArrowsRoss Paterson2011-10-251-0/+3
* Fix error in KQueue caused by changes to FFI import requirementsMax Bolingbroke2011-10-221-4/+1
* Export constructors for Foreign.C.Types and System.Posix.Types newtypesIan Lynagh2011-10-2111-44/+31
* If an assertion fails, through it rather than a deeper error; fixes #5561Ian Lynagh2011-10-194-1/+16
* update IO manager documentation (#5547)Simon Marlow2011-10-181-1/+2
* update ref to deprecated function forkIOUnmasked -> forkIOWithUnmask (#5546)Simon Marlow2011-10-181-1/+1
* fix cross-ref to "Catching all exceptions" section (#5546)Simon Marlow2011-10-181-2/+2
* Fix build on WindowsIan Lynagh2011-10-141-1/+1
* Merge branch 'master' of mac:ghc/git/val32/libraries/baseIan Lynagh2011-10-142-56/+111
|\
| * tweak unpack/unpack_nl to generate better Core (#5536)Simon Marlow2011-10-131-6/+24
| * 80-columnifySimon Marlow2011-10-131-50/+87
* | De-orphan the Show Integer instanceIan Lynagh2011-10-122-117/+116
* | Remove the Eq superclass of NumIan Lynagh2011-10-127-18/+20
* | Remove the Show superclass of NumIan Lynagh2011-10-124-7/+7
|/
* Combine two calls to 'ord' (seems to be just slightly faster)Max Bolingbroke2011-10-111-18/+10
* Improve performance of the unpack loopMax Bolingbroke2011-10-112-5/+23
* Minor: replace undefined uses with error as mentioned in ticket #5532Ryan Newton2011-10-061-2/+2
* Remove now unnecessary helper functionDaniel Fischer2011-10-061-9/+0
* Merge /home/dafis/GHC/bghc/libraries/baseDaniel Fischer2011-10-041-3/+3
|\
| * Fix typo in error messageDaniel Fischer2011-10-041-1/+1
| * Whitespace onlyDaniel Fischer2011-10-041-2/+2
* | Align arrowsDaniel Fischer2011-10-041-3/+3
* | Eliminate unnecessary shift and reorder branches in fromRat''Daniel Fischer2011-10-041-9/+8
* | Use Rational constructor if numerator or denominator is 1Daniel Fischer2011-10-041-1/+1
* | Explanatory commentsDaniel Fischer2011-10-041-4/+20
* | Fix fromRat' and fromRat''Daniel Fischer2011-10-041-6/+4
|/
* Change haddock for encodeFloat, fixes #5525Daniel Fischer2011-10-021-2/+4
* Fixed mistake in documentation and a typo in a commentDaniel Fischer2011-10-021-2/+3
* Fixed documentation bugDaniel Fischer2011-10-021-1/+1
* Whitespace only in GHC.ShowDaniel Fischer2011-10-021-25/+25
* Removed pointless rule (realToFrac :: Int -> Int)Daniel Fischer2011-10-021-4/+0
* Don't try to detect iconv or libcharset if we are on WindowsIan Lynagh2011-09-251-4/+10
* Fix #5436 by using 'recover' on handle EOFMax Bolingbroke2011-09-232-34/+39
* Be more efficient reading fractional literalsDaniel Fischer2011-09-191-19/+25
* Whitespace only in Text.Read.LexDaniel Fischer2011-09-191-26/+26
* Use the Ratio constructor for toRational from Int/IntegerDaniel Fischer2011-09-191-2/+2
* Give Word a proper Show instanceIan Lynagh2011-09-161-1/+8
* Move some Enum helpers into GHC.EnumIan Lynagh2011-09-152-31/+34
* Eliminate the orphaned Enum Integer instanceIan Lynagh2011-09-152-76/+77
* Import GMP-only functions from a GMP modulesIan Lynagh2011-09-131-0/+4
* Fix build on WindowsIan Lynagh2011-09-131-2/+3
* FIX BUILD on 32-bitsDaniel Fischer2011-08-271-1/+1
* Trailing WhitespaceDaniel Fischer2011-08-271-9/+9
* Follow ghc-prim changesIan Lynagh2011-08-262-11/+5
* Add Data.Bits.popCountJohan Tibell2011-08-255-3/+31
* Fix documentation for withCWStringLen (#5396)Simon Marlow2011-08-251-4/+3
* Drop bitrotted code for < 32-bit platformsJohan Tibell2011-08-242-256/+1
* Remove old darcs boring fileDavid Terei2011-08-101-12/+0