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