summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/IO/Encoding.hs
Commit message (Expand)AuthorAgeFilesLines
* Use unboxed codebuffers in baseJosh Meredith2023-05-151-2/+5
* Fix doc typos in libraries/base/GHCtocic2023-04-211-1/+1
* JS: replace "js" architecture with "javascript"Sylvain Henry2023-02-061-1/+1
* Add Javascript backendSylvain Henry2022-11-291-1/+5
* Documentation for setLocaleEncodingBodigrim2022-04-271-2/+27
* docs: Clarify documentation of `getFileSystemEncoding` (#20344)Zubin Duggal2021-10-051-1/+3
* base: Ensure that encoding global variables aren't inlinedBen Gamari2020-03-311-0/+10
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-2/+2
* Properly escape character literals in HaddocksAlec Theriault2019-02-151-1/+1
* Fix ambiguous/out-of-scope Haddock identifiersAlec Theriault2018-08-211-3/+4
* Initialize hs_init with UTF8 encoded arguments on Windows.Andreas Klebinger2017-07-271-0/+12
* Always use native-Haskell de/encoders for ASCII and latin1Thomas Miedema2016-05-241-15/+19
* Use builtin ISO 8859-1 decoder in mkTextEncodingHerbert Valerio Riedel2015-12-041-0/+2
* When iconv is unavailable, use an ASCII encoding to encode ASCIIReid Barton2015-07-211-2/+2
* Fix self-contained handling of ASCII encodingBen Gamari2015-07-101-10/+23
* base: fix #10298 & #7695Austin Seipp2015-05-281-1/+13
* Convert `/Since: .../` to new `@since ...` syntaxHerbert Valerio Riedel2014-12-161-6/+6
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-5/+5
* Simplify import-graph a bit moreHerbert Valerio Riedel2014-09-211-1/+1
* Move `Maybe`-typedef into GHC.BaseHerbert Valerio Riedel2014-09-161-1/+0
* Drop redundant `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-09-281-1/+1
* Add Haddock `/Since: 4.4.0.0/` comments to symbolsHerbert Valerio Riedel2013-09-221-0/+2
* Add Haddock `/Since: 4.5.[01].0/` comments to symbolsHerbert Valerio Riedel2013-09-221-0/+9
* Improve documentation for mkTextEncodingMax Bolingbroke2013-04-231-4/+24
* Fix compilation error on windows.David Terei2011-11-221-3/+3
* Make the fileSystemEncoding/localeEncoding/foreignEncoding mutableMax Bolingbroke2011-11-181-10/+25
* Fix build on WindowsMax Bolingbroke2011-11-021-5/+5
* Be more forgiving about encoding name capitalization/hyphenizationMax Bolingbroke2011-11-021-8/+9
* Avoid using iconv for the locale TextEncoding if we can help itMax Bolingbroke2011-11-021-20/+34
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+1
* Fix a typoIan Lynagh2011-07-071-1/+1
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-10/+10
* Add System.IO.char8, the encoding used by openBinaryFile,Simon Marlow2011-05-241-1/+12
* Use Unicode private-use characters for roundtrippingMax Bolingbroke2011-05-181-3/+3
* Big patch to improve Unicode support in GHC. Validated on OS X and Windows, thisMax Bolingbroke2011-05-141-22/+56
* add missing extensions for WindowsSimon Marlow2011-01-311-1/+1
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+3
* On Windows, use the console code page for text file encoding/decoding.Judah Jacobson2009-09-131-1/+9
* warning fix: -fno-implicit-prelude -> -XNoImplicitPreludeSimon Marlow2009-07-151-1/+1
* Add more documentation to mkTextEncodingSimon Marlow2009-07-151-1/+18
* Add the utf8_bom codecSimon Marlow2009-07-151-1/+12
* Export Unicode and newline functionality from System.IO; update Haddock docsSimon Marlow2009-07-131-14/+26
* Remove unused imports from basesimonpj@microsoft.com2009-07-061-1/+1
* Rewrite of the IO library, including Unicode supportSimon Marlow2009-06-121-0/+107