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
Age
Commit message (
Expand
)
Author
Lines
2021-09-24
cksum: fix -a crc on 64 bit big endian systems
Pádraig Brady
-1
/
+2
2021-09-21
tail: fix detection of closed stdout on macOS
Pádraig Brady
-1
/
+24
2021-09-21
maint: clean up c++ style comments
Pádraig Brady
-11
/
+2
2021-09-20
doc: drop extraneous single quotes in help
Jim Meyering
-15
/
+15
2021-09-20
cksum: list Pádraig as coauthor
Jim Meyering
-1
/
+3
2021-09-20
doc: fix --help formatting for checksum utils
Pádraig Brady
-19
/
+22
2021-09-20
cksum: support more transparent emulation of older utils
Pádraig Brady
-11
/
+6
2021-09-16
rmdir: fix uninitialized memory causing incorrect error
Pádraig Brady
-1
/
+2
2021-09-16
build: avoid new chmod.c warnings from upcoming GCC12
Jim Meyering
-1
/
+1
2021-09-16
digest: ignore empty lines when checking
Pádraig Brady
-0
/
+5
2021-09-16
factor: sync longlong.h adjustments from upstream
Pádraig Brady
-31
/
+28
2021-09-16
stat,tail: add support for the secretmem file system
Pádraig Brady
-0
/
+2
2021-09-16
cksum: fix --check with non tagged format checksums
Pádraig Brady
-1
/
+1
2021-09-16
cksum: fix off-by-1 bug with \r stripping
Paul Eggert
-4
/
+3
2021-09-15
maint: prefer rawmemchr to memchr when easy
Paul Eggert
-24
/
+26
2021-09-15
split: avoid NULL + 1
Paul Eggert
-2
/
+5
2021-09-15
digest: support windows format checksum files
Pádraig Brady
-20
/
+25
2021-09-15
doc: improve --help indenting in checksum utils
Pádraig Brady
-2
/
+2
2021-09-15
cksum: operate in binary mode only
Pádraig Brady
-14
/
+28
2021-09-15
cksum: use --tag format by default
Pádraig Brady
-4
/
+30
2021-09-15
cksum: support --zero in default mode
Pádraig Brady
-19
/
+24
2021-09-15
digest: support -length specifiers on all digest tags
Pádraig Brady
-41
/
+31
2021-09-15
cksum: support digest detection for tagged format
Pádraig Brady
-3
/
+66
2021-09-15
maint: simplify b2sum to only handle BLAKE2b
Pádraig Brady
-41
/
+14
2021-09-15
digest: add support for sm3
Pádraig Brady
-4
/
+16
2021-09-15
cksum: add --algorithm option to select digest mode
Pádraig Brady
-60
/
+269
2021-09-15
digest: refactor cksum(1) into digest.c
Pádraig Brady
-627
/
+556
2021-09-15
cksum: document the --debug option
Pádraig Brady
-0
/
+6
2021-09-15
sum: handle EOVERFLOW for too large inputs
Pádraig Brady
-0
/
+20
2021-09-15
digest: refactor sum(1) into digest.c
Pádraig Brady
-253
/
+272
2021-09-15
digest: add LENGTH parameter to digest to support cksum
Pádraig Brady
-3
/
+3
2021-09-15
maint: rename md5sum.c to more general digest.c
Pádraig Brady
-6
/
+7
2021-09-15
doc: fix ambiguities in logname(1) and whoami(1)
Pádraig Brady
-1
/
+1
2021-09-15
dircolors: add *direct* to TERM matching
nl6720
-0
/
+1
2021-08-31
doc: indicate the default algorithm in the sum(1) man page
Pádraig Brady
-1
/
+1
2021-08-31
sum: always output a file name if one passed
Pádraig Brady
-2
/
+2
2021-08-29
basenc: fix bug49741: using wrong decoding buffer length
Assaf Gordon
-1
/
+3
2021-08-27
basenc: prefer signed to unsigned integers
Paul Eggert
-101
/
+87
2021-08-22
df: pacify -Wsuggest-attribute=malloc
Paul Eggert
-1
/
+4
2021-08-22
maint: use clearerr on stdin when appropriate
Paul Eggert
-107
/
+129
2021-08-15
chmod: fix use of uninitialized var if -v
Paul Eggert
-63
/
+64
2021-08-11
df: fix bug with automounted
Paul Eggert
-9
/
+25
2021-08-08
cat: with -E fix handling of \r\n spanning buffers
Pádraig Brady
-6
/
+33
2021-07-31
uniq: pacify GCC -fanalyzer
Paul Eggert
-2
/
+2
2021-07-31
numfmt: omit unnecessary pointer test
Paul Eggert
-1
/
+1
2021-07-28
maint: avoid syntax-check failures in recent ls changes
Pádraig Brady
-8
/
+9
2021-07-28
doc: modernize usage of “disk” and “core”
Paul Eggert
-54
/
+55
2021-07-28
doc: improve ls documentation
Paul Eggert
-8
/
+7
2021-07-27
ls: rename --null to --zero (Bug#49716)
Paul Eggert
-28
/
+29
2021-07-27
ls: compute defaults more lazily
Paul Eggert
-195
/
+200
[next]