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-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
2026-04-05
cut: optimize -d '?' in UTF-8 case
Pádraig Brady
-1
/
+4
2026-04-05
cut: merge cut_fields and cut_fields_bytesearch
Pádraig Brady
-170
/
+52
2026-04-05
cut: refactor -f to byte search and character processing
Pádraig Brady
-34
/
+50
2026-04-05
cut: fix 25% perf regression mentioned in previous change
Pádraig Brady
-8
/
+42
2026-04-05
cut: use bounded memory in utf8 mode when possible
Pádraig Brady
-70
/
+138
2026-04-05
cut: add utf8 helper to mbbuf
Pádraig Brady
-9
/
+72
2026-04-05
cut: faster utf8 processing
Pádraig Brady
-0
/
+137
2026-04-05
cut: support -F as an alias for -f -w -O ' '
Pádraig Brady
-10
/
+40
2026-04-05
maint: cut: refactor buffered and ordinary field scanning
Pádraig Brady
-38
/
+7
2026-04-05
cut: support --whitespace-delimited=trimmed
Pádraig Brady
-25
/
+97
2026-04-05
cut: support -O as an alias for --output-delimiter
Pádraig Brady
-13
/
+12
2026-04-05
doc: cut: adjust for multi-byte support
Pádraig Brady
-2
/
+1
2026-04-05
cut: refactor multi-byte updates
Pádraig Brady
-347
/
+188
2026-04-05
cut: implement -n to avoid outputting partial characters
Pádraig Brady
-4
/
+109
2026-04-05
tests: cut: add a test for divergence from i18n patch
Pádraig Brady
-0
/
+3
2026-04-05
tests: cut: add case currently failing for coreutils-i18n patch
Pádraig Brady
-0
/
+3
2026-04-05
tests: cut: check multi-byte output delimiter
Pádraig Brady
-1
/
+4
2026-04-05
cut: adjust error message to be less specific
Pádraig Brady
-3
/
+3
2026-04-05
cut: implement -w,--whitespace-delimited
Pádraig Brady
-10
/
+260
2026-04-05
cut: support single byte -d with GB18030 input
Pádraig Brady
-1
/
+36
2026-04-05
cut: support single byte -d that may be part of multi-byte
Pádraig Brady
-7
/
+17
2026-04-05
cut: support multi-byte field delimiters
Pádraig Brady
-11
/
+213
2026-04-05
cut: support multi-byte input with -c
Pádraig Brady
-10
/
+114
2026-04-05
maint: cut: refactor output calls
Pádraig Brady
-33
/
+27
2026-04-05
tests: cut: ensure no unecessary buffering
Pádraig Brady
-0
/
+3
2026-04-05
doc: cut: reorder --complement alphabetically in help
Pádraig Brady
-12
/
+12
2026-04-05
doc: cut: clarify description of -b and -c
Pádraig Brady
-2
/
+2
2026-04-05
build: update to latest gnulib
Pádraig Brady
-0
/
+3
2026-04-04
basename: avoid duplicate strlen calls on the suffix
Collin Funk
-19
/
+25
2026-04-02
date: simplify -u by not calling putenv
Paul Eggert
-67
/
+4
2026-04-01
build: update gnulib submodule to latest
Paul Eggert
-0
/
+0
2026-04-01
maint: avoid sigaction lock overhead
Paul Eggert
-1
/
+3
2026-04-01
maint: avoid Gnulib modules mbiter, mbiterf
Paul Eggert
-0
/
+2
2026-04-01
build: update gnulib submodule to latest
Paul Eggert
-0
/
+0
2026-04-01
tests: dd: ensure memory exhaustion is handled gracefully
oech3
-0
/
+10
2026-04-01
tests: dd: avoid false failure with no controlling terminal
Pádraig Brady
-1
/
+1
2026-03-31
tests: dd: check that erroneous seeks are not done in output
oech3
-0
/
+6
2026-03-30
tests: coreutils: ensure empty arg is diagnosed
oech3
-0
/
+3
2026-03-28
date: avoid calling putenv multiple times unnecessarily
Collin Funk
-6
/
+12
2026-03-28
maint: remove unnecessary return statements
Collin Funk
-4
/
+0
2026-03-28
who: avoid locking standard output for each user with the -q option
Collin Funk
-3
/
+3
2026-03-27
doc: tty: mention the removal of the -s option from POSIX
Collin Funk
-0
/
+2
2026-03-27
tests: env/env.sh: improve portability
oech3
-6
/
+6
2026-03-25
od: suppress address output on read error
Pádraig Brady
-1
/
+9
2026-03-25
tests: od: ensure -j1 /dev/null succeeds
oech3
-0
/
+2
2026-03-24
tests: truncate: don't rely on errno being EISDIR
Collin Funk
-5
/
+1
2026-03-24
tests: yes: support more zero-copy related syscalls
oech3
-4
/
+13
[prev]
[next]