Add one-line GPL boilerplate to numerous (but not all yet) source files.
[oweals/busybox.git] / coreutils / wc.c
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...