index
:
coreutils
fiemap-copy
fiemap-copy-2
fiemap-copy-3
master
next
selinux
Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
wc.c
Age
Commit message (
Expand
)
Author
Lines
2021-09-15
maint: prefer rawmemchr to memchr when easy
Paul Eggert
-2
/
+3
2021-05-02
wc: add --debug to diagnose which implementation used
Pádraig Brady
-17
/
+50
2021-05-02
wc: use avx2 optimization when counting only lines
Kristoffer Brånemyr
-43
/
+114
2021-04-11
doc: clarify what's counted by wc
Pádraig Brady
-1
/
+1
2021-04-11
maint: use "char const *" rather than "const char *"
Pádraig Brady
-3
/
+3
2021-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2020-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2019-02-25
wc: treat non breaking space as a word separator
Pádraig Brady
-2
/
+23
2019-01-01
maint: update all copyright year number ranges
Assaf Gordon
-1
/
+1
2018-06-20
wc: optimize processing of ASCII in multi byte locales
Pádraig Brady
-7
/
+23
2018-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2017-09-19
all: prefer HTTPS in URLs
Paul Eggert
-1
/
+1
2017-06-17
maint: use C99 for loop initial declarations where possible
Pádraig Brady
-7
/
+3
2017-06-10
maint: update to work with GCC7's -Werror=implicit-fallthrough=5
Jim Meyering
-4
/
+4
2017-02-16
maint: xsetmode renamed to xbinary-io
Paul Eggert
-2
/
+2
2017-02-15
maint: use xsetmode, not xfreopen
Paul Eggert
-3
/
+2
2017-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2016-12-26
wc: with only --bytes, determine size more efficiently
Pádraig Brady
-11
/
+37
2016-12-19
wc: fix wrong byte counts when using --files-from0
William R. Fraser
-0
/
+3
2016-10-16
all: use die() rather than error(EXIT_FAILURE)
Pádraig Brady
-5
/
+6
2016-01-13
wc: avoid ambiguous output with '\n' in file names
Pádraig Brady
-1
/
+1
2016-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2015-12-14
maint: remove form feed characters from sources
Pádraig Brady
-1
/
+1
2015-11-04
all: avoid quoting file names when possible
Pádraig Brady
-13
/
+12
2015-11-04
all: replace most uses of quotearg_colon() with quote()
Pádraig Brady
-3
/
+2
2015-10-27
all: quote string arguments in error messages
Pádraig Brady
-6
/
+6
2015-07-02
wc: fix reading of /proc files on aarch64
Pádraig Brady
-2
/
+3
2015-05-13
doc: clarify the operation of wc -L
Assaf Gordon
-1
/
+1
2015-04-30
doc: standardize messages about the '-' stdin FILE
Pádraig Brady
-3
/
+8
2015-04-22
maint: avoid -Werror=strict-overflow warnings with GCC 5
Pádraig Brady
-5
/
+5
2015-03-24
wc: use a more adaptive wc -l implementation
Pádraig Brady
-32
/
+26
2015-03-20
wc: speedup counting of short lines
Kristoffer Brånemyr
-0
/
+31
2015-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2014-10-07
wc: don't miscount /sys and similar file systems
Paul Eggert
-21
/
+24
2014-09-19
doc: output correct --help references with --program-prefix
Pádraig Brady
-1
/
+1
2014-09-08
maint: prefer 'return status;' to 'exit (status);' in 'main'
Paul Eggert
-1
/
+1
2014-01-02
maint: update all copyright year number ranges
Bernhard Voelker
-1
/
+1
2013-01-01
maint: update all copyright year number ranges
Jim Meyering
-1
/
+1
2012-05-02
maint: with split lines, don't leave an operator at end of line
Jim Meyering
-1
/
+1
2012-01-27
maint: use single copyright year range
Jim Meyering
-1
/
+1
2012-01-09
maint: src/*.[ch]: convert more `...' to '...'
Jim Meyering
-1
/
+1
2012-01-09
maint: src/*.c: change remaining quotes (without embedded spaces)
Jim Meyering
-7
/
+7
2012-01-07
maint: use new emit_try_help in place of equivalent fprintf
Jim Meyering
-2
/
+1
2012-01-01
maint: update all copyright year number ranges
Jim Meyering
-1
/
+1
2011-07-13
doc: note the order in which wc counts are printed
Benoît Knecht
-0
/
+2
2011-07-02
maint: use "const" and "pure" function attributes where possible
Jim Meyering
-1
/
+1
2011-05-28
maint: remove useless (off_t) cast of lseek arg
Jim Meyering
-2
/
+2
2011-05-08
maint: remove -Wmissing-field-initializers workarounds
Pádraig Brady
-1
/
+1
2011-03-03
du: don't infloop for --files0-from=DIR
Jim Meyering
-5
/
+7
2011-03-03
wc: avoid NULL dereference on out-of-memory error
Jim Meyering
-0
/
+3
[next]