summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/IO/Encoding/Iconv.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant "do", "return" and language extensions from baseHécate2020-09-231-1/+1
* Remove OPTIONS_HADDOCK hide in favour for not-homeAdam Sandberg Eriksson2019-01-061-1/+1
* Prefer #if defined to #ifdefBen Gamari2017-04-281-1/+1
* Fix self-contained handling of ASCII encodingBen Gamari2015-07-101-7/+20
* Update Foreign.* for Safe Haskell now that they're safe by defaultDavid Terei2014-11-211-1/+1
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-10-251-15/+15
* Drop redundant `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-09-281-1/+0
* Remove obsolete pre-Haddock-2 `#hide` pragmasHerbert Valerio Riedel2013-09-231-1/+1
* Another build ordering fixIan Lynagh2013-05-201-1/+3
* TypoGabor Greif2013-02-251-1/+1
* Avoid using iconv for the locale TextEncoding if we can help itMax Bolingbroke2011-11-021-7/+1
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+1
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-1/+2
* Big patch to improve Unicode support in GHC. Validated on OS X and Windows, thisMax Bolingbroke2011-05-141-78/+36
* Change some uses of CString functions to CAString insteadMax Bolingbroke2011-04-031-10/+15
* Fix handling of suffixes for GNU iconvMax Bolingbroke2011-04-031-2/+7
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+6
* Don't throw an error if the output buffer had no roomSimon Marlow2010-11-241-6/+6
* Add a suitable Show instance for TextEncoding (#4273)Simon Marlow2010-09-131-0/+1
* avoid Foreign.unsafePerformIORoss Paterson2010-09-091-1/+2
* Use libcharset instead of nl_langinfo(CODESET) if possible.pho@cielonegro.org2010-05-191-6/+3
* Fix bitrot in IO debugging codeIan Lynagh2010-04-131-16/+8
* Use UTF-32LE instead of UTF32LESimon Marlow2009-10-061-4/+4
* use UTF32BE/UTF32LE instead of UCS-4/UCS-4LESimon Marlow2009-10-051-2/+2
* Fix unicode conversion for MSB architecturesBen.Lippmeier@anu.edu.au2009-08-301-2/+4
* warning fix: -fno-implicit-prelude -> -XNoImplicitPreludeSimon Marlow2009-07-151-1/+1
* Fix some "warn-unused-do-bind" warnings where we just want to ignore the resultIan Lynagh2009-07-101-2/+1
* Remove unused importsIan Lynagh2009-07-071-2/+0
* Add a wrapper for libiconv.Matthias Kilian2009-06-291-9/+9
* Call nl_langinfo(CODESET) to get the name of the locale encoding on UnixSimon Marlow2009-06-231-2/+15
* Save and restore the codec state when re-decodingSimon Marlow2009-06-141-2/+5
* Rewrite of the IO library, including Unicode supportSimon Marlow2009-06-121-0/+212