summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/IO/Encoding/CodePage.hs
Commit message (Expand)AuthorAgeFilesLines
* Data.List specialization to []Oleg Grenrus2021-04-011-1/+1
* Fix array and cleanup conversion primops (#19026)Sylvain Henry2021-03-031-3/+3
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-261-1/+1
* Re-add BangPatterns to CodePage.hsHécate2020-08-131-0/+2
* Remove all the unnecessary LANGUAGE pragmasHécate2020-08-051-2/+3
* winio: Refactor Buffer structures to be able to track async operationsTamar Christina2020-07-151-11/+8
* Prefer #if defined to #ifdefBen Gamari2017-04-281-1/+1
* Fix windows breakage from 5ed12810e0972b1e due to import cyclesHerbert Valerio Riedel2014-09-221-1/+1
* Drop redundant `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-09-281-1/+1
* More build ordering fixesIan Lynagh2013-05-191-3/+5
* Support for Windows DBCS and new SBCS with MultiByteToWideCharMax Bolingbroke2013-05-081-2/+2
* Don't use stdcall on Win64: It isn't supported; ccall is used insteadIan Lynagh2012-05-161-2/+12
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+2
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
* Big patch to improve Unicode support in GHC. Validated on OS X and Windows, thisMax Bolingbroke2011-05-141-45/+53
* add missing extensions for WindowsSimon Marlow2011-01-311-1/+2
* add NoImplicitPrelude (fix Windows build failure)Simon Marlow2011-01-311-1/+1
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+1
* Add missing import, fixes build on windowssimonpj@microsoft.com2010-09-141-0/+1
* Add a suitable Show instance for TextEncoding (#4273)Simon Marlow2010-09-131-3/+4
* On Windows, use the console code page for text file encoding/decoding.Judah Jacobson2009-09-131-0/+158