aboutsummaryrefslogtreecommitdiff
path: root/coreutils/env.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* chown, env: stop using staticsvda2007-03-141-7/+5
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>vda2007-02-061-1/+1
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]vda2006-12-161-1/+1
* remove bb_printf and the likevda2006-10-261-1/+1
* getopt_ulflags -> getopt32.vda2006-10-031-4/+4
* rename bb_default_error_retval -> xfunc_error_retvalvda2006-10-031-2/+2
* runit/chpst: "change process state" utilityvda2006-10-031-3/+3
* - merge -r15463:15564 from busybox_scratch branch through these changesets:aldot2006-08-201-8/+3
* Add one-line GPL boilerplate to numerous (but not all yet) source files.rpjday2006-07-121-13/+1
* - add central knob to turn off getopt_long everywhere. EXPERIMENTAL!aldot2006-05-261-1/+4
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* Patch from Denis Vlasenko to constify things and fix a few typos.landley2006-02-221-1/+2
* - new bb_opt_complementally syntax, use [-:?] only - 'free' charsvodz2005-10-141-7/+5
* Cleanup patch by Bernhard Fischer, removing unnecessary includes oflandley2005-09-111-1/+1
* 1) bb_opt_complementaly -> bb_opt_complementallyvodz2005-09-051-1/+1
* Thats odd. I guess this was cut-n-paste error, but vodzandersen2004-04-161-1/+1
* Larry Doolittle writes:andersen2004-04-141-1/+1
* As vodz pointed out, setting unset_env to NULL is sufficientandersen2003-11-071-5/+1
* Set unset_env pointing to a NULL item, to prevent us from walkingandersen2003-11-031-1/+5
* last_patch98 from vodz:andersen2003-07-281-12/+41
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-141-1/+1
* last_patch89 from vodz:andersen2003-06-201-12/+5
* Major coreutils update.mjn32003-03-191-18/+34
* Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.ckraai2001-05-161-1/+1
* Check that putenv succeeded, suggested by Jonas Holmberg.kraai2001-05-111-1/+2
* Fix handling of '-' option and way that variables are added to thekraai2001-05-111-6/+14
* Add in a new standalone env applet for fixing up app's environmentsandersen2001-03-291-0/+97