summaryrefslogtreecommitdiff
path: root/coreutils/printenv.c
Commit message (Expand)AuthorAgeFilesLines
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-1/+1
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+9
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+6
* printenv: fix environ == NULL segfaultDenys Vlasenko2011-03-081-3/+8
* Marked some more applets NOEXEC/NOFORKDan Fandrich2010-10-011-0/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* cksum, printenv: report errors via exitcodeDenis Vlasenko2008-11-111-1/+5
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-171-2/+2
* *: tidy up usage of char **environDenis Vlasenko2008-01-281-1/+0
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* env: micro-optimizationDenis Vlasenko2007-08-061-14/+9
* delete tons of extra #includesDenis Vlasenko2007-05-311-3/+0
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* several *.c files:Denis Vlasenko2007-05-171-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* remove bb_printf and the likeDenis Vlasenko2006-10-261-1/+1
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-14/+1
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* fix stupid build mistake i made earlier as pointed out by psmMike Frysinger2005-04-261-1/+1
* use bb_fflush_stdout_and_exit instead of exitMike Frysinger2005-04-231-1/+2
* add a printenv implementationMike Frysinger2005-04-211-0/+52