summaryrefslogtreecommitdiff
path: root/env.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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