summaryrefslogtreecommitdiff
path: root/coreutils/env.c
Commit message (Expand)AuthorAgeFilesLines
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+9
* *: whitespace fixesDenys Vlasenko2010-10-281-3/+3
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard2010-07-041-4/+1
* *: make exec failure message more consistentDenys Vlasenko2010-06-251-3/+3
* env: don't SEGV on bare "env -"Denys Vlasenko2009-11-121-8/+10
* env: support -uVAR=VALDenis Vlasenko2008-11-111-8/+10
* ash: fix NOEXEC mode - we were forgetting to pass environment!Denis Vlasenko2008-10-201-2/+2
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: use llist_pop for traverse-and-free list operationDenis Vlasenko2008-06-151-2/+1
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-231-1/+0
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* *: tidy up usage of char **environDenis Vlasenko2008-01-281-2/+0
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-2/+2
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-1/+1
* env: micro-optimizationDenis Vlasenko2007-08-061-1/+1
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-1/+1
* rework long option handling. saves ~1.2kDenis Vlasenko2007-07-231-6/+5
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-2/+2
* several *.c files:Denis Vlasenko2007-05-171-1/+1
* chown, env: stop using staticsDenis Vlasenko2007-03-141-7/+5
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko2007-02-061-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-161-1/+1
* remove bb_printf and the likeDenis Vlasenko2006-10-261-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-4/+4
* rename bb_default_error_retval -> xfunc_error_retvalDenis Vlasenko2006-10-031-2/+2
* runit/chpst: "change process state" utilityDenis Vlasenko2006-10-031-3/+3
* - merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer2006-08-201-8/+3
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-13/+1
* - add central knob to turn off getopt_long everywhere. EXPERIMENTAL!Bernhard Reutner-Fischer2006-05-261-1/+4
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* Patch from Denis Vlasenko to constify things and fix a few typos.Rob Landley2006-02-221-1/+2
* - new bb_opt_complementally syntax, use [-:?] only - 'free' chars"Vladimir N. Oleynik"2005-10-141-7/+5
* Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley2005-09-111-1/+1
* 1) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"2005-09-051-1/+1
* Thats odd. I guess this was cut-n-paste error, but vodzEric Andersen2004-04-161-1/+1
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
* 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