summaryrefslogtreecommitdiff
path: root/coreutils/wc.c
Commit message (Expand)AuthorAgeFilesLines
* *: --help text tweaksDenys Vlasenko2021-04-141-1/+1
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-3/+3
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-2/+2
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-4/+21
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* wc: fix swapped -c and -mDenys Vlasenko2011-01-221-8/+8
* whitespace cleanupDenys Vlasenko2010-10-291-3/+3
* wc: add support for -mDenys Vlasenko2010-10-041-13/+45
* wc: preparatory patch, no logic changesDenys Vlasenko2010-10-041-15/+16
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* wc: compat: make "wc -c ONE_FILE" not print leading spaces. +2 bytesDenys Vlasenko2010-03-081-0/+2
* fix fallout from isprint() changesDenys Vlasenko2009-11-201-1/+1
* wc: fix a hang gue to isprint(EOF)Dan Fandrich2009-11-181-16/+20
* *: remove last function calls to isspaceDenys Vlasenko2009-10-221-14/+11
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* tail: fix "tail -c 20 /dev/huge_disk" (was taking ages)Denis Vlasenko2008-02-191-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* trylink: automatically use custom link script if user provides oneDenis Vlasenko2007-08-141-1/+1
* s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko2007-08-131-1/+1
* style fix (stray space before ';')Denis Vlasenko2007-07-211-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* - small size tweakBernhard Reutner-Fischer2007-01-201-2/+2
* httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!Denis Vlasenko2006-11-211-2/+0
* rename functions to more understandable namesDenis Vlasenko2006-10-261-2/+2
* remove bb_printf and the likeDenis Vlasenko2006-10-261-3/+3
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* wc: optionally support very large files in wcDenis Vlasenko2006-09-291-3/+8
* wc: reduce source cruft, make it so that "wc -c" (one option, no filenames)Denis Vlasenko2006-09-291-44/+31
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-14/+1
* 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