summaryrefslogtreecommitdiff
path: root/coreutils/env.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* As vodz pointed out, setting unset_env to NULL is sufficientEric Andersen2003-11-071-5/+1
* Set unset_env pointing to a NULL item, to prevent us from walkingEric Andersen2003-11-031-1/+5
* last_patch98 from vodz:Eric Andersen2003-07-281-12/+41
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-1/+1
* last_patch89 from vodz:Eric Andersen2003-06-201-12/+5
* Major coreutils update.Manuel Novoa III2003-03-191-18/+34
* Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.cMatt Kraai2001-05-161-1/+1
* Check that putenv succeeded, suggested by Jonas Holmberg.Matt Kraai2001-05-111-1/+2
* Fix handling of '-' option and way that variables are added to theMatt Kraai2001-05-111-6/+14
* Add in a new standalone env applet for fixing up app's environmentsEric Andersen2001-03-291-0/+97