Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | win32: allow putenv() to set empty values | Ron Yorston | 2020-08-21 | 1 | -4/+18 |
* | win32: env.c code shrink and clarification | Ron Yorston | 2020-08-21 | 1 | -7/+6 |
* | win32: always use safe API calls to manipulate environment | Ron Yorston | 2018-02-13 | 1 | -100/+26 |
* | win32: remove unused functions | Ron Yorston | 2017-08-23 | 1 | -21/+0 |
* | Allow different ways to manipulate environment for XP vs 64-bit | Ron Yorston | 2015-07-03 | 1 | -0/+59 |
* | Revert "Use putenv to implement unsetenv/clearenv" | Ron Yorston | 2014-12-18 | 1 | -46/+11 |
* | Use putenv to implement unsetenv/clearenv | Ron Yorston | 2014-11-23 | 1 | -11/+46 |
* | win32: add popen implementation that uses shell | Ron Yorston | 2012-04-23 | 1 | -1/+3 |
* | win32: implement clearenv() | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -1/+10 |
* | win32: add getenv(), setenv(), unsetenv() and clearenv() | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+119 |