mirror of
https://github.com/sheumann/hush.git
synced 2025-01-10 16:29:44 +00:00
Stephen Heumann
4d60cd1043
Fixes for environment variable handling on GNO:
* Push/pop environment to make sure it is isolated from our parents and children. * Make all environment vars (and shell vars) case-insensitive, consistent with GNO's internal handling of environment vars. * Wrap putenv and unsetenv to make sure they are called with lower-case variable names, which is necessary to maintain consistency between the environ array and the kernel's internal representation of variables.
…
Description
Languages
C
98.6%
Makefile
0.7%
Shell
0.6%
C++
0.1%