summaryrefslogtreecommitdiff
path: root/src/wc.c
AgeCommit message (Expand)Author
2017-02-16maint: xsetmode renamed to xbinary-ioHEADmasterPaul Eggert
2017-02-15maint: use xsetmode, not xfreopenPaul Eggert
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-12-26wc: with only --bytes, determine size more efficientlyPádraig Brady
2016-12-19wc: fix wrong byte counts when using --files-from0William R. Fraser
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady
2016-01-13wc: avoid ambiguous output with '\n' in file namesPádraig Brady
2016-01-01maint: update all copyright year number rangesPádraig Brady
2015-12-14maint: remove form feed characters from sourcesPádraig Brady
2015-11-04all: avoid quoting file names when possiblePádraig Brady
2015-11-04all: replace most uses of quotearg_colon() with quote()Pádraig Brady
2015-10-27all: quote string arguments in error messagesPádraig Brady
2015-07-02wc: fix reading of /proc files on aarch64Pádraig Brady
2015-05-13doc: clarify the operation of wc -LAssaf Gordon
2015-04-30doc: standardize messages about the '-' stdin FILEPádraig Brady
2015-04-22maint: avoid -Werror=strict-overflow warnings with GCC 5Pádraig Brady
2015-03-24wc: use a more adaptive wc -l implementationPádraig Brady
2015-03-20wc: speedup counting of short linesKristoffer Brånemyr
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-10-07wc: don't miscount /sys and similar file systemsPaul Eggert
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-05-02maint: with split lines, don't leave an operator at end of lineJim Meyering
2012-01-27maint: use single copyright year rangeJim Meyering
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-07-13doc: note the order in which wc counts are printedBenoît Knecht
2011-07-02maint: use "const" and "pure" function attributes where possibleJim Meyering
2011-05-28maint: remove useless (off_t) cast of lseek argJim Meyering
2011-05-08maint: remove -Wmissing-field-initializers workaroundsPádraig Brady
2011-03-03du: don't infloop for --files0-from=DIRJim Meyering
2011-03-03wc: avoid NULL dereference on out-of-memory errorJim Meyering
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-12-19wc: fix a possible hang with --files0-fromPádraig Brady
2010-07-22provide POSIX_FADV_SEQUENTIAL hint to appropriate utilsPádraig Brady
2010-04-08doc: make wc --help say how it defines a 'word'James Youngman
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-12-23wc: line-buffer the printed countsPádraig Brady
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-02-05avoid spurious parentheses/arith-op-related warnings from newer gccJim Meyering
2009-01-01cleanup/modernize: don't test HAVE_MBRTOWC; now gnulib provides itJim Meyering
2008-12-02wc: read and process --files0-from= input a name at a time,Jim Meyering
2008-12-01avoid warnings about initialization of automatic aggregatesJim Meyering
2008-12-01doc: Improve description of --files0-from optionPádraig Brady