summaryrefslogtreecommitdiff
path: root/libraries/base/Foreign
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify import-graph a bit moreHerbert Valerio Riedel2014-09-211-1/+1
* Move `when` to GHC.BaseHerbert Valerio Riedel2014-09-183-5/+2
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-2/+0
* Replace DeriveDataTypeable by AutoDeriveTypeableHerbert Valerio Riedel2014-05-272-2/+2
* base: Document Foreign.ForeignPtr (#8475)Chris Heller2014-05-181-1/+0
* Derive `FiniteBits` for integral newtype wrappersHerbert Valerio Riedel2014-01-301-1/+1
* Improve Haddock markupHerbert Valerio Riedel2014-01-301-1/+1
* Drop redundant `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-09-284-4/+2
* Add Haddock `/Since: 4.4.0.0/` comments to symbolsHerbert Valerio Riedel2013-09-221-0/+4
* Add Haddock `/Since: 4.7.0.0/` comments to new symbolsHerbert Valerio Riedel2013-09-211-0/+1
* Add `{-# MINIMAL #-}` annotations to typeclassesHerbert Valerio Riedel2013-09-181-0/+4
* Make `<Typeable.h>` obsolete and refactor away its useHerbert Valerio Riedel2013-09-172-27/+27
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-1719-288/+20
* Remove Hugs98 specific codeHerbert Valerio Riedel2013-09-179-52/+8
* Fix import warningsIan Lynagh2013-06-061-1/+0
* Re-jig SOURCE importsSimon Peyton Jones2013-06-065-7/+2
* Update parallel IO manager to handle the invalid files in the same way as pre...Andreas Voellmy2013-05-051-2/+3
* Remove some things deprecated since GHC 7.2Ian Lynagh2013-02-162-40/+0
* Mark DEPRECATED pragmas with when they were addedIan Lynagh2013-02-163-5/+3
* Remove nhc98-specific files and contentIan Lynagh2013-02-159-150/+6
* Update a H98 reference to H2010Ian Lynagh2012-11-171-1/+1
* Improve a commentIan Lynagh2012-11-171-2/+2
* Change a commonet not to refer to the Haskell 2010 report in particularIan Lynagh2012-11-171-1/+1
* Fix a typoIan Lynagh2012-11-171-1/+1
* Remove commented types in module export listsIan Lynagh2012-10-2710-143/+127
* remove deprecated pragmas (eliminating warnings)Gabor Greif2012-10-231-1/+0
* Move the Word type from base to ghc-primIan Lynagh2012-05-211-3/+0
* DEPRECATE Foreign.Marshal.Error.void (use Control.Monad.void instead)Simon Marlow2012-04-252-2/+2
* Remove some redundant importsIan Lynagh2012-02-291-1/+0
* Move chr's definition into a new GHC.CharIan Lynagh2012-02-281-0/+1
* Make the fileSystemEncoding/localeEncoding/foreignEncoding mutableMax Bolingbroke2011-11-181-7/+7
* Update base for latest Safe Haskell.David Terei2011-10-2514-10/+43
* Update base for new Safe Haskell designDavid Terei2011-10-255-4/+8
* Export constructors for Foreign.C.Types and System.Posix.Types newtypesIan Lynagh2011-10-213-24/+11
* Remove the Eq superclass of NumIan Lynagh2011-10-122-9/+11
* Add Data.Bits.popCountJohan Tibell2011-08-251-1/+2
* Fix documentation for withCWStringLen (#5396)Simon Marlow2011-08-251-4/+3
* Implement unsafeLocalState by unsafeDupablePerformIO, notSimon Marlow2011-07-181-1/+1
* fix warnings (including moving things around to avoid orphanSimon Marlow2011-07-111-0/+40
* Typeable overhaul (see #5275)Simon Marlow2011-07-111-0/+2
* Foreign.Marshal now reexports Foreign.Marshal.SafeIan Lynagh2011-07-071-11/+3
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-1821-163/+427
* Whitespace only. This patch is part 2 of 4 for trac #4247 and #4970.William Knop2011-06-111-15/+14
* Add Haskell types for C types useconds_t and suseconds_t, which are respectiv...William Knop2011-06-111-3/+7
* Big patch to improve Unicode support in GHC. Validated on OS X and Windows, thisMax Bolingbroke2011-05-141-1/+43
* For GHC, implement the Typeable.hs macros using standalone derivingIan Lynagh2011-04-242-1/+7
* Tweak alloca docsIan Lynagh2011-04-031-2/+3
* Generalize the type of Foreign.Marshal.Utils.maybeNew; fixes trac #5044Ian Lynagh2011-04-031-2/+2
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-2815-15/+45
* CIntPtr, CUIntPtr, CIntMax, CUIntMax are new to nhc98.Malcolm.Wallace@me.com2010-10-251-0/+6