summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/IO/Encoding/Types.hs
Commit message (Expand)AuthorAgeFilesLines
* Replace the implementation of CodeBuffers with unboxed typesJosh Meredith2023-05-151-11/+50
* Misc cleanupKrzysztof Gogolewski2023-04-171-1/+0
* Fix ambiguous/out-of-scope Haddock identifiersAlec Theriault2018-08-211-2/+2
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-021-1/+3
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-061-0/+1
* More typos in comments/docsGabor Greif2015-12-091-1/+1
* Convert `/Since: .../` to new `@since ...` syntaxHerbert Valerio Riedel2014-12-161-2/+2
* Add Haddock `/Since: 4.4.0.0/` comments to symbolsHerbert Valerio Riedel2013-09-221-0/+3
* Support for Windows DBCS and new SBCS with MultiByteToWideCharMax Bolingbroke2013-05-081-7/+5
* Fix #7522 by checking for empty byte buffers a little moreMax Bolingbroke2013-04-101-8/+5
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+1
* Fix #5436 by using 'recover' on handle EOFMax Bolingbroke2011-09-231-2/+3
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
* Use Unicode private-use characters for roundtrippingMax Bolingbroke2011-05-181-0/+11
* Big patch to improve Unicode support in GHC. Validated on OS X and Windows, thisMax Bolingbroke2011-05-141-11/+28
* Document invariants on mkText{Decoder,Encoder}Max Bolingbroke2011-04-041-2/+6
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+3
* Add a suitable Show instance for TextEncoding (#4273)Simon Marlow2010-09-131-0/+8
* warning fix: -fno-implicit-prelude -> -XNoImplicitPreludeSimon Marlow2009-07-151-1/+1
* Remove unused imports from basesimonpj@microsoft.com2009-07-061-1/+1
* Save and restore the codec state when re-decodingSimon Marlow2009-06-141-8/+25
* Rewrite of the IO library, including Unicode supportSimon Marlow2009-06-121-0/+72