index
:
coreutils
fiemap-copy
fiemap-copy-2
fiemap-copy-3
master
next
selinux
Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-15
cp: refactor copying to return bytes copied
Paul Eggert
3
-64
/
+69
2025-09-15
cp: copy_file_data now supports ibytes
Paul Eggert
1
-11
/
+29
2025-09-15
cp: prefer signed type for file byte count
Paul Eggert
1
-4
/
+4
2025-09-15
cp: port better to old limited hosts
Paul Eggert
3
-5
/
+14
2025-09-15
cp: refactor out data copying
Paul Eggert
5
-595
/
+622
2025-09-15
cp: refactor src/copy.c
Paul Eggert
1
-109
/
+139
2025-09-15
doc: NEWS: correct the previous commit
Collin Funk
1
-1
/
+2
2025-09-15
doc: NEWS: mention fold can operate on very long lines
Collin Funk
1
-0
/
+3
2025-09-15
fold: fix out of bounds write with zero width characters
Collin Funk
3
-4
/
+67
2025-09-15
cp: improve umask caching
Paul Eggert
1
-2
/
+4
2025-09-14
basenc: fix an uninitialized index when decoding an empty file
Collin Funk
1
-0
/
+4
2025-09-14
maint: randperm: remove stale dependency
Pádraig Brady
1
-1
/
+0
2025-09-14
cksum,wc: support disabling hardware acceleration at runtime
Pádraig Brady
6
-15
/
+66
2025-09-14
build: update gnulib submodule to latest
Pádraig Brady
1
-0
/
+0
2025-09-13
factor: port to strict C
Paul Eggert
1
-1
/
+1
2025-09-11
maint: document some functions used by expand and unexpand
Collin Funk
2
-5
/
+10
2025-09-10
maint: basenc: refactor all encodings to use finalize
Pádraig Brady
2
-60
/
+107
2025-09-09
maint: cleanup libraries unnecessarily added to fold
Collin Funk
1
-3
/
+0
2025-09-09
nohup: avoid FORTIFY runtime failure on Bionic libc
Pádraig Brady
3
-1
/
+25
2025-09-08
basenc: ensure partial padding with newlines induces an error
Pádraig Brady
3
-3
/
+29
2025-09-07
tests: ensure option aliases are supported
Pádraig Brady
2
-0
/
+62
2025-09-07
date: support overriding named formats
Pádraig Brady
2
-12
/
+7
2025-09-06
cksum: don't leak memory using -a sha3 with OpenSSL
Collin Funk
1
-0
/
+0
2025-09-04
maint: prefer c32isspace to iswspace
Collin Funk
1
-1
/
+1
2025-09-04
tests: fold: check if multi-byte spaces are treated as blank
Collin Funk
1
-13
/
+26
2025-09-04
doc: update the md5/sha1 "weak hash" advisory
Pádraig Brady
1
-2
/
+3
2025-09-04
tests: cksum: check more length variants
Pádraig Brady
2
-23
/
+28
2025-09-04
doc: NEWS: expand on the fold multi-byte enhancements
Pádraig Brady
1
-2
/
+3
2025-09-04
cksum: prefer -a sha2 -l ###, to -a sha###
Pádraig Brady
6
-42
/
+88
2025-09-03
cksum: add support for SHA-3
Collin Funk
8
-38
/
+219
2025-09-03
maint: avoid syntax-check failure from previous commit
Collin Funk
3
-3
/
+0
2025-09-03
fold: check that characters are not non-breaking spaces when -s is used
Collin Funk
3
-9
/
+17
2025-09-03
maint: prefer issymlink to readlink with a small buffer
Collin Funk
5
-11
/
+12
2025-09-03
build: update gnulib submodule to latest
Paul Eggert
1
-0
/
+0
2025-09-03
build: Update after gnulib changed
Bruno Haible
1
-2
/
+2
2025-09-02
maint: avoid syntax-check failure from previous commit
Collin Funk
1
-1
/
+1
2025-09-02
seq: be more accurate with large integer start values
Pádraig Brady
3
-4
/
+19
2025-09-01
df: pacify static analysis
Paul Eggert
1
-9
/
+5
2025-08-31
ls: fix alignment with locale formatted --size
Pádraig Brady
3
-6
/
+35
2025-08-30
b2sum: --length: fix upper bound check
Pádraig Brady
3
-1
/
+17
2025-08-28
fold: fix handling of invalid multi-byte characters
Collin Funk
2
-5
/
+23
2025-08-27
tests: fold: add tests for multi-byte width
Pádraig Brady
1
-0
/
+22
2025-08-27
tests: fold: copy i18n patch tests
Pádraig Brady
1
-1
/
+33
2025-08-27
tests: parameterize IO_BUFSIZE
Pádraig Brady
2
-1
/
+8
2025-08-27
build: fold: fix build failure with C99
Pádraig Brady
1
-1
/
+2
2025-08-26
fold: don't truncate multibyte characters at the end of the buffer
Collin Funk
2
-2
/
+41
2025-08-26
tests: fold: consolidate all fold tests in tests/fold
Pádraig Brady
3
-2
/
+2
2025-08-26
tests: fold: add a memory constraint test
Pádraig Brady
1
-0
/
+6
2025-08-24
fold: use fread instead of getline
Collin Funk
1
-9
/
+7
2025-08-24
tests: nproc: fix false failure on some systems
Pádraig Brady
1
-12
/
+74
[prev]
[next]