add GHC.HetMet.{hetmet_kappa,hetmet_kappa_app}
[ghc-base.git] / GHC / IO / Encoding /
2011-05-18 Max BolingbrokeChange to the 0xEF80..0xEFFF private-use range for...
2011-05-18 Max BolingbrokeUse Unicode private-use characters for roundtripping
2011-05-14 Max BolingbrokeBig patch to improve Unicode support in GHC. Validated...
2011-04-04 Max BolingbrokeDocument invariants on mkText{Decoder,Encoder}
2011-04-03 Max BolingbrokeChange some uses of CString functions to CAString instead
2011-04-03 Max BolingbrokeFix handling of suffixes for GNU iconv
2011-01-31 Simon Marlowadd missing extensions for Windows
2011-01-31 Simon Marlowadd NoImplicitPrelude (fix Windows build failure)
2011-01-28 simonpj@microsoft.comUse explicit language extensions & remove extension...
2010-11-24 Simon MarlowDon't throw an error if the output buffer had no room
2010-11-13 Ian LynaghAdd some comments to the generated Table.hs
2010-10-31 Ian LynaghRe-gen GHC/IO/Encoding/CodePage/Table.hs
2010-09-14 simonpj@microsoft.comAdd missing import, fixes build on windows
2010-09-13 Simon MarlowAdd a suitable Show instance for TextEncoding (#4273)
2010-09-09 Ross Patersonavoid Foreign.unsafePerformIO
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