summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Windows.hs
Commit message (Expand)AuthorAgeFilesLines
* Data.List specialization to []Oleg Grenrus2021-04-011-1/+1
* Require GHC 8.10 as the minimum compiler for bootstrappingRyan Scott2021-03-091-10/+1
* winio: Refactor Buffer structures to be able to track async operationsTamar Christina2020-07-151-13/+64
* Be consistent with placement of Safe Haskell mode at top of fileDavid Terei2014-11-211-0/+1
* Really fix dropWhileEndLE commitJoachim Breitner2014-10-021-2/+1
* Use dropWhileEndLE p instead of reverse . dropWhile p . reverseDavid Feuer2014-10-021-1/+2
* Revert "Use dropWhileEndLE p instead of reverse . dropWhile p . reverse"Austin Seipp2014-10-021-2/+1
* Use dropWhileEndLE p instead of reverse . dropWhile p . reverseDavid Feuer2014-10-011-1/+2
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-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/+0
* Support for Windows DBCS and new SBCS with MultiByteToWideCharMax Bolingbroke2013-05-081-8/+12
* GHC.Windows: more error support (guards, system error strings)Joey Adams2012-11-171-12/+156
* Fix build on WindowsIan Lynagh2011-06-201-1/+1
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-1/+5
* Big patch to improve Unicode support in GHC. Validated on OS X and Windows, thisMax Bolingbroke2011-05-141-0/+44