coreutils/src/uu
Sylvestre Ledru 267abb26f7
Some checks are pending
CICD / Style/cargo-deny (push) Waiting to run
CICD / Style/deps (push) Waiting to run
CICD / Documentation/warnings (push) Waiting to run
CICD / MinRustV (push) Waiting to run
CICD / Separate Builds (push) Waiting to run
CICD / Dependencies (push) Waiting to run
CICD / Build/Makefile (push) Blocked by required conditions
CICD / Build/stable (push) Blocked by required conditions
CICD / Build/nightly (push) Blocked by required conditions
CICD / Binary sizes (push) Blocked by required conditions
CICD / Build (push) Blocked by required conditions
CICD / Tests/BusyBox test suite (push) Blocked by required conditions
CICD / Tests/Toybox test suite (push) Blocked by required conditions
CICD / Code Coverage (push) Waiting to run
CICD / Test all features separately (push) Blocked by required conditions
CICD / Build/SELinux (push) Blocked by required conditions
CICD / Build/SELinux-Stubs (Non-Linux) (push) Blocked by required conditions
CICD / Safe Traversal Security Check (push) Blocked by required conditions
GnuTests / Run GNU tests (native) (push) Waiting to run
GnuTests / Run GNU tests (SELinux) (push) Waiting to run
GnuTests / Aggregate GNU test results (push) Blocked by required conditions
Android / Test builds (push) Waiting to run
Benchmarks / Run benchmarks (CodSpeed) (push) Waiting to run
Code Quality / Style/format (push) Waiting to run
Code Quality / Style/lint (push) Waiting to run
Code Quality / Style/spelling (push) Waiting to run
Code Quality / Style/toml (push) Waiting to run
Code Quality / Style/Python (push) Waiting to run
Code Quality / Pre-commit hooks (push) Waiting to run
Devcontainer / Verify devcontainer (push) Waiting to run
FreeBSD / Style and Lint (push) Waiting to run
FreeBSD / Tests (push) Waiting to run
OpenBSD / Style and Lint (push) Waiting to run
OpenBSD / Tests (push) Waiting to run
WSL2 / Test (push) Waiting to run
Merge pull request #9309 from cakebaker/bump_markdownlint_cli2_action
Bump `markdownlint_cli2_action` & fix warnings
2025-11-17 16:12:05 +01:00
..
arch clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
base32 basenc: Fix basenc.pl GNU-compat tests pass (#9203) 2025-11-10 19:13:51 +01:00
base64 Revert "Fix base64 benchmarks (#9082)" 2025-11-04 07:35:30 +01:00
basename clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
basenc basenc: implement --base58 encoding option (#8751) 2025-10-05 14:03:45 +02:00
cat fix(cat): refine unsafe overwrite detection for appending files 2025-11-03 21:45:15 +01:00
chcon fix: Gate SELinux to Linux and add cross-platform CI tests (#8795) 2025-10-05 14:23:59 +02:00
chgrp clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
chmod chore: huge clippy pass ahead of 1.92.0 release 2025-10-13 18:06:35 +02:00
chown safe traversal: adjust chmod & chgrp to use it (#8632) 2025-09-23 09:28:15 +02:00
chroot chore: huge clippy pass ahead of 1.92.0 release 2025-10-13 18:06:35 +02:00
cksum clippy: re-enable unnecessary_semicolon lint 2025-11-04 23:47:45 +01:00
comm comm: hold the stdin lock for the whole duration of the program 2025-10-29 18:26:29 -07:00
cp cp: display symlink creation with --verbose 2025-10-15 22:30:27 +01:00
csplit Merge pull request #9097 from cakebaker/rustdoc_fix_link 2025-11-02 14:03:23 +01:00
cut cut,touch: show ignored args (#9040) 2025-10-27 08:32:01 +01:00
date date: add --uct alias and allow multiple option aliases together 2025-11-07 23:27:55 +01:00
dd fix(dd): handle O_DIRECT partial block writes 2025-10-26 07:09:04 +07:00
df df: treat env var with zero block size as invalid 2025-10-17 09:32:37 -04:00
dir clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
dircolors clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
dirname Merge pull request #8911 from naoNao89/fix-dirname-trailing-dot 2025-10-15 20:19:14 -04:00
du du: also disable du_human_balanced_tree as benchmark 2025-11-08 23:27:49 +01:00
echo clap: translate Usage too 2025-08-14 10:52:03 +02:00
env clippy: move use_self lint to workspace lints 2025-10-07 14:49:39 +02:00
expand expand: improve the performances - 1.80 faster than GNU 2025-10-05 10:27:46 +02:00
expr expr: fix some multibyte issues and refactor a bit 2025-09-14 01:12:57 +02:00
factor Remove high variance benchmark functions 2025-11-17 10:11:40 +01:00
false clap: translate Usage too 2025-08-14 10:52:03 +02:00
fmt clippy: fix warnings from nightly (#8991) 2025-10-24 11:44:11 +02:00
fold Merge pull request #9126 from mattsu2020/fold_fix 2025-11-13 11:41:39 +01:00
groups clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
hashsum Merge pull request #9153 from oech3/nognuhashsumbin 2025-11-08 23:55:49 +01:00
head Avoid mixing wget and curl 2025-11-13 23:58:11 +09:00
hostid clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
hostname hostname: fix -d flag (#8657) 2025-10-15 22:07:54 -04:00
id id: added '-a' argument (#8733) 2025-09-24 21:14:51 +02:00
install Enhance mode parsing to support comma-separated mode strings in install command (#9298) 2025-11-17 10:14:22 +01:00
join docs: fix warnings from markdownlint 2025-11-17 09:28:16 +01:00
kill clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
link clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
ln Fix ln -f handling when source and destination are the same entry (#8838) 2025-10-10 13:28:10 +02:00
logname clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
ls ls: use file path for ACL check 2025-10-27 20:18:46 +01:00
mkdir mkdir: remove #[allow(unused_variables)] 2025-11-03 21:40:33 +01:00
mkfifo clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
mknod clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
mktemp clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
more clippy: move use_self lint to workspace lints 2025-10-07 14:49:39 +02:00
mv mv: improve the verbose mode to make tests/mv/mv-special-1.sh pass 2025-10-24 00:00:21 +02:00
nice clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
nl fix(nl): allow repeated flags to match GNU behavior 2025-11-12 21:06:25 +07:00
nohup clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
nproc clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
numfmt numfmt: add Q/R/k suffixes and fix bugs 2025-11-15 01:38:48 +07:00
od Fix EINTR handling in cat, od, and comm (#8946) 2025-10-26 13:59:47 +01:00
paste clippy: move use_self lint to workspace lints 2025-10-07 14:49:39 +02:00
pathchk clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
pinky pinky: move unit test away from integration tests 2025-09-19 17:13:43 +02:00
pr pr: fix header formatting for custom date formats starting with '+' 2025-11-13 21:14:44 +01:00
printenv clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
printf clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
ptx chore: huge clippy pass ahead of 1.92.0 release 2025-10-13 18:06:35 +02:00
pwd clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
readlink fix(readlink): emit GNU-style Invalid argument for non-symlinks (#9189) 2025-11-08 15:09:20 +01:00
realpath realpath: implement -E 2025-09-28 10:34:56 +02:00
rm rm: add the --progress option like with cp & mv 2025-10-22 00:27:49 +02:00
rmdir clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
runcon fix: Gate SELinux to Linux and add cross-platform CI tests (#8795) 2025-10-05 14:23:59 +02:00
seq clippy: re-enable unnecessary_semicolon lint 2025-11-04 23:47:45 +01:00
shred chore: huge clippy pass ahead of 1.92.0 release 2025-10-13 18:06:35 +02:00
shuf Avoid mixing wget and curl 2025-11-13 23:58:11 +09:00
sleep clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
sort sort: make compression program failures non-fatal, warn and fallback to plain files 2025-11-15 20:30:41 +01:00
split Merge pull request #9097 from cakebaker/rustdoc_fix_link 2025-11-02 14:03:23 +01:00
stat Merge pull request #8900 from Alonely0/clippy 2025-10-14 10:45:47 +02:00
stdbuf prepare version 0.4.0 (#9205) 2025-11-09 22:48:04 +01:00
stty Avoid panic in stty 2025-09-05 14:07:56 +02:00
sum clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
sync clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
tac clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
tail Merge pull request #9097 from cakebaker/rustdoc_fix_link 2025-11-02 14:03:23 +01:00
tee clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
test test: existing file is newer than non-existing 2025-11-13 16:42:59 +01:00
timeout timeout: add missing extra help 2025-11-06 12:49:35 +01:00
touch cut,touch: show ignored args (#9040) 2025-10-27 08:32:01 +01:00
tr clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
true clap: translate Usage too 2025-08-14 10:52:03 +02:00
truncate feat(truncate): allow negative size values for truncation 2025-11-03 21:20:42 +09:00
tsort fix(tsort): correct minimal cycle reporting and precise back-edge removal with iterative DFS (#8786) 2025-11-07 23:48:11 +01:00
tty clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
uname clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
unexpand unexpand: add support for non-utf8 filenames 2025-10-07 07:32:52 +02:00
uniq Refactor uniq field skipping to avoid allocations (#8703) 2025-09-29 21:38:20 +02:00
unlink clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
uptime Fix build and tests for uptime on OpenBSD (#9158) 2025-11-07 19:07:15 +01:00
users clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
vdir clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
wc docs: fix warnings from markdownlint 2025-11-17 09:28:16 +01:00
who clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
whoami clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
yes clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00