summaryrefslogtreecommitdiffstats
path: root/src/wc.c
AgeCommit message (Expand)AuthorLines
2021-09-15maint: prefer rawmemchr to memchr when easyPaul Eggert-2/+3
2021-05-02wc: add --debug to diagnose which implementation usedPádraig Brady-17/+50
2021-05-02wc: use avx2 optimization when counting only linesKristoffer Brånemyr-43/+114
2021-04-11doc: clarify what's counted by wcPádraig Brady-1/+1
2021-04-11maint: use "char const *" rather than "const char *"Pádraig Brady-3/+3
2021-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2020-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2019-02-25wc: treat non breaking space as a word separatorPádraig Brady-2/+23
2019-01-01maint: update all copyright year number rangesAssaf Gordon-1/+1
2018-06-20wc: optimize processing of ASCII in multi byte localesPádraig Brady-7/+23
2018-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2017-09-19all: prefer HTTPS in URLsPaul Eggert-1/+1
2017-06-17maint: use C99 for loop initial declarations where possiblePádraig Brady-7/+3
2017-06-10maint: update to work with GCC7's -Werror=implicit-fallthrough=5Jim Meyering-4/+4
2017-02-16maint: xsetmode renamed to xbinary-ioPaul Eggert-2/+2
2017-02-15maint: use xsetmode, not xfreopenPaul Eggert-3/+2
2017-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2016-12-26wc: with only --bytes, determine size more efficientlyPádraig Brady-11/+37
2016-12-19wc: fix wrong byte counts when using --files-from0William R. Fraser-0/+3
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