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
2026-05-15
maint: chroot: remove unnecessary root-dev-ino.h include
Collin Funk
-1
/
+0
2026-05-15
maint: expr: remove unnecessary xstrtol.h include
Collin Funk
-1
/
+0
2026-05-15
maint: basenc: remove unnecessary xdectoint.h include
Collin Funk
-1
/
+0
2026-05-15
maint: shred: remove unnecessary setjmp.h include
Collin Funk
-1
/
+0
2026-05-13
doc: shred: mention unsupported file types
Collin Funk
-0
/
+5
2026-05-10
maint: pacify GCC 16 -Wuseless-cast
Paul Eggert
-20
/
+25
2026-05-10
shred: don't block when opening FIFOs with no readers
Collin Funk
-7
/
+19
2026-05-09
doc: date: group format sequences by function
Pádraig Brady
-40
/
+55
2026-05-08
doc: date: show examples for format sequences in --help
Pádraig Brady
-46
/
+124
2026-05-07
shuf: prefer fwrite over fputs and fputc
Collin Funk
-6
/
+17
2026-05-04
ls: exclude newline from consideration in line width
Pádraig Brady
-3
/
+5
2026-05-04
ls: fix too few display columns edge case
Pádraig Brady
-4
/
+5
2026-04-30
sum,cksum: consistently emit detailed write errors
Collin Funk
-3
/
+2
2026-04-30
test: adjust -g description in --help
Max Downey Twiss
-1
/
+1
2026-04-29
unexpand: fix heap overflow
Pádraig Brady
-1
/
+1
2026-04-29
unexpand: consolidate error messages
Pádraig Brady
-1
/
+1
2026-04-29
cut: use MCEL_LEN_MAX rather than MB_LEN_MAX
Pádraig Brady
-2
/
+2
2026-04-29
sort: use more dynamic memory allocation with pipes
Pádraig Brady
-31
/
+188
2026-04-28
pinky: don't print output in the wrong order when fully buffered
Collin Funk
-10
/
+9
2026-04-28
uniq: fix read overrun with -w
Paul Eggert
-2
/
+2
2026-04-25
doc: apply man page formatting suggestions from manpage-l10n
Pádraig Brady
-8
/
+8
2026-04-25
doc: remove redundant "Report translation bugs to" in --help
Bruno Haible
-12
/
+0
2026-04-23
dd: avoid recursive parsing of multipliers
Pádraig Brady
-30
/
+54
2026-04-22
comm: don't close standard input twice
Collin Funk
-2
/
+4
2026-04-17
yes: make operation independent of pipe size
Pádraig Brady
-18
/
+18
2026-04-16
build: fix build failure on AIX
Pádraig Brady
-1
/
+6
2026-04-16
cksum: fix --length validation on 32 bit platforms
Pádraig Brady
-1
/
+1
2026-04-15
df: improve detection of duplicate entries
Lukáš Zaoral
-2
/
+5
2026-04-11
mktemp: prefer rmdir and unlink to remove
Collin Funk
-1
/
+1
2026-04-10
cat: avoid redundant pipe creation and resizing
Collin Funk
-20
/
+28
2026-04-09
env: avoid locking standard output for each printed variable
Collin Funk
-3
/
+5
2026-04-09
printenv: avoid locking standard output for each printed variable
Collin Funk
-3
/
+6
2026-04-09
maint: remove last remaining assert()
Pádraig Brady
-1
/
+1
2026-04-09
maint: cat: avoid coverity NULL dreference warning
Pádraig Brady
-0
/
+3
2026-04-09
cat: avoid memory allocation per file
Pádraig Brady
-18
/
+32
2026-04-09
cat: fix splice() from empty input
Pádraig Brady
-0
/
+2
2026-04-08
maint: touch: prefer timespec_cmp
Collin Funk
-4
/
+2
2026-04-07
maint: cut: avoid discarded-qualifiers warnings
Pádraig Brady
-5
/
+5
2026-04-06
cat: use splice if operating on pipes or if copy_file_range fails
Collin Funk
-16
/
+166
2026-04-06
build: cut: fix compilation error on non C23 compilers
Pádraig Brady
-8
/
+10
2026-04-06
maint: simplify c32issep
Paul Eggert
-1
/
+1
2026-04-06
maint: cut: refactor delimiter handling
Paul Eggert
-44
/
+14
2026-04-06
cut: -f: fix handling of multi-byte delimiters that span buffers
Pádraig Brady
-0
/
+25
2026-04-06
cut,fold,expand,unexpand: ensure we process all available characters
Pádraig Brady
-1
/
+1
2026-04-05
cut: -b: avoid function calls in hot loop
Pádraig Brady
-5
/
+19
2026-04-05
cut: fix logic issue with field delim in last byte of buffer
Pádraig Brady
-89
/
+108
2026-04-05
cut: ensure responsive input processing
Pádraig Brady
-57
/
+20
2026-04-05
maint: cut: rename line_in to bytes_in
Pádraig Brady
-9
/
+9
2026-04-05
cut: make the dependency on memchr2 explicit
Pádraig Brady
-1
/
+0
2026-04-05
cut: combine cut_bytes_no_split and cut_characters
Pádraig Brady
-37
/
+22
[next]