summaryrefslogtreecommitdiff
path: root/libraries/base/Foreign/Marshal/Alloc.hs
Commit message (Expand)AuthorAgeFilesLines
* Throw IOError when allocaBytesAligned gets non-power-of-two alignDaniel Gröber2021-02-141-2/+20
* Improve ByteArray# documentation regarding alignmentDaniel Gröber2021-02-141-0/+8
* base: Use keepAlive# in Foreign.Marshal.AllocBen Gamari2021-02-141-25/+4
* [skip ci] Fix typo in `callocBytes` haddock.Viktor Dukhovni2020-10-301-1/+1
* base: Make Foreign.Marshal.Alloc.allocBytes[Aligned] NOINLINEBen Gamari2018-07-301-0/+17
* Simplify Foreign.Marshal.Alloc functions with ScopedTypeVariablesÖmer Sinan Ağacan2018-02-101-23/+12
* Typos in commentsGabor Greif2017-01-131-1/+1
* Implement `calloc{,Bytes,Array,Array0}` allocatorsAlex Petrov2014-12-051-0/+18
* Be consistent with placement of Safe Haskell mode at top of fileDavid Terei2014-11-211-4/+1
* Drop redundant `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-09-281-1/+0
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-23/+1
* Remove Hugs98 specific codeHerbert Valerio Riedel2013-09-171-10/+0
* Re-jig SOURCE importsSimon Peyton Jones2013-06-061-1/+0
* Remove nhc98-specific files and contentIan Lynagh2013-02-151-3/+0
* Remove commented types in module export listsIan Lynagh2012-10-271-9/+9
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+1
* Export constructors for Foreign.C.Types and System.Posix.Types newtypesIan Lynagh2011-10-211-1/+1
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
* Tweak alloca docsIan Lynagh2011-04-031-2/+3
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+7
* Remove redundant imports, now that NoImplicitPrelude does not imply Rebindabl...simonpj@microsoft.com2010-10-221-1/+0
* export allocaBytesAligned; make allocaArray use the correct alignment (#2917)Simon Marlow2010-08-121-0/+1
* add module intro from Haskell 2010Simon Marlow2010-07-141-1/+23
* INLINE alloca and mallocSimon Marlow2010-04-191-0/+2
* The IO type has moved to GHC.Types in ghc-primIan Lynagh2009-06-201-1/+0
* Rewrite of the IO library, including Unicode supportSimon Marlow2009-06-121-1/+2
* Partial fix for #2917Simon Marlow2009-03-051-2/+16
* Add errno to the IOError typeIan Lynagh2009-01-041-1/+4
* Fix some more warningsIan Lynagh2008-08-201-7/+7
* split most of Control.Exception into new Control.Exception.BaseRoss Paterson2008-08-121-1/+1
* Remove unused importsIan Lynagh2008-08-011-1/+4
* Avoid using deprecated flagsIan Lynagh2008-06-161-1/+1
* untabifyDon Stewart2008-02-191-15/+15
* [project @ 2005-01-13 11:14:09 by ross]ross2005-01-131-2/+4
* [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-3/+3
* [project @ 2004-09-27 09:04:15 by ross]ross2004-09-271-24/+56
* [project @ 2003-06-19 13:20:37 by simonmar]simonmar2003-06-191-0/+2
* [project @ 2003-05-27 16:57:09 by malcolm]malcolm2003-05-271-0/+2
* [project @ 2003-05-22 10:59:47 by ross]ross2003-05-221-1/+4
* [project @ 2003-05-22 08:24:32 by chak]chak2003-05-221-3/+3
* [project @ 2003-05-22 08:20:38 by ross]ross2003-05-221-1/+1
* [project @ 2003-05-21 16:31:59 by ross]ross2003-05-211-8/+5
* [project @ 2002-12-16 11:00:53 by malcolm]malcolm2002-12-161-1/+1
* [project @ 2002-12-12 13:42:46 by ross]ross2002-12-121-1/+0
* [project @ 2002-11-06 23:47:16 by ross]ross2002-11-061-3/+3
* [project @ 2002-10-11 14:33:58 by simonpj]simonpj2002-10-111-1/+1
* [project @ 2002-10-11 11:05:20 by malcolm]malcolm2002-10-111-6/+6
* [project @ 2002-09-25 22:49:17 by ross]ross2002-09-251-1/+12
* [project @ 2002-07-29 09:54:40 by ross]ross2002-07-291-3/+5