Sylvestre Ledru
6dac4d4074
bench: try to remove more variances ( #10277 )
latest-commit
2026-01-17 11:33:24 +01:00
oech3
43eeaf9322
build-gnu.sh: Replace ${SED} with gsed wrapper ( #10201 )
2026-01-17 10:57:25 +01:00
oech3
1876f51568
GnuTests.yml: Dedup setenforce 1 ( #10266 )
2026-01-17 10:49:14 +01:00
oech3
8728685e56
CI: Purge disk space at background to avoid delaying ( #10276 )
2026-01-17 10:48:36 +01:00
oech3
1b3a66aef8
CICD.yml: upload binaries without version string ( #10217 )
2026-01-17 10:44:23 +01:00
oech3
0b5826086c
CICD.yml: Upload manpages and completions ( #10257 )
2026-01-17 09:56:13 +01:00
Etienne Cordonnier
c66be8cd60
stdbuf: use exec instead of forking ( #9495 )
2026-01-17 09:32:44 +01:00
Christopher Dryden
3efdb50543
ls: fix symlink target coloring for chains and extensions
2026-01-17 09:21:55 +01:00
Sylvestre Ledru
a1545ef2a9
try to decrease the variance in the memory usage for benchmark ( #10273 )
2026-01-16 21:19:01 +01:00
Dorian Péron
fe748f40cb
Merge pull request #10259 from oech3/patch-9
...
CICD.yml: Drop checks for hashsum
2026-01-16 14:06:50 +01:00
✿ Fleur de Blue
5fd34598a0
mktemp: Fix template validation to require trailing consecutive Xs ( #10224 )
...
* fix(mktemp): Validation of consecutive X's at template end
* fix(mktemp): Updated integration tests to expect failure for templates that do not end with a sufficient X run
* mktemp: document trailing-X template parsing
* mktemp: match GNU behavior for template X run detection
Change logic to only accept templates where the run of Xs containing the final 'X' is at least 3 characters long. This fixes cases like "XXX_XX", which should error with "too few X's in template", and allows "tempXXXlate", matching GNU mktemp
* mktemp: Simplify search using rposition
2026-01-15 16:45:18 +01:00
oech3
df1e043ec0
CICD.yml: Drop checks for hashsum
2026-01-15 23:28:11 +09:00
Daniel Hofstetter
2c75e7187e
Merge pull request #10229 from sylvestre/bench-mem
...
benchmarks: Add memory benchmarks
2026-01-15 09:29:45 +01:00
Chris Dryden
450e7cfee9
date: use PosixCustom formatting for GNU-compatible output ( #10245 )
2026-01-14 23:39:16 +01:00
oech3
f7b5f8f101
CICD.yml: Upload uudoc at least for Linux-x64-glibc ( #10231 )
2026-01-14 23:33:04 +01:00
Sylvestre Ledru
887a7ba7f0
benchmarks: Add memory benchmarks
2026-01-14 23:02:26 +01:00
Daniel Hofstetter
ab1bf10e2a
Merge pull request #10237 from uutils/renovate/zip-7.x-lockfile
...
chore(deps): update rust crate zip to v7.1.0
2026-01-14 15:51:57 +01:00
renovate[bot]
d8a743ceb6
chore(deps): update rust crate zip to v7.1.0
2026-01-14 13:31:02 +00:00
kimono-koans
fd9157a338
ls: Proper alignment for capabilities and ACLs notifications ( #8793 )
...
Fixes: https://github.com/uutils/coreutils/issues/8792
2026-01-14 12:00:12 +01:00
Etienne Cordonnier
22069bbc21
Merge pull request #8615 from bkueng/fix_ls_color_capability
...
ls: fixes for capability coloring
2026-01-14 11:30:12 +01:00
Daniel Hofstetter
8be7ca532e
Merge pull request #10226 from sylvestre/10068-followup
...
sort: followup of #10068
2026-01-14 10:42:31 +01:00
mattsu
6b49ff9061
sort: gnu coreutils compatibility (sort float.sh) ( #9839 )
...
* feat(sort): support international decimal separators in numeric sorting
M
2026-01-14 06:11:55 +01:00
Chris Dryden
d806231866
tail: add --debug flag to show follow implementation mode ( #10105 )
...
* tail: add --debug flag to show follow implementation mode
* tail: add tests for --debug flag output
* fix formatting
2026-01-14 06:07:17 +01:00
Sylvestre Ledru
6ed0f08cd2
sort: refactor ordering_incompatible to use early returns
...
Simplify the function by computing mode_count directly and using
early returns instead of accumulating a counter with nested if
statements.
2026-01-13 22:49:06 +01:00
Sylvestre Ledru
db1d57c18b
sort: remove empty impl block for KeySettings
2026-01-13 22:49:03 +01:00