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
13 days
yes: make operation independent of pipe size
Pádraig Brady
-18
/
+18
14 days
build: fix build failure on AIX
Pádraig Brady
-1
/
+6
14 days
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
2026-04-05
maint: cut: various code cleanups and comments
Pádraig Brady
-28
/
+26
2026-04-05
cut: support no delimiter match fast path with -s
Pádraig Brady
-11
/
+16
2026-04-05
maint: cut: cleanup context management for byte search
Pádraig Brady
-18
/
+22
2026-04-05
cut: optimize UTF-8 input with 0xF5-0xFF delimiters
Pádraig Brady
-1
/
+5
2026-04-05
maint: cut: simplify mbbuf_fill
Pádraig Brady
-20
/
+2
2026-04-05
maint: refactor is_utf8_charset helper to system.h
Pádraig Brady
-28
/
+14
2026-04-05
cut: optimize per character memcpy
Pádraig Brady
-3
/
+16
2026-04-05
cut: refactor skip_line_remainder logic
Pádraig Brady
-25
/
+9
2026-04-05
maint: cut simplify cut_fields_bytesearch
Pádraig Brady
-50
/
+38
2026-04-05
cut: enable fast path for all delimiter lengths
Pádraig Brady
-2
/
+8
2026-04-05
cut: optimize -f with -d longer than lines
Pádraig Brady
-0
/
+3
2026-04-05
cut: optimize -b for short lines
Pádraig Brady
-18
/
+62
2026-04-05
cut: optimize per character field scanning
Pádraig Brady
-33
/
+47
2026-04-05
cut: prefer c_isblank() to c32issep()
Pádraig Brady
-2
/
+10
2026-04-05
cut: avoid fwrite calls for smaller amounts of data
Pádraig Brady
-0
/
+10
2026-04-05
cut: optimize -b by avoiding per byte iteration
Pádraig Brady
-19
/
+49
2026-04-05
cut: optimize when no delimiter in input
Pádraig Brady
-0
/
+25
2026-04-05
cut: optimize -w for uni-byte case
Pádraig Brady
-5
/
+31
2026-04-05
doc: cut: document the -w option
Pádraig Brady
-2
/
+2
2026-04-05
cut: refactor find_bytesearch_field_terminator to be stateful
Pádraig Brady
-100
/
+43
2026-04-05
cut: avoid repeated searchs for line_delim in the multi-byte delim case
Pádraig Brady
-15
/
+53
2026-04-05
cut: refactor all byte search to find_bytesearch_field_terminator
Pádraig Brady
-7
/
+27
2026-04-05
cut: optimize -f when finished processing fields for a line
Pádraig Brady
-0
/
+53
2026-04-05
cut: optimize -f for fhe common case of single byte delimiters
Pádraig Brady
-0
/
+44
[next]