summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/ForeignPtr.hs
Commit message (Expand)AuthorAgeFilesLines
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-10/+10
* Move `mapM` and `sequence` to GHC.Base and break import-cyclesHerbert Valerio Riedel2014-09-211-1/+1
* Replace DeriveDataTypeable by AutoDeriveTypeableHerbert Valerio Riedel2014-05-271-1/+1
* Remove obsolete pre-Haddock-2 `#hide` pragmasHerbert Valerio Riedel2013-09-231-1/+0
* Make `<Typeable.h>` obsolete and refactor away its useHerbert Valerio Riedel2013-09-171-6/+2
* Update GHC.ForeignPtr to use addCFinalizerToWeak#Takano Akio2013-06-151-45/+68
* Re-jig SOURCE importsSimon Peyton Jones2013-06-061-1/+0
* Remove finalizers from a ForeignPtr atomically (#7170)Simon Marlow2012-08-211-5/+4
* Document that a FinalizerPtr is a pointer to a ccall function (#5254)Simon Marlow2012-08-021-0/+2
* fix warningsSimon Marlow2012-07-131-6/+6
* Add alignment-restricted ForeignPtr allocation actionsNicolas Trangez2012-07-131-0/+29
* export the constructors of ForeignPtrContents tooSimon Marlow2012-07-111-1/+1
* Export ForeignPtrContents in GHC.ForeignPtr (#7012)Paolo Capriotti2012-06-191-0/+1
* Update base for new Safe Haskell designDavid Terei2011-10-251-0/+1
* For GHC, implement the Typeable.hs macros using standalone derivingIan Lynagh2011-04-241-0/+1
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-2/+7
* Add LANGUAGE BangPatterns to modules that use bang patternssimonpj@microsoft.com2010-11-121-0/+1
* Remove redundant imports, now that NoImplicitPrelude does not imply Rebindabl...simonpj@microsoft.com2010-10-221-1/+0
* doc typoSimon Marlow2010-07-011-1/+1
* doc typoSimon Marlow2010-07-011-1/+1
* doc wibbleSimon Marlow2010-06-251-1/+1
* check for size < 0 in mallocForeignPtrBytes and friends (#3514)Simon Marlow2009-11-251-3/+11
* Tweak layout to work with alternative layout ruleIan Lynagh2009-11-251-2/+2
* Remove unused imports from basesimonpj@microsoft.com2009-07-061-1/+1
* Rewrite of the IO library, including Unicode supportSimon Marlow2009-06-121-1/+2
* Use a bang pattern when we where/let-bind values with unlifted typesIan Lynagh2009-04-241-4/+4
* Partial fix for #2917Simon Marlow2009-03-051-4/+6
* FIX #1364: added support for C finalizers that run as soon as the value is no...Ivan Tomac2008-12-101-24/+72
* Swap imports around to get GHC.ForeignPtr out of the base knotIan Lynagh2008-08-061-0/+5
* Fix warningsIan Lynagh2008-08-051-19/+23
* Avoid using deprecated flagsIan Lynagh2008-06-161-1/+1
* untabifyDon Stewart2008-02-191-47/+47
* haddock attributes for haddock-2.0Ross Paterson2008-01-201-0/+1
* Trim imports, remove a cyclesimonpj@microsoft2007-05-031-4/+2
* Move instance of Show Ptr to Ptr.hs (fewer orphans)simonpj@microsoft.com2006-11-241-16/+0
* Wibble in docs for new ForeignPtr functionsnDon Stewart2006-06-091-2/+3
* Optimised foreign pointer representation, for heap-allocated objectsDon Stewart2006-06-081-3/+44
* add WordPtr and IntPtr types to Foreign.Ptr, with associated conversionsSimon Marlow2006-05-091-4/+22
* [project @ 2005-11-07 16:39:04 by simonmar]simonmar2005-11-071-0/+8
* [project @ 2005-09-02 14:04:38 by simonmar]simonmar2005-09-021-36/+30
* [project @ 2005-07-27 10:04:26 by simonmar]simonmar2005-07-271-3/+11
* [project @ 2005-07-21 10:00:34 by simonmar]simonmar2005-07-211-30/+36
* [project @ 2005-06-27 22:31:41 by simonmar]simonmar2005-06-271-30/+36
* [project @ 2005-04-02 04:39:35 by dons]dons2005-04-021-1/+1
* [project @ 2005-02-03 10:32:11 by ross]ross2005-02-031-0/+1
* [project @ 2005-01-19 22:33:32 by ralf]ralf2005-01-191-4/+0
* [project @ 2005-01-11 16:04:08 by simonmar]simonmar2005-01-111-1/+1
* [project @ 2004-12-23 00:02:41 by ralf]ralf2004-12-231-1/+1
* [project @ 2004-12-08 11:05:31 by simonmar]simonmar2004-12-081-28/+30
* [project @ 2004-09-08 11:10:08 by ross]ross2004-09-081-1/+1