summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/IO/Encoding/CodePage/API.hs
Commit message (Expand)AuthorAgeFilesLines
* winio: Don't drop buffer offset in byteView/cwcharViewAndreas Klebinger2020-07-151-2/+2
* winio: Refactor Buffer structures to be able to track async operationsTamar Christina2020-07-151-12/+4
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* fixup! Fix endian handling w.r.t. CPP macro WORDS_BIGENDIANStefan Schulze Frielinghaus2019-12-241-1/+1
* Fix endian handling w.r.t. CPP macro WORDS_BIGENDIANStefan Schulze Frielinghaus2019-12-241-0/+3
* Fix typo in accessor nameGabor Greif2017-10-301-2/+2
* Prefer #if defined to #ifdefBen Gamari2017-04-281-5/+5
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-061-0/+1
* Allow CallStacks to be frozenEric Seidel2015-12-231-6/+6
* Start using `-W` instead of `-f(no-)warn` in some placesHerbert Valerio Riedel2015-12-161-1/+1
* Removed unused constrained which causes build to fail with -WerrorTamar Christina2015-03-021-1/+1
* Be consistent with placement of Safe Haskell mode at top of fileDavid Terei2014-11-211-1/+3
* Improve Safe Haskell bounds for changes to base over timeDavid Terei2014-11-211-0/+1
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-9/+9
* Fix windows breakage from 5ed12810e0972b1e due to import cyclesHerbert Valerio Riedel2014-09-221-2/+1
* Add missing/remove redundant `{-# LANGUAGE CPP #-}`sHerbert Valerio Riedel2013-09-281-1/+1
* Drop redundant `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-09-281-1/+1
* One more GHC.Err import eliminatedSimon Peyton Jones2013-06-111-1/+0
* Support for Windows DBCS and new SBCS with MultiByteToWideCharMax Bolingbroke2013-05-081-0/+427