coreutils/src/uu
Laurent Cheylus a5e889c78d
shuf: use usize::MAX instead of std::usize::MAX
Fix warning from legacy_numeric_constants lint

Fix uutils/coreutils#6478

Signed-off-by: Laurent Cheylus <foxy@free.fr>
2024-06-19 11:18:40 +02:00
..
arch Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
base32 Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
base64 Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
basename Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
basenc Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
cat Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
chcon Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
chgrp Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
chmod Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
chown Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
chroot Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
cksum cksum/hashsum: improve the tests and wording 2024-06-03 19:43:20 +02:00
comm Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
cp gnu cp-parents test case (#6446) 2024-06-17 11:16:26 +02:00
csplit clippy: fix warnings introduced with Rust 1.78 2024-05-02 16:47:44 +02:00
cut Fix clippy warning match_bool 2024-04-03 09:28:22 +02:00
date date: support -f - to read from stdin 2024-03-31 22:05:47 +02:00
dd Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
df df: fix size column padding 2024-05-25 16:08:23 -04:00
dir Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
dircolors Merge pull request #6131 from sylvestre/0.0.26 2024-03-31 12:47:55 +02:00
dirname Merge pull request #6131 from sylvestre/0.0.26 2024-03-31 12:47:55 +02:00
du du: give -h output the same precision as GNU coreutils 2024-04-24 16:53:08 +02:00
echo Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
env env: adds --ignore-signal (#6377) 2024-05-23 22:01:39 +02:00
expand Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
expr Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
factor clippy: fix warnings introduced with Rust 1.78 2024-05-02 16:47:44 +02:00
false Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
fmt fmt: use "unwrap()" instead of "?" in tests 2024-05-07 20:20:59 +02:00
fold Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
groups Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
hashsum cksum/hashsum: improve the tests and wording 2024-06-03 19:43:20 +02:00
head clippy: fix warnings introduced by Rust 1.79 2024-06-14 07:55:31 +02:00
hostid hostid: return correct exit code on error 2024-04-14 15:42:13 +02:00
hostname Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
id id: mark passwd-format and pretty-print as conflicting 2024-04-28 23:05:43 +02:00
install Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
join clippy: fix warnings introduced by Rust 1.79 2024-06-14 07:55:31 +02:00
kill clippy: fix warnings introduced with Rust 1.78 2024-05-02 16:47:44 +02:00
link Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
ln Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
logname Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
ls ls: Fix quoting alignment 2024-05-15 09:59:38 +02:00
mkdir Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
mkfifo Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
mknod Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
mktemp Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
more more: use dev tty instead of mio to avoid panics (#6262) 2024-04-23 16:48:21 +02:00
mv mv: avoid attempting to set xattr on redox 2024-04-12 06:16:48 +02:00
nice Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
nl clippy: fix warnings introduced with Rust 1.78 2024-05-02 16:47:44 +02:00
nohup Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
nproc Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
numfmt clippy: fix warnings introduced by Rust 1.79 2024-06-14 07:55:31 +02:00
od od: use u64::MAX instead of max_value() 2024-06-18 03:10:33 +02:00
paste Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
pathchk Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
pinky pinky: use UTC if offset can't be determined 2024-05-19 13:54:16 +02:00
pr pr: use chunk_by instead of deprecated group_by 2024-06-06 10:56:11 +02:00
printenv Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
printf Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
ptx clippy: fix warnings introduced with Rust 1.78 2024-05-02 16:47:44 +02:00
pwd Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
readlink Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
realpath Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
rm Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
rmdir Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
runcon Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
seq seq: fix typo in benchmarking documentation file 2024-06-05 00:31:26 +02:00
shred shred: accept shortcuts for stringly-enum arguments 2024-04-14 15:39:46 +02:00
shuf shuf: use usize::MAX instead of std::usize::MAX 2024-06-19 11:18:40 +02:00
sleep Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
sort clippy: fix warnings introduced by Rust 1.79 2024-06-14 07:55:31 +02:00
split clippy: fix warnings introduced by Rust 1.79 2024-06-14 07:55:31 +02:00
stat Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
stdbuf stdbuf: rename dragonflybsd to dragonfly 2024-05-08 20:19:42 +02:00
stty Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
sum Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
sync Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
tac Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
tail clippy: fix warnings introduced by Rust 1.79 2024-06-14 07:55:31 +02:00
tee Merge pull request #6162 from BenWiederhake/dev-undo-custom-exit-codes 2024-04-25 08:11:41 +02:00
test Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
timeout Fix clippy warning match_bool 2024-04-03 09:28:22 +02:00
touch touch: accept shortcuts for stringly-enum arguments 2024-04-14 15:39:46 +02:00
tr Refuse to translate if set1 is longer than set2 and set2 ends in a character class 2024-06-15 12:38:19 +02:00
true Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
truncate Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
tsort Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
tty Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
uname Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
unexpand Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
uniq uniq: accept shortcuts for stringly-enum arguments 2024-04-14 15:39:46 +02:00
unlink Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
uptime Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
users Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
vdir Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
wc wc: accept shortcuts for stringly-enum arguments 2024-04-14 15:39:47 +02:00
who Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
whoami Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
yes Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00