add GHC.HetMet.{hetmet_kappa,hetmet_kappa_app}
[ghc-base.git] / Foreign /
2011-06-20 William KnopWhitespace only. This patch is part 2 of 4 for trac...
2011-06-20 William KnopAdd Haskell types for C types useconds_t and suseconds_...
2011-05-14 Max BolingbrokeBig patch to improve Unicode support in GHC. Validated...
2011-04-24 Ian LynaghFor GHC, implement the Typeable.hs macros using standal...
2011-04-03 Ian LynaghTweak alloca docs
2011-04-03 Ian LynaghGeneralize the type of Foreign.Marshal.Utils.maybeNew...
2011-01-28 simonpj@microsoft.comUse explicit language extensions & remove extension...
2010-10-25 Malcolm.Wallace... CIntPtr, CUIntPtr, CIntMax, CUIntMax are new to nhc98.
2010-10-22 simonpj@microsoft.comRemove redundant imports, now that NoImplicitPrelude...
2010-08-12 Simon Marlowexport allocaBytesAligned; make allocaArray use the...
2010-07-22 Malcolm.Wallace... Remove egregious ghc-ish from Foreign.Marshal
2010-07-20 Simon Marlowadd unsafeLocalState from Haskell 2010, and docs
2010-07-14 Simon Marlowadd module intro from Haskell 2010
2010-07-14 Simon Marlowdoc: use "finalizer" consistently
2010-07-13 Simon Marlowadd cast{C,U}CharToChar and castCharTo{C,U}Char, from...
2010-07-13 Simon Marlowmention that IntPtr and WordPtr can be marshalled to...
2010-07-08 Simon Marlow New asynchronous exception control API (base parts)
2010-07-01 Simon Marlowextract information about Data.Time from docs for CTime
2010-07-01 Simon Marlowdoc typo
2010-07-01 Simon MarlowpeekArray docs: remove mentions of "this version" and...
2010-07-01 Simon Marlowdoc typo
2010-07-01 Simon Marlowdoc wibble: Haskell 98 I/O Error -> 'IOError'
2010-04-23 Simon Marlowinline allocaArray0, to fix withCString benchmark
2010-04-19 Simon MarlowINLINE alloca and malloc
2009-11-30 Simon Marlowfix the docs regarding finalizer guarantees
2009-10-16 Simon Marlowimprove the documentation for throwErrnoIfRetry
2009-07-09 Ian LynaghFix "warn-unused-do-bind" warnings where we really...
2009-07-06 simonpj@microsoft.comRemove unused imports from base
2009-07-05 Ian LynaghDon't export CLDouble for GHC; fixes trac #2793
2009-06-20 Ian LynaghThe IO type has moved to GHC.Types in ghc-prim
2009-06-12 Simon MarlowRewrite of the IO library, including Unicode support
2009-03-05 Simon MarlowPartial fix for #2917
2009-02-03 Ross PatersonFix #2903: ensure CWStringLen contains the length of...
2009-01-14 Ian LynaghMake Data.Typeable imports and exports more explicit
2009-01-04 Ian LynaghAdd errno to the IOError type
2008-12-10 Ivan TomacFIX #1364: added support for C finalizers that run...
2008-08-20 Ian LynaghFix some more warnings
2008-08-12 Ross Patersonsplit most of Control.Exception into new Control.Except...
2008-08-06 Ian LynaghRemove more redundant GHC.Float imports
2008-08-05 Ian LynaghFix warnings
2008-08-04 Malcolm.Wallace... poke and peek come from Foreign.Storable
2008-08-04 Malcolm.Wallace... zipWithM_ comes from Control.Monad
2008-08-01 Ian LynaghRemove unused imports
2008-07-30 Ian LynaghStart to actually use extensible exceptions
2008-07-30 Ian LynaghRejig the extensible exceptions so there is less circul...
2008-06-21 Ian LynaghUse extensible exceptions at the lowest level
2008-06-19 Ian LynaghMake the macros in Typeable.h add type signatures
2008-06-16 Ian LynaghAvoid using deprecated flags
2008-03-08 Don Stewartuntabify
2008-03-07 Don Stewartuntabify
2008-03-05 Don Stewartuntabify
2008-03-05 Don Stewartuntabify
2008-03-03 Don Stewartuntabify
2008-02-19 Don Stewartuntabify
2008-02-19 Don Stewartuntabify
2008-02-19 Don Stewartuntabify
2007-12-05 Simon Marlowdoc only: use realToFrac instead of fromRational.toRational
2007-11-30 Simon Marlownote about how to convert CTime (aka EpochTime) to...
2007-07-22 Ian LynaghExport throwErrnoPath* functions
2007-07-22 Ian LynaghAdd simple haddock docs for throwErrnoPath* functions
2007-07-22 Ian LynaghMove throwErrnoPath* functions from unix:System.Posix...
2007-07-24 Ross PatersonHugs only: avoid dependency cycle
2007-06-05 Ross Patersonfix description of CWStringLen
2007-05-16 Simon Marlowcorrect the documentation for newForeignPtr
2007-05-13 Ross Patersonfix imports for non-GHC
2007-05-03 simonpj@microsoftTrim imports, remove a cycle
2007-04-03 Ian LynaghFix C/Haskell type mismatches
2007-03-12 Ian LynaghcopyBytes copies bytes, not elements; fixes trac #1203
2007-01-30 Ian LynaghAdd Data.String, containing IsString(fromString); trac...
2007-02-19 Ian LynaghConsistently use CInt rather than Int for FDs
2006-12-21 lennart@augustsson.netAdd IsString class for overloaded string literals.
2006-08-18 Ross Patersonfix docs for withC(A)StringLen
2006-08-11 Simon Marlowremove deprecated 'withObject'
2006-05-18 Ross Patersonhaddock fix
2006-05-10 Ross Patersonportable implementation of WordPtr/IntPtr for non-GHC
2006-05-09 Simon Marlowadd WordPtr and IntPtr types to Foreign.Ptr, with assoc...
2006-05-09 Simon Marlowadd CIntPtr, CUIntPtr, CIntMax, CUIntMax types
2006-04-05 Simon Marlowimplement ForeignEnvPtr, newForeignPtrEnv, addForeignPt...
2005-02-02 simonmar[project @ 2005-02-02 15:20:11 by simonmar]
2005-02-02 simonpj[project @ 2005-02-02 13:26:13 by simonpj]
2005-01-28 simonmar[project @ 2005-01-28 13:36:25 by simonmar]
2005-01-27 simonpj[project @ 2005-01-27 10:45:47 by simonpj]
2005-01-26 simonmar[project @ 2005-01-26 12:23:33 by simonmar]
2005-01-14 ross[project @ 2005-01-14 12:18:00 by ross]
2005-01-13 ross[project @ 2005-01-13 11:14:09 by ross]
2005-01-11 simonmar[project @ 2005-01-11 16:04:08 by simonmar]
2005-01-11 ross[project @ 2005-01-11 14:18:13 by ross]
2004-12-24 krasimir[project @ 2004-12-24 12:20:18 by krasimir]
2004-12-24 krasimir[project @ 2004-12-24 12:12:28 by krasimir]
2004-12-23 ralf[project @ 2004-12-23 00:02:41 by ralf]
2004-12-02 ross[project @ 2004-12-02 15:57:02 by ross]
2004-11-06 panne[project @ 2004-11-06 13:01:18 by panne]
2004-09-27 ross[project @ 2004-09-27 09:04:15 by ross]
2004-09-08 ross[project @ 2004-09-08 11:10:08 by ross]
2004-08-13 simonmar[project @ 2004-08-13 13:29:00 by simonmar]
2004-07-28 ross[project @ 2004-07-28 10:32:11 by ross]
2004-07-27 ross[project @ 2004-07-27 10:35:54 by ross]
2004-06-25 ross[project @ 2004-06-25 10:42:48 by ross]
2004-06-22 ross[project @ 2004-06-22 12:45:55 by ross]
2004-06-15 malcolm[project @ 2004-06-15 10:20:05 by malcolm]
next