summaryrefslogtreecommitdiff
path: root/coreutils/wc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-18/+18
* Major coreutils update.Manuel Novoa III2003-03-191-138/+187
* Avoid printing a trailing blank character.Matt Kraai2001-12-201-5/+14
* Use an int to hold the result of fgetc (bug noted by David Kimdon).Matt Kraai2001-12-111-1/+1
* Minor space saving improvmentsGlenn L McGrath2001-11-211-29/+33
* When just counting chars of a file stat file instead of reading the whole fil...Glenn L McGrath2001-11-211-4/+8
* woops. dotn pass NULLGlenn L McGrath2001-11-211-1/+1
* Simplify print function, prints an extra space if no filename, but saves 4 bytesGlenn L McGrath2001-11-211-13/+10
* Use enums for selected functionality, Reduce the size by nearly 100 BytesGlenn L McGrath2001-11-211-13/+21
* A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen2001-03-091-2/+2
* Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen2001-03-091-0/+1
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-1/+1
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+1
* Patch from Matt Kraai so wc will return a proper error codeEric Andersen2000-10-091-4/+6
* Consolidate handling of some fopen failures.Matt Kraai2000-09-271-6/+3
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Added expr, from Edward Betts <edward@debian.org>, with some fixupsEric Andersen2000-09-051-1/+1
* Converted option parsing to using getopt(). Also managed to remove anMark Whitley2000-07-201-17/+17
* Use FatalError()Eric Andersen2000-07-191-4/+2
* Extract usage information into a separate file.Matt Kraai2000-07-161-13/+0
* Fix argument parsing.Matt Kraai2000-07-141-1/+1
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-1/+1
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-3/+6
* More updates to the docs, and fixes to sync things with the docs.Erik Andersen2000-04-171-1/+2
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-61/+66
* * added (and documented) "-n" option for head -Erik Andersen2000-01-231-1/+0
* Sync up busybox with the latest and greatest. This is not stuff forErik Andersen2000-01-151-0/+162