mirror of
https://github.com/sheumann/hush.git
synced 2025-03-12 09:29:36 +00:00
* 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%