summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2015-07-31echo: make escape sequences depend on fancy modeMike Frysinger1-1/+1
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga67-1055/+1070
2011-02-15echo: fix SEGV when run with no argsDenys Vlasenko1-1/+1
2011-02-14echo: fix ENOSPC detection and some iffy code in \NNN handlingDenys Vlasenko7-56/+70
2011-02-07echo: do not retry on write errorsDenys Vlasenko7-40/+74
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko49-96/+84
2008-07-25ash: dont allow e.g. exec <&10 to attach to stript's fd!Denis Vlasenko3-18/+47
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-04-30echo: fix echo -e -n "msg\n\0"Denis Vlasenko2-4/+9
2008-04-01shells: do not frocibly enable test, echo and kill _applets_,Denis Vlasenko14-91/+84
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2007-12-24nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko14-90/+179
2007-11-24remove echo_main -> bb_echo indirectionDenis Vlasenko4-15/+11
2007-11-22ash: fix bug where redirection of closed fd was leaving it open afterwards.Denis Vlasenko5-16/+169
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko62-210/+208
2007-06-19echo: fix yet another buglet in non-fancy echoDenis Vlasenko1-1/+1
2007-06-08- fix invocation without any argumentBernhard Reutner-Fischer1-2/+2
2007-06-06echo: fix non-fancy echoDenis Vlasenko1-1/+1
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-10make a few struct bb_applet members conditionalDenis Vlasenko18-83/+114
2007-04-10echo: fix regression ("echo" with no arguments didn't print newline.Denis Vlasenko1-8/+11
2007-04-09Implement first instance of NOFORK applet - echoDenis Vlasenko6-50/+77
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-12-21introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko17-35/+49
2006-10-26remove bb_printf and the likeDenis Vlasenko48-314/+315
2006-07-01Remove all usage of the "register" storage class specifier."Robert P. J. Day"14-252/+247
2006-06-08made "test" an ash built-in.Paul Fox8-232/+270
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2005-08-09implemented a builtin echo command in ash. moved the guts of thePaul Fox7-172/+204
2004-04-14Larry Doolittle writes:Eric Andersen70-170/+170
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2001-04-09Apply Vladimir's latest cleanup patch.Eric Andersen30-513/+500
2001-03-21A nice patch from Larry Doolittle that adds -Wshadow andEric Andersen28-222/+221
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen204-378/+362
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen167-156/+388
2000-12-01Stop using TRUE and FALSE for exit status.Matt Kraai132-373/+375
2000-11-29Apply the BSD echo version submitted by Jonas Holmberg <jonas.holmberg@axis.com>Eric Andersen2-58/+134
2000-11-14Remove the BSD advertising clause, and replace it with a link to howEric Andersen12-234/+356
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen224-712/+245
2000-07-17The result of getopt() is "int" and should be treated as suchPavel Roskin8-10/+12
2000-07-16Extract usage information into a separate file.Matt Kraai175-2050/+2529
2000-07-14Getopt'ed by Marc Nijdam <marc_nijdam@hp.com>Eric Andersen6-174/+128
2000-07-05* Fix to tr so it recognizes standard escape sequences. Merged commonEric Andersen7-66/+63
2000-06-19Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen142-221/+190
2000-05-10* cp -fa now works as expected for symlinks (it didn't before)Erik Andersen24-73/+135
[next]