summaryrefslogtreecommitdiff
path: root/libraries/base/System/Environment.hs
Commit message (Expand)AuthorAgeFilesLines
* Implement improved "get executable path" queryFraser Tweedale2021-07-061-0/+1
* Various documentation improvementsSergey Vinokurov2018-02-141-2/+2
* Allow Windows to set blank environment variablesHabib Alamin2017-07-311-5/+5
* Initialize hs_init with UTF8 encoded arguments on Windows.Andreas Klebinger2017-07-271-86/+6
* Prefer #if defined to #ifdefBen Gamari2017-04-281-14/+14
* base: Add handling of -- to getArgs for WindowsAndreas Klebinger2017-02-231-1/+15
* Fix memory leak from #12664Bartosz Nitka2016-10-071-18/+12
* Typofix in System.Environment docs.Edward Z. Yang2016-08-161-1/+1
* An assortment of typosGabor Greif2015-12-081-1/+1
* Convert `/Since: .../` to new `@since ...` syntaxHerbert Valerio Riedel2014-12-161-3/+3
* Update Foreign.* for Safe Haskell now that they're safe by defaultDavid Terei2014-11-211-1/+1
* Remove redundant explicit `Prelude` importsHerbert Valerio Riedel2014-10-191-2/+0
* Drop redundant `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-09-281-1/+1
* Add Haddock `/Since: 4.6.0.0/` comments to symbolsHerbert Valerio Riedel2013-09-211-0/+2
* Add Haddock `/Since: 4.7.0.0/` comments to new symbolsHerbert Valerio Riedel2013-09-211-0/+4
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-7/+0
* Remove Hugs98 specific codeHerbert Valerio Riedel2013-09-171-4/+0
* Add setEnv/unsetEnv to System.Environment; fixes #7427Ian Lynagh2013-06-151-2/+94
* Remove nhc98-specific files and contentIan Lynagh2013-02-151-10/+0
* GHC.Windows: more error support (guards, system error strings)Joey Adams2012-11-171-1/+1
* Remove commented types in module export listsIan Lynagh2012-10-271-5/+5
* Add System.Environment.getExecutablePath (#7029)Paolo Capriotti2012-06-271-4/+7
* Don't use stdcall on Win64: It isn't supported; ccall is used insteadIan Lynagh2012-05-161-4/+14
* Fix an off-by-one error in freeProgArgvIan Lynagh2012-05-021-1/+2
* Add System.Environment.lookupEnv (#5930)Paolo Capriotti2012-04-101-15/+32
* Whitespace only: convert mixed tabs and spaces to spaces.Evan Laforge2012-04-091-21/+21
* System.Environment: improve 'getEnv' doc to mention closest 'setEnv' we have ...gwern2012-02-131-6/+6
* Make the fileSystemEncoding/localeEncoding/foreignEncoding mutableMax Bolingbroke2011-11-181-6/+10
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+1
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-1/+2
* Big patch to improve Unicode support in GHC. Validated on OS X and Windows, thisMax Bolingbroke2011-05-141-42/+179
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-0/+2
* Fix some "warn-unused-do-bind" warnings where we want to ignore the valueIan Lynagh2009-07-101-1/+2
* Remove unused imports from basesimonpj@microsoft.com2009-07-061-1/+1
* Rewrite of the IO library, including Unicode supportSimon Marlow2009-06-121-1/+2
* Add errno to the IOError typeIan Lynagh2009-01-041-1/+1
* split most of Control.Exception into new Control.Exception.BaseRoss Paterson2008-08-121-1/+1
* whitespace onlyDon Stewart2008-02-071-17/+17
* Fix C/Haskell type mismatchesIan Lynagh2007-04-031-2/+3
* [project @ 2005-01-28 15:03:06 by simonmar]simonmar2005-01-281-1/+0
* [project @ 2005-01-28 13:36:25 by simonmar]simonmar2005-01-281-1/+1
* [project @ 2004-10-06 11:11:34 by ross]ross2004-10-061-0/+25
* [project @ 2004-08-13 13:29:00 by simonmar]simonmar2004-08-131-1/+1
* [project @ 2003-10-16 16:26:43 by ross]ross2003-10-161-3/+3
* [project @ 2003-10-16 00:18:34 by ross]ross2003-10-161-6/+4
* [project @ 2003-08-30 22:55:42 by ross]ross2003-08-301-6/+8
* [project @ 2003-08-22 22:11:03 by sof]sof2003-08-221-0/+1
* [project @ 2003-08-05 17:24:40 by ross]ross2003-08-051-0/+3
* [project @ 2003-05-12 10:16:22 by ross]ross2003-05-121-2/+3
* [project @ 2002-12-13 13:36:36 by malcolm]malcolm2002-12-131-0/+2