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
Age
Commit message (
Expand
)
Author
Lines
2026-04-06
build: cut: fix compilation error on non C23 compilers
Pádraig Brady
-8
/
+10
2026-04-06
tests: date: add large year test
Sylvestre Ledru
-0
/
+17
2026-04-06
maint: revert “avoid pthread_sigmask lock”
Paul Eggert
-2
/
+0
2026-04-06
maint: simplify c32issep
Paul Eggert
-1
/
+1
2026-04-06
tests: expr: add short-circuit tests with parenthesized branches
Sylvestre Ledru
-0
/
+6
2026-04-06
tests: split: verify non-UTF-8 bytes are preserved in filenames
Sylvestre Ledru
-0
/
+39
2026-04-06
tests: ln: add test for non-UTF-8 source names in target-dir mode
Sylvestre Ledru
-0
/
+41
2026-04-06
test: od: verify -t f defaults to double precision
Sylvestre Ledru
-0
/
+15
2026-04-06
tests: ls: add quoting-utf8 test for Unicode quotes in UTF-8 locales
Sylvestre Ledru
-0
/
+71
2026-04-06
tests: numfmt: cover GNU/uutils compatibility edge cases
Sylvestre Ledru
-0
/
+38
2026-04-06
doc: document cut(1) multi-byte and interface consolidation
Pádraig Brady
-0
/
+13
2026-04-06
tests: cut: add remaining tests to ensure 100% coverage
Pádraig Brady
-0
/
+14
2026-04-06
tests: cut: expand GB18030 tests
Pádraig Brady
-1
/
+48
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
/
+28
2026-04-06
cut,fold,expand,unexpand: ensure we process all available characters
Pádraig Brady
-2
/
+27
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
/
+113
2026-04-05
cut: ensure responsive input processing
Pádraig Brady
-61
/
+43
2026-04-05
maint: cut: rename line_in to bytes_in
Pádraig Brady
-9
/
+9
2026-04-05
tests: cut: add more multi-byte tests
Pádraig Brady
-0
/
+73
2026-04-05
cut: make the dependency on memchr2 explicit
Pádraig Brady
-2
/
+1
2026-04-05
cut: combine cut_bytes_no_split and cut_characters
Pádraig Brady
-37
/
+22
2026-04-05
doc: cut: clarify that combining characters are not treated specially
Pádraig Brady
-2
/
+3
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
doc: cut: resintate and expand -d info
Pádraig Brady
-0
/
+11
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
/
+8
2026-04-05
doc: cut: clarify that -s suppressed lines with only trimmed spaces
Pádraig Brady
-2
/
+4
2026-04-05
doc: cut: mention the default -O used with -w
Pádraig Brady
-1
/
+2
2026-04-05
maint: cut: simplify mbbuf_fill
Pádraig Brady
-62
/
+6
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
/
+26
2026-04-05
tests: cut: ensure multi-byte delimiter is rejected in uni-byte locales
Pádraig Brady
-0
/
+19
2026-04-05
cut: optimize -w for uni-byte case
Pádraig Brady
-5
/
+31
2026-04-05
doc: cut: reorder -s in texi
Pádraig Brady
-5
/
+5
2026-04-05
doc: cut: document the -w option
Pádraig Brady
-2
/
+9
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
[prev]
[next]