aboutsummaryrefslogtreecommitdiff
path: root/coreutils/env.c
AgeCommit message (Expand)Author
2004-04-16Thats odd. I guess this was cut-n-paste error, but vodzEric Andersen
2004-04-14Larry Doolittle writes:Eric Andersen
2003-11-07As vodz pointed out, setting unset_env to NULL is sufficientEric Andersen
2003-11-03Set unset_env pointing to a NULL item, to prevent us from walkingEric Andersen
2003-07-28last_patch98 from vodz:Eric Andersen
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-06-20last_patch89 from vodz:Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2001-05-16Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.cMatt Kraai
2001-05-11Check that putenv succeeded, suggested by Jonas Holmberg.Matt Kraai
2001-05-11Fix handling of '-' option and way that variables are added to theMatt Kraai
2001-03-29Add in a new standalone env applet for fixing up app's environmentsEric Andersen