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