summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-01-22wc: fix swapped -c and -mDenys Vlasenko1-8/+8
2010-10-29whitespace cleanupDenys Vlasenko69-268/+231
2010-10-04wc: add support for -mDenys Vlasenko2-28/+45
2010-10-04wc: preparatory patch, no logic changesDenys Vlasenko1-15/+16
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-03-08wc: compat: make "wc -c ONE_FILE" not print leading spaces. +2 bytesDenys Vlasenko1-0/+2
2009-11-20fix fallout from isprint() changesDenys Vlasenko3-25/+30
2009-11-18wc: fix a hang gue to isprint(EOF)Dan Fandrich1-16/+20
2009-10-22*: remove last function calls to isspaceDenys Vlasenko8-35/+28
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2008-02-19tail: fix "tail -c 20 /dev/huge_disk" (was taking ages)Denis Vlasenko2-38/+43
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko50-62/+73
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-08-14trylink: automatically use custom link script if user provides oneDenis Vlasenko8-46/+31
2007-08-13s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko22-56/+60
2007-07-21style fix (stray space before ';')Denis Vlasenko28-58/+58
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-20- small size tweakBernhard Reutner-Fischer1-2/+2
2006-11-21httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!Denis Vlasenko7-17/+19
2006-10-26rename functions to more understandable namesDenis Vlasenko27-68/+63
2006-10-26remove bb_printf and the likeDenis Vlasenko48-314/+315
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-09-29wc: optionally support very large files in wcDenis Vlasenko2-3/+15
2006-09-29wc: reduce source cruft, make it so that "wc -c" (one option, no filenames)Denis Vlasenko1-44/+31
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"65-722/+112
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-12-20Avoid printing a trailing blank character.Matt Kraai1-5/+14
2001-12-11Use an int to hold the result of fgetc (bug noted by David Kimdon).Matt Kraai1-1/+1
2001-11-21Minor space saving improvmentsGlenn L McGrath1-29/+33
2001-11-21When just counting chars of a file stat file instead of reading the whole fil...Glenn L McGrath1-4/+8
2001-11-21woops. dotn pass NULLGlenn L McGrath1-1/+1
2001-11-21Simplify print function, prints an extra space if no filename, but saves 4 bytesGlenn L McGrath1-13/+10
2001-11-21Use enums for selected functionality, Reduce the size by nearly 100 BytesGlenn L McGrath1-13/+21
2001-03-09A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen48-158/+156
2001-03-09Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen34-16/+40
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen204-378/+362
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen198-3979/+702
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen167-156/+388
2000-10-09Patch from Matt Kraai so wc will return a proper error codeEric Andersen3-9/+13
2000-09-27Consolidate handling of some fopen failures.Matt Kraai14-73/+32
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen224-712/+245
2000-09-05Added expr, from Edward Betts <edward@debian.org>, with some fixupsEric Andersen16-6/+1247
2000-07-20Converted option parsing to using getopt(). Also managed to remove anMark Whitley2-34/+34
2000-07-19Use FatalError()Eric Andersen2-8/+4
[next]