aboutsummaryrefslogtreecommitdiff
path: root/win32/env.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: provide a default value for HOMERon Yorston2023-01-291-5/+11
* win32: better fix for empty environment variablesRon Yorston2022-05-051-0/+4
* win32: revert changes related to environment variablesRon Yorston2022-05-041-8/+12
* win32: new code to set empty environment variableRon Yorston2022-05-031-12/+8
* win32: allow putenv() to set empty valuesRon Yorston2020-08-211-4/+18
* win32: env.c code shrink and clarificationRon Yorston2020-08-211-7/+6
* win32: always use safe API calls to manipulate environmentRon Yorston2018-02-131-100/+26
* win32: remove unused functionsRon Yorston2017-08-231-21/+0
* Allow different ways to manipulate environment for XP vs 64-bitRon Yorston2015-07-031-0/+59
* Revert "Use putenv to implement unsetenv/clearenv"Ron Yorston2014-12-181-46/+11
* Use putenv to implement unsetenv/clearenvRon Yorston2014-11-231-11/+46
* win32: add popen implementation that uses shellRon Yorston2012-04-231-1/+3
* win32: implement clearenv()Nguyễn Thái Ngọc Duy2010-09-141-1/+10
* win32: add getenv(), setenv(), unsetenv() and clearenv()Nguyễn Thái Ngọc Duy2010-09-101-0/+119