coreutils/src/uu
2024-02-15 14:38:26 +01:00
..
arch 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
base32 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
base64 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
basename 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
basenc 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
cat 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
chcon 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
chgrp 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
chmod 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
chown 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
chroot 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
cksum 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
comm 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
cp cp: use inclusive range 2024-01-28 09:42:40 +01:00
csplit 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
cut cut: refactor mode args counting by removing nested map 2024-02-14 20:02:42 +09:00
date ls,date: rename chrono::Duration to TimeDelta 2024-02-11 13:24:20 +01:00
dd dd: fail on missing number in count 2024-01-30 20:21:25 +05:30
df 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
dir 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
dircolors 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
dirname 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
du du: adapt error msg to match GNU's 2024-01-30 10:08:50 +01:00
echo echo: do not infer long args 2024-01-29 17:40:22 +01:00
env 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
expand expand: Continue work when one of given files doesn't exist (#5873) 2024-01-25 09:10:59 +01:00
expr 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
factor Fix errors reported by new version of cspell 2024-02-05 09:12:52 +01:00
false 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
fmt 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
fold 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
groups 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
hashsum Merge pull request #5752 from sylvestre/0.0.24 2024-01-21 13:35:10 +01:00
head sane blksize to avoid memory kill in split -n 3 /dev/zero 2024-02-10 14:33:13 +01:00
hostid 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
hostname 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
id 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
install 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
join 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
kill 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
link 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
ln ln: fix help text 2024-02-15 14:38:26 +01:00
logname 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
ls ls,date: rename chrono::Duration to TimeDelta 2024-02-11 13:24:20 +01:00
mkdir 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
mkfifo 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
mknod 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
mktemp 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
more more handle errors with multiple files (#4997) 2024-02-04 16:32:14 +01:00
mv 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
nice 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
nl nl: fix redundant clone (clippy warning) 2024-01-28 09:42:40 +01:00
nohup clippy: fix warnings introduced by Rust 1.76 2024-02-08 16:56:01 +01:00
nproc 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
numfmt uucore: remove unneccessary closues 2024-01-28 09:42:40 +01:00
od clippy: fix warnings introduced by Rust 1.76 2024-02-08 16:56:01 +01:00
paste 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
pathchk 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
pinky 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
pr clippy: fix warnings introduced by Rust 1.76 2024-02-08 16:56:01 +01:00
printenv 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
printf 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
ptx 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
pwd 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
readlink 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
realpath 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
rm 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
rmdir 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
runcon 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
seq seq: fix about text not found 2024-02-06 13:45:12 +01:00
shred 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
shuf 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
sleep 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
sort uucore: remove unneccessary closues 2024-01-28 09:42:40 +01:00
split sane blksize to avoid memory kill in split -n 3 /dev/zero 2024-02-10 14:33:13 +01:00
stat stat: should fail without arguments #5928 (#5935) 2024-02-02 17:00:35 +01:00
stdbuf 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
stty 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
sum 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
sync 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
tac 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
tail 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
tee 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
test 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
timeout 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
touch 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
tr fix tr with any flag with more than 2 operands (#5952) 2024-02-13 15:30:15 +01:00
true 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
truncate 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
tsort tsort: drastically reduce memory copies 2024-02-11 10:57:19 +01:00
tty 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
uname 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
unexpand unexpand: allow multiple files & show error message if a directory is specified 2024-01-24 16:01:26 +01:00
uniq uucore: remove unneccessary closues 2024-01-28 09:42:40 +01:00
unlink 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
uptime 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
users 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
vdir 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
wc doc: fixed benchmark table 2024-02-02 10:13:38 -05:00
who 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00
whoami whoami: add missing feature 2024-01-24 21:33:25 +01:00
yes 0.0.23 => 0.0.24 2024-01-20 20:12:19 +01:00