summary refs log tree commit diff stats
path: root/lib/pure/includes/osenv.nim
Commit message (Collapse)AuthorAgeFilesLines
* https://github.com/nim-lang/Nim/pull/15826/files#r585368355 (#17233)Juan Carlos2021-03-031-2/+3
|
* use single backtick (#17141)flywind2021-02-211-2/+2
|
* Deprecate TaintedString (#15423)Juan Carlos2021-01-151-9/+9
| | | | Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> Co-authored-by: Dominik Picheta <dominikpicheta@googlemail.com>
* js -d:nodejs now supports osenv: `getEnv`, `putEnv`, `envPairs`, `delEnv`, ↵Timothee Cour2020-11-121-215/+251
| | | | | | | | | | | `existsEnv` (v2) (#15826) * js -d:nodejs now supports osenv: `getEnv`, `putEnv`, `envPairs`, `delEnv`, `existsEnv` * refactor to osenv * fix for js (without -d:nodejs) + VM Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* forward type alignment information to seqs (#12430)Arne Döring2020-04-191-2/+1
|
* More fixes for Haiku (#13774)alaviss2020-03-271-0/+2
| | | | | | | | | | | * osproc: move fork-based code path under the when conditional * osproc: avoid using the environ global on Haiku * osenv: import environ from stdlib.h on Haiku Haiku's environ is declared in `<stdlib.h>` by default, differing from POSIX and/or Linux. Import it from there to avoid collision with anyone importing `<stdlib.h>` from Nim.
* miscellaneous bug fixes (#13291)Timothee Cour2020-01-301-1/+1
| | | | | | | | * fix for emscripten etc * add testcase for #13290 * replace deprecated isNilOrWhitespace
* remove unused importsnarimiran2019-11-061-1/+2
|
* fixes #11807 (#11900)Andreas Rumpf2019-08-071-0/+5
| | | | | * fixes #11807 * make tests green again
* [feature] Added os.delEnv; add delEnv support to nimscript too (#11466)Kaushal Modi2019-06-151-0/+31
| | | [feature] Fixes https://github.com/nim-lang/Nim/issues/11452.
* Fix ospaths import error (#11150)genotrance2019-05-011-1/+1
|
* better docs: os (#10492)Miran2019-01-301-7/+35
| | | | | * better docs: os * remove broken test on osx
* [backport] fix documentation leak to `os.nim`[ci skip]narimiran2019-01-141-1/+1
|
* Make getEnv case insensitive on Windows (#9722)pgkos2018-11-161-1/+6
|
* deprecated ospaths (#9665)Andreas Rumpf2018-11-091-2/+2
|
* getEnv now supports a 'default' parameter; refs #6019Andreas Rumpf2017-10-301-2/+2
|
* another attempt to make travis and appveyor green againAndreas Rumpf2017-09-011-3/+3
|
* refactor os.nim and ospaths.nimAndreas Rumpf2017-09-011-0/+159