summaryrefslogtreecommitdiff
path: root/libraries/base/Foreign/Ptr.hs
Commit message (Expand)AuthorAgeFilesLines
* Add the Ix class to Foreign C integral typesHécate Moonlight2022-02-041-0/+1
* base: Add CTYPE pragmas to all foreign typesBen Gamari2022-01-191-2/+2
* Remove all the unnecessary LANGUAGE pragmasHécate2020-08-051-1/+0
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-2/+2
* Eliminate some unsafeCoerce#s with deriving strategiesRyan Scott2016-10-011-2/+6
* Export constructors for IntPtr and WordPtrRyanGlScott2016-05-021-3/+24
* base: drop redundant Typeable derivingsHerbert Valerio Riedel2015-03-071-2/+1
* Be consistent with placement of Safe Haskell mode at top of fileDavid Terei2014-11-211-6/+2
* Replace DeriveDataTypeable by AutoDeriveTypeableHerbert Valerio Riedel2014-05-271-1/+1
* Drop redundant `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-09-281-1/+0
* Make `<Typeable.h>` obsolete and refactor away its useHerbert Valerio Riedel2013-09-171-2/+2
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-32/+0
* Remove Hugs98 specific codeHerbert Valerio Riedel2013-09-171-4/+0
* Remove nhc98-specific files and contentIan Lynagh2013-02-151-26/+5
* Remove commented types in module export listsIan Lynagh2012-10-271-12/+12
* Move the Word type from base to ghc-primIan Lynagh2012-05-211-3/+0
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+1
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-1/+1
* For GHC, implement the Typeable.hs macros using standalone derivingIan Lynagh2011-04-241-0/+3
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+7
* mention that IntPtr and WordPtr can be marshalled to/from intptr_t and uintptr_tSimon Marlow2010-07-131-2/+4
* Remove unused imports from basesimonpj@microsoft.com2009-07-061-1/+1
* 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/+1
* Make the macros in Typeable.h add type signaturesIan Lynagh2008-06-191-1/+1
* Avoid using deprecated flagsIan Lynagh2008-06-161-1/+1
* untabifyDon Stewart2008-03-051-9/+9
* fix imports for non-GHCRoss Paterson2007-05-131-0/+1
* Trim imports, remove a cyclesimonpj@microsoft2007-05-031-1/+0
* haddock fixRoss Paterson2006-05-181-1/+1
* portable implementation of WordPtr/IntPtr for non-GHCRoss Paterson2006-05-101-11/+38
* add WordPtr and IntPtr types to Foreign.Ptr, with associated conversionsSimon Marlow2006-05-091-17/+47
* [project @ 2005-01-27 10:45:47 by simonpj]simonpj2005-01-271-1/+0
* [project @ 2005-01-11 16:04:08 by simonmar]simonmar2005-01-111-1/+1
* [project @ 2004-06-25 10:42:48 by ross]ross2004-06-251-0/+4
* [project @ 2003-09-23 10:09:17 by panne]panne2003-09-231-1/+1
* [project @ 2003-03-08 23:03:47 by panne]panne2003-03-081-1/+1
* [project @ 2002-12-12 13:29:07 by ross]ross2002-12-121-0/+3
* [project @ 2002-10-14 10:06:28 by ross]ross2002-10-141-2/+0
* [project @ 2002-10-11 11:05:20 by malcolm]malcolm2002-10-111-1/+21
* [project @ 2002-05-31 09:43:04 by panne]panne2002-05-311-0/+3
* [project @ 2002-05-09 13:16:29 by simonmar]simonmar2002-05-091-1/+1
* [project @ 2002-05-09 13:13:28 by simonmar]simonmar2002-05-091-7/+8
* [project @ 2002-04-26 13:34:05 by simonmar]simonmar2002-04-261-2/+0
* [project @ 2002-04-24 16:31:37 by simonmar]simonmar2002-04-241-2/+2
* [project @ 2002-03-20 15:38:36 by simonmar]simonmar2002-03-201-2/+2
* [project @ 2002-03-14 12:09:49 by simonmar]simonmar2002-03-141-6/+1
* [project @ 2002-02-27 14:31:44 by simonmar]simonmar2002-02-271-2/+1
* [project @ 2002-02-11 16:11:38 by simonmar]simonmar2002-02-111-1/+23
* [project @ 2001-07-03 11:37:49 by simonmar]simonmar2001-07-031-3/+3