summaryrefslogtreecommitdiff
path: root/libraries/base/Data/Char.hs
Commit message (Expand)AuthorAgeFilesLines
* Add non-ASCII isLetter True exampleChris Martin2017-09-131-0/+2
* Allow CallStacks to be frozenEric Seidel2015-12-231-1/+1
* Move GeneralCategory et al to GHC.UnicodeBen Gamari2015-09-081-208/+1
* Add doctest examples for Data.CharMichael Orlitzky2014-10-311-13/+328
* Improve isDigit, isSpace, etc.David Feuer2014-10-211-4/+8
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-11/+1
* Remove Hugs98 specific codeHerbert Valerio Riedel2013-09-171-8/+0
* Remove nhc98-specific files and contentIan Lynagh2013-02-151-16/+1
* Remove commented types in module export listsIan Lynagh2012-10-271-8/+8
* Move chr's definition into a new GHC.CharIan Lynagh2012-02-281-0/+1
* Remove some comments about interfaces being checked against H98Ian Lynagh2011-11-191-2/+0
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+1
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+2
* Do not export String from Data.CharBas van Dijk2010-10-181-2/+0
* Avoid using deprecated flagsIan Lynagh2008-06-161-1/+1
* untabifyDon Stewart2008-03-051-4/+4
* Fix the type of wgencatIan Lynagh2007-03-291-2/+2
* [project @ 2006-01-18 11:45:47 by malcolm]malcolm2006-01-181-1/+1
* [project @ 2006-01-17 09:38:38 by ross]ross2006-01-171-1/+4
* [project @ 2005-03-16 13:27:03 by ross]ross2005-03-161-4/+20
* [project @ 2005-03-15 17:19:09 by ross]ross2005-03-151-2/+0
* [project @ 2005-03-15 12:15:15 by malcolm]malcolm2005-03-151-3/+3
* [project @ 2005-03-14 18:02:48 by ross]ross2005-03-141-1/+115
* [project @ 2005-03-14 15:22:51 by simonmar]simonmar2005-03-141-4/+6
* [project @ 2005-01-11 16:04:08 by simonmar]simonmar2005-01-111-1/+1
* [project @ 2003-11-26 09:55:22 by simonmar]simonmar2003-11-261-1/+1
* [project @ 2003-08-26 10:39:55 by ross]ross2003-08-261-8/+21
* [project @ 2003-08-19 16:39:13 by simonmar]simonmar2003-08-191-0/+10
* [project @ 2002-10-09 17:08:18 by malcolm]malcolm2002-10-091-0/+5
* [project @ 2002-09-16 11:29:39 by ross]ross2002-09-161-3/+1
* [project @ 2002-09-09 03:50:38 by sof]sof2002-09-091-1/+1
* [project @ 2002-09-08 02:35:33 by sof]sof2002-09-081-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 @ 2002-04-11 12:03:43 by simonpj]simonpj2002-04-111-2/+3
* [project @ 2001-06-28 14:15:04 by simonmar]simonmar2001-06-281-0/+51