Bump to version 1.22.1
[platform/upstream/busybox.git] / coreutils / wc.c
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-01-22 Denys Vlasenkowc: fix swapped -c and -m
2010-10-29 Denys Vlasenkowhitespace cleanup
2010-10-04 Denys Vlasenkowc: add support for -m
2010-10-04 Denys Vlasenkowc: preparatory patch, no logic changes
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-03-08 Denys Vlasenkowc: compat: make "wc -c ONE_FILE" not print leading...
2009-11-20 Denys Vlasenkofix fallout from isprint() changes
2009-11-18 Dan Fandrichwc: fix a hang gue to isprint(EOF)
2009-10-22 Denys Vlasenko*: remove last function calls to isspace
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-02-19 Denis Vlasenkotail: fix "tail -c 20 /dev/huge_disk" (was taking ages)
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-14 Denis Vlasenkotrylink: automatically use custom link script if user...
2007-08-13 Denis Vlasenkos/#ifdef CONFIG_/#if ENABLE_/g
2007-07-21 Denis Vlasenkostyle fix (stray space before ';')
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-20 Bernhard Reutner... - small size tweak
2006-11-21 Denis Vlasenkohttpd: LC_TIME locale _must_ be POSIX to httpd! We...
2006-10-26 Denis Vlasenkorename functions to more understandable names
2006-10-26 Denis Vlasenkoremove bb_printf and the like
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-29 Denis Vlasenkowc: optionally support very large files in wc
2006-09-29 Denis Vlasenkowc: reduce source cruft, make it so that "wc -c" (one...
2006-07-12 "Robert P. J. Day"Add one-line GPL boilerplate to numerous (but not all...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-03-19 Manuel Novoa III Major coreutils update.
2001-12-20 Matt KraaiAvoid printing a trailing blank character.
2001-12-11 Matt KraaiUse an int to hold the result of fgetc (bug noted by...
2001-11-21 Glenn L McGrathMinor space saving improvments
2001-11-21 Glenn L McGrathWhen just counting chars of a file stat file instead...
2001-11-21 Glenn L McGrathwoops. dotn pass NULL
2001-11-21 Glenn L McGrathSimplify print function, prints an extra space if no...
2001-11-21 Glenn L McGrathUse enums for selected functionality, Reduce the size...
2001-03-09 Eric AndersenA cleanup patch from Jeff Garzik to static-ify a number of
2001-03-09 Eric AndersenPatchs from Jeff Garzik <jgarzik@mandrakesoft.com>...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2000-10-09 Eric AndersenPatch from Matt Kraai so wc will return a proper error...
2000-09-27 Matt KraaiConsolidate handling of some fopen failures.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-05 Eric AndersenAdded expr, from Edward Betts <edward@debian.org>,...
2000-07-20 Mark WhitleyConverted option parsing to using getopt(). Also manage...
2000-07-19 Eric AndersenUse FatalError()
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Matt KraaiFix argument parsing.
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-04-17 Erik AndersenMore updates to the docs, and fixes to sync things...
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-01-23 Erik Andersen* added (and documented) "-n" option for head -
2000-01-15 Erik AndersenSync up busybox with the latest and greatest. This...