summaryrefslogtreecommitdiff
path: root/coreutils/env.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)Denys Vlasenko2022-01-041-1/+1
* env: implement -0Denys Vlasenko2021-06-171-3/+6
* *: --help tweaksDenys Vlasenko2021-06-131-5/+7
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* env: -u option fails due to typoRon Yorston2017-12-251-1/+1
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-16/+5
* do not use `a' quoting style in commentsDenys Vlasenko2017-08-021-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-3/+3
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-2/+0
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-6/+20
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* 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