summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Environment.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant "do", "return" and language extensions from baseHécate2020-09-231-2/+2
* Fix ambiguous/out-of-scope Haddock identifiersAlec Theriault2018-08-211-4/+4
* Initialize hs_init with UTF8 encoded arguments on Windows.Andreas Klebinger2017-07-271-36/+9
* Prefer #if defined to #ifdefBen Gamari2017-04-281-2/+2
* Modify getFullArgs to include program nameRik Steenkamp2015-12-291-7/+11
* Be consistent with placement of Safe Haskell mode at top of fileDavid Terei2014-11-211-1/+1
* Refactor module imports in baseHerbert Valerio Riedel2014-10-191-2/+4
* Remove redundant explicit `Prelude` importsHerbert Valerio Riedel2014-10-191-1/+0
* Drop redundant `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-09-281-1/+1
* Don't use stdcall on Win64: It isn't supported; ccall is used insteadIan Lynagh2012-05-161-3/+11
* Make the fileSystemEncoding/localeEncoding/foreignEncoding mutableMax Bolingbroke2011-11-181-1/+2
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
* add final newlineSimon Marlow2011-05-241-1/+1
* Big patch to improve Unicode support in GHC. Validated on OS X and Windows, thisMax Bolingbroke2011-05-141-3/+33
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-0/+1
* Implement GHC.Environment.getFullArgsIan Lynagh2007-07-171-0/+20