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
/
tests
/
cut
Age
Commit message (
Expand
)
Author
Lines
2026-04-15
tests: avoid $SHELL -c "ulimit ..." pattern
Pádraig Brady
-5
/
+3
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
cut: -f: fix handling of multi-byte delimiters that span buffers
Pádraig Brady
-0
/
+3
2026-04-05
cut: fix logic issue with field delim in last byte of buffer
Pádraig Brady
-0
/
+5
2026-04-05
tests: cut: add more multi-byte tests
Pádraig Brady
-0
/
+73
2026-04-05
cut: optimize UTF-8 input with 0xF5-0xFF delimiters
Pádraig Brady
-0
/
+3
2026-04-05
cut: optimize when no delimiter in input
Pádraig Brady
-0
/
+1
2026-04-05
tests: cut: ensure multi-byte delimiter is rejected in uni-byte locales
Pádraig Brady
-0
/
+19
2026-04-05
cut: merge cut_fields and cut_fields_bytesearch
Pádraig Brady
-0
/
+2
2026-04-05
cut: faster utf8 processing
Pádraig Brady
-0
/
+6
2026-04-05
cut: support -F as an alias for -f -w -O ' '
Pádraig Brady
-0
/
+3
2026-04-05
cut: support --whitespace-delimited=trimmed
Pádraig Brady
-0
/
+6
2026-04-05
cut: support -O as an alias for --output-delimiter
Pádraig Brady
-2
/
+1
2026-04-05
cut: implement -n to avoid outputting partial characters
Pádraig Brady
-0
/
+23
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
-1
/
+1
2026-04-05
cut: implement -w,--whitespace-delimited
Pádraig Brady
-0
/
+12
2026-04-05
cut: support single byte -d with GB18030 input
Pádraig Brady
-0
/
+33
2026-04-05
cut: support multi-byte field delimiters
Pádraig Brady
-0
/
+9
2026-04-05
cut: support multi-byte input with -c
Pádraig Brady
-0
/
+11
2026-03-23
tests: cut: add test for -z with NUL delimiter and -s flag
Sylvestre Ledru
-0
/
+1
2026-03-04
tests: cut: add test case for newline delimiter with -s flag
Sylvestre Ledru
-0
/
+3
2026-01-01
maint: run 'make update-copyright'
Collin Funk
-3
/
+3
2025-12-22
tests: avoid false failure due to ulimit on aarch64
Pádraig Brady
-0
/
+1
2025-12-22
maint: tests/cut/cut-huge-range.sh: remove stale comment
Pádraig Brady
-2
/
+0
2025-12-01
tests: cut: add a test for bounded memory operation
Collin Funk
-0
/
+40
2025-01-01
maint: update all copyright year number ranges
Pádraig Brady
-2
/
+2
2024-01-17
tests: make ulimit -v interact better with ASAN
Pádraig Brady
-1
/
+1
2024-01-01
maint: update all copyright year number ranges
Pádraig Brady
-2
/
+2
2023-11-16
tests: omit inapplicable test code
Paul Eggert
-1
/
+1
2023-06-19
tests: move tests to a directory per utility
Sylvestre Ledru
-0
/
+302
2008-05-06
tests: remove directory, tests/cut/
Jim Meyering
-137
/
+0
2007-12-01
Change comments: say bug present up to coreutils-6.9, not fixed in 6.10.
Jim Meyering
-1
/
+1
2007-08-25
Remove all .cvsignore files from version control.
Jim Meyering
-7
/
+0
2007-07-23
Update all copyright notices to use the newer form.
Jim Meyering
-5
/
+3
2007-07-10
Change "version 2" to "version 3" in all copyright notices.
Jim Meyering
-1
/
+1
2007-05-22
"cut -f 2-0" now fails; before, it was equivalent to "cut -f 2-"
Jim Meyering
-1
/
+8
2007-05-13
Remove the generated tests/*/Makefile.am files from version control.
Jim Meyering
-82
/
+0
2007-01-13
Put CU_TEST_NAME in the environment for each test run by "make check".
Jim Meyering
-0
/
+1
2006-08-22
* aclocal.m4, config.hin, configure:
Paul Eggert
-5
/
+4
2006-08-21
Remove from CVS, since the bootstrap script generates them automatically.
Paul Eggert
-645
/
+0
2006-08-19
.
Jim Meyering
-1
/
+22
2006-08-19
Some of my 2006-07-03 changes to tests/*/Makefile.am were being
Jim Meyering
-2
/
+4
2006-08-17
Add/fix copyright notices and adjust to latest GNU FDL.
Paul Eggert
-1
/
+38
2006-08-15
.
Jim Meyering
-39
/
+46
2006-08-09
Regenerate.
Paul Eggert
-13
/
+15
2006-08-09
Regenerate.
Paul Eggert
-34
/
+36
[next]