summaryrefslogtreecommitdiff
path: root/libraries/base/System/Environment
Commit message (Expand)AuthorAgeFilesLines
* base: use an explicit import list in System.Environment.ExecutablePathAlp Mestanogullari2020-02-281-1/+1
* On FreeBSD 12 sys/sysctl.h requires sys/types.hViktor Dukhovni2019-11-241-0/+1
* Expunge #ifdef and #ifndef from the codebaseJohn Ericson2019-07-141-3/+3
* getExecutablePath: get path from sysctl on FreeBSDFraser Tweedale2019-06-271-0/+47
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-1/+1
* base: Fix documentation of System.Environment.BlankBen Gamari2018-07-311-15/+12
* Fix 32 bit windows buildTamar Christina2018-05-281-1/+2
* Follow symlinks in the Win32 code for System.Environment.getExecutablePathAlp Mestanogullari2017-11-271-5/+80
* Allow Windows to set blank environment variablesHabib Alamin2017-07-311-0/+196
* Allow CallStacks to be frozenEric Seidel2015-12-231-3/+3
* Convert `/Since: .../` to new `@since ...` syntaxHerbert Valerio Riedel2014-12-161-2/+2
* 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/+3
* Add System.Environment.getExecutablePath (#7029)Paolo Capriotti2012-06-271-0/+172