summary refs log tree commit diff stats
path: root/lib/std/private/win_setenv.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix 19292 (#19293)rockcavera2021-12-291-6/+9
|
* Remove tracking of environment from osenv.nim v2 (#18575)Timothee Cour2021-07-291-0/+92
* Remove unnecessary environment tracking * try to fix windows * fix delEnv * make putEnv work on windows even with empty values; improve tests: add tests, add js, vm testing * [skip ci] fix changelog Co-authored-by: Caden Haustein <code@brightlysalty.33mail.com>