| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Update a H98 reference to H2010 | Ian Lynagh | 2012-11-17 | 1 | -1/+1 |
* | Improve a comment | Ian Lynagh | 2012-11-17 | 1 | -2/+2 |
* | Change a commonet not to refer to the Haskell 2010 report in particular | Ian Lynagh | 2012-11-17 | 1 | -1/+1 |
* | Fix a typo | Ian Lynagh | 2012-11-17 | 1 | -1/+1 |
* | Remove commented types in module export lists | Ian Lynagh | 2012-10-27 | 10 | -143/+127 |
* | remove deprecated pragmas (eliminating warnings) | Gabor Greif | 2012-10-23 | 1 | -1/+0 |
* | Move the Word type from base to ghc-prim | Ian Lynagh | 2012-05-21 | 1 | -3/+0 |
* | DEPRECATE Foreign.Marshal.Error.void (use Control.Monad.void instead) | Simon Marlow | 2012-04-25 | 2 | -2/+2 |
* | Remove some redundant imports | Ian Lynagh | 2012-02-29 | 1 | -1/+0 |
* | Move chr's definition into a new GHC.Char | Ian Lynagh | 2012-02-28 | 1 | -0/+1 |
* | Make the fileSystemEncoding/localeEncoding/foreignEncoding mutable | Max Bolingbroke | 2011-11-18 | 1 | -7/+7 |
* | Update base for latest Safe Haskell. | David Terei | 2011-10-25 | 14 | -10/+43 |
* | Update base for new Safe Haskell design | David Terei | 2011-10-25 | 5 | -4/+8 |
* | Export constructors for Foreign.C.Types and System.Posix.Types newtypes | Ian Lynagh | 2011-10-21 | 3 | -24/+11 |
* | Remove the Eq superclass of Num | Ian Lynagh | 2011-10-12 | 2 | -9/+11 |
* | Add Data.Bits.popCount | Johan Tibell | 2011-08-25 | 1 | -1/+2 |
* | Fix documentation for withCWStringLen (#5396) | Simon Marlow | 2011-08-25 | 1 | -4/+3 |
* | Implement unsafeLocalState by unsafeDupablePerformIO, not | Simon Marlow | 2011-07-18 | 1 | -1/+1 |
* | fix warnings (including moving things around to avoid orphan | Simon Marlow | 2011-07-11 | 1 | -0/+40 |
* | Typeable overhaul (see #5275) | Simon Marlow | 2011-07-11 | 1 | -0/+2 |
* | Foreign.Marshal now reexports Foreign.Marshal.Safe | Ian Lynagh | 2011-07-07 | 1 | -11/+3 |
* | SafeHaskell: Added SafeHaskell to base | David Terei | 2011-06-18 | 21 | -163/+427 |
* | Whitespace only. This patch is part 2 of 4 for trac #4247 and #4970. | William Knop | 2011-06-11 | 1 | -15/+14 |
* | Add Haskell types for C types useconds_t and suseconds_t, which are respectiv... | William Knop | 2011-06-11 | 1 | -3/+7 |
* | Big patch to improve Unicode support in GHC. Validated on OS X and Windows, this | Max Bolingbroke | 2011-05-14 | 1 | -1/+43 |
* | For GHC, implement the Typeable.hs macros using standalone deriving | Ian Lynagh | 2011-04-24 | 2 | -1/+7 |
* | Tweak alloca docs | Ian Lynagh | 2011-04-03 | 1 | -2/+3 |
* | Generalize the type of Foreign.Marshal.Utils.maybeNew; fixes trac #5044 | Ian Lynagh | 2011-04-03 | 1 | -2/+2 |
* | Use explicit language extensions & remove extension fields from base.cabal | simonpj@microsoft.com | 2011-01-28 | 15 | -15/+45 |
* | CIntPtr, CUIntPtr, CIntMax, CUIntMax are new to nhc98. | Malcolm.Wallace@me.com | 2010-10-25 | 1 | -0/+6 |
* | Remove redundant imports, now that NoImplicitPrelude does not imply Rebindabl... | simonpj@microsoft.com | 2010-10-22 | 1 | -1/+0 |
* | export allocaBytesAligned; make allocaArray use the correct alignment (#2917) | Simon Marlow | 2010-08-12 | 2 | -3/+5 |
* | Remove egregious ghc-ish from Foreign.Marshal | Malcolm.Wallace@me.com | 2010-07-22 | 1 | -0/+4 |
* | add unsafeLocalState from Haskell 2010, and docs | Simon Marlow | 2010-07-20 | 1 | -1/+29 |
* | add module intro from Haskell 2010 | Simon Marlow | 2010-07-14 | 1 | -1/+23 |
* | doc: use "finalizer" consistently | Simon Marlow | 2010-07-14 | 1 | -1/+1 |
* | add cast{C,U}CharToChar and castCharTo{C,U}Char, from Haskell 2010 | Simon Marlow | 2010-07-13 | 1 | -0/+25 |
* | mention that IntPtr and WordPtr can be marshalled to/from intptr_t and uintptr_t | Simon Marlow | 2010-07-13 | 1 | -2/+4 |
* | New asynchronous exception control API (base parts) | Simon Marlow | 2010-07-08 | 1 | -3/+3 |
* | extract information about Data.Time from docs for CTime | Simon Marlow | 2010-07-01 | 1 | -4/+8 |
* | doc typo | Simon Marlow | 2010-07-01 | 1 | -1/+1 |
* | peekArray docs: remove mentions of "this version" and "previous version" | Simon Marlow | 2010-07-01 | 1 | -4/+2 |
* | doc typo | Simon Marlow | 2010-07-01 | 1 | -1/+1 |
* | doc wibble: Haskell 98 I/O Error -> 'IOError' | Simon Marlow | 2010-07-01 | 1 | -1/+1 |
* | inline allocaArray0, to fix withCString benchmark | Simon Marlow | 2010-04-23 | 1 | -0/+3 |
* | INLINE alloca and malloc | Simon Marlow | 2010-04-19 | 1 | -0/+2 |
* | fix the docs regarding finalizer guarantees | Simon Marlow | 2009-11-30 | 2 | -11/+7 |
* | improve the documentation for throwErrnoIfRetry | Simon Marlow | 2009-10-16 | 1 | -2/+3 |
* | Fix "warn-unused-do-bind" warnings where we really do want to ignore the result | Ian Lynagh | 2009-07-09 | 3 | -4/+5 |
* | Remove unused imports from base | simonpj@microsoft.com | 2009-07-06 | 4 | -3/+4 |