summaryrefslogtreecommitdiff
path: root/libraries/base/Foreign/C/String.hs
Commit message (Expand)AuthorAgeFilesLines
* Prefer #if defined to #ifdefBen Gamari2017-04-281-1/+1
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-2/+2
* Move `when` to GHC.BaseHerbert Valerio Riedel2014-09-181-2/+0
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-84/+0
* Remove commented types in module export listsIan Lynagh2012-10-271-29/+29
* 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-251-0/+1
* Fix documentation for withCWStringLen (#5396)Simon Marlow2011-08-251-4/+3
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
* Big patch to improve Unicode support in GHC. Validated on OS X and Windows, thisMax Bolingbroke2011-05-141-1/+43
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+2
* add cast{C,U}CharToChar and castCharTo{C,U}Char, from Haskell 2010Simon Marlow2010-07-131-0/+25
* 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
* Fix #2903: ensure CWStringLen contains the length of the array rather than th...Ross Paterson2009-02-031-13/+11
* Avoid using deprecated flagsIan Lynagh2008-06-161-1/+1
* untabifyDon Stewart2008-03-081-15/+15
* fix description of CWStringLenRoss Paterson2007-06-051-1/+1
* fix docs for withC(A)StringLenRoss Paterson2006-08-181-8/+4
* [project @ 2005-01-28 13:36:25 by simonmar]simonmar2005-01-281-3/+3
* [project @ 2005-01-11 16:04:08 by simonmar]simonmar2005-01-111-1/+1
* [project @ 2004-12-24 12:20:18 by krasimir]krasimir2004-12-241-4/+8
* [project @ 2004-12-24 12:12:28 by krasimir]krasimir2004-12-241-8/+4
* [project @ 2004-09-27 09:04:15 by ross]ross2004-09-271-12/+36
* [project @ 2004-06-22 12:45:55 by ross]ross2004-06-221-60/+289
* [project @ 2003-10-21 13:24:31 by simonmar]simonmar2003-10-211-5/+5
* [project @ 2003-10-07 16:56:33 by sof]sof2003-10-071-9/+14
* [project @ 2003-04-08 14:52:26 by ross]ross2003-04-081-1/+1
* [project @ 2003-01-28 11:09:41 by simonmar]simonmar2003-01-281-2/+69
* [project @ 2002-09-08 02:35:33 by sof]sof2002-09-081-0/+1
* [project @ 2002-08-03 19:32:16 by reid]reid2002-08-031-0/+2
* [project @ 2002-05-09 13:16:29 by simonmar]simonmar2002-05-091-1/+1
* [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 @ 2001-09-13 11:37:43 by simonmar]simonmar2001-09-131-3/+1
* [project @ 2001-08-17 12:50:34 by simonmar]simonmar2001-08-171-22/+1
* [project @ 2001-07-03 11:37:49 by simonmar]simonmar2001-07-031-3/+3
* [project @ 2001-06-28 14:15:04 by simonmar]simonmar2001-06-281-0/+179