Avatar for the uutils user
uutils
coreutils
BlogDocsChangelog

Branches performance

Pull requests

benches: adjust sort_long_line line size to 10,000 bytes#11057
last run
2 hours ago
benches: adjust sort_long_line line_size to 10,000 bytes
2 hours ago
a7a88e0
xtqqczze:sort_long_line
CodSpeed Performance Gauge
0%
chore(deps): update rust crate libc to 0.2.182 and rustix to 1.1.4
4 hours ago
8abbd32
xtqqczze:bump-libc
CodSpeed Performance Gauge
+3%
Fix/11044 date large width panic#11053
last run
6 hours ago
date: fix panic on extreme format width modifiers - Cap width values at 1024 characters to prevent memory allocation failures - Add regression test for extreme width values - Fixes #11044
6 hours ago
957cdb8
jorgitin02:fix/11044-date-large-width-panic
CodSpeed Performance Gauge
0%
touch: fix inotify compatibility by avoiding O_TRUNC Replace File::create() with OpenOptions::new().create_new(true) to avoid the O_TRUNC flag that interferes with inotify file change detection. The O_TRUNC flag in file creation was causing issues with applications like 0 A.D. that monitor configuration files for changes using inotify. The new implementation uses O_EXCL instead, which is safer and doesn't interfere with inotify event generation. closes: #9812
10 hours ago
de89936
sylvestre:inotify
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home Terms Privacy Docs