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.
2014-11-20 13:21:23 -06:00
Description
hush (a Bourne-style shell) for the GNO multitasking environment on the Apple IIgs
GPL-2.0 28 MiB
Languages
C 98.6%
Makefile 0.7%
Shell 0.6%
C++ 0.1%