Remove debugging code accidentally left in
[ghc-base.git] / GHC / IO / Encoding /
2010-08-15 simonpj@microsoft.comAdd a missing castPtr (only shows up in -DDEBUG)
2010-05-19 pho@cielonegro.orgUse libcharset instead of nl_langinfo(CODESET) if possible.
2010-04-13 Ian LynaghFix bitrot in IO debugging code
2009-10-06 Simon MarlowUse UTF-32LE instead of UTF32LE
2009-10-05 Simon Marlowuse UTF32BE/UTF32LE instead of UCS-4/UCS-4LE
2009-09-13 Judah JacobsonOn Windows, use the console code page for text file...
2009-08-30 Ben.Lippmeier@anu... Fix unicode conversion for MSB architectures
2009-08-30 Simon MarlowFix #3441: detect errors in partial sequences
2009-07-15 Simon Marlowwarning fix: -fno-implicit-prelude -> -XNoImplicitPrelude
2009-07-15 Simon MarlowAdd the utf8_bom codec
2009-07-10 Ian LynaghFix some "warn-unused-do-bind" warnings where we just...
2009-07-10 Ian LynaghUse the result of writeCharBuf in GHC/IO/Encoding/Latin...
2009-07-07 Ian LynaghRemove unused imports
2009-07-06 simonpj@microsoft.comRemove unused imports from base
2009-07-06 Simon MarlowUse the result of writeCharBuf
2009-07-02 Simon Marlowa byte between 0x80 and 0xBF is illegal immediately...
2009-06-29 Matthias KilianAdd a wrapper for libiconv.
2009-06-23 Simon MarlowCall nl_langinfo(CODESET) to get the name of the locale...
2009-06-14 Simon MarlowSave and restore the codec state when re-decoding
2009-06-12 Simon MarlowRewrite of the IO library, including Unicode support