1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-15 09:41:07 +00:00
uutils-coreutils/src/uu
2024-09-20 15:40:22 -05:00
..
arch coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
base32 Fix compilation error and spelling warning 2024-09-20 15:40:22 -05:00
base64 coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
basename coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
basenc coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
cat cat: use write_end_of_line to avoid duplicate code 2024-10-02 15:21:35 +02:00
chcon coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
chgrp coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
chmod coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
chown coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
chroot coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
cksum Fix clippy::uninlined_format_args . 2024-09-19 17:56:27 -04:00
comm Fix clippy::inconsistent_struct_constructor. 2024-09-24 20:33:08 -04:00
cp Fix clippy::uninlined_format_args . 2024-09-19 17:56:27 -04:00
csplit clippy: fix warnings introduced by Rust 1.80 2024-07-25 16:34:02 +02:00
cut Fix clippy::inconsistent_struct_constructor. 2024-09-24 20:33:08 -04:00
date Fix clippy::uninlined_format_args . 2024-09-19 17:56:27 -04:00
dd dd: fix issue #5905 (different error msg from GNU) (#6622) 2024-09-07 15:34:03 +02:00
df Fix clippy::inconsistent_struct_constructor. 2024-09-24 20:33:08 -04:00
dir coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
dircolors Fix clippy::uninlined_format_args . 2024-09-19 17:56:27 -04:00
dirname coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
du Fix clippy::uninlined_format_args . 2024-09-19 17:56:27 -04:00
echo coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
env Fix clippy::uninlined_format_args . 2024-09-19 17:56:27 -04:00
expand coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
expr Fix clippy::uninlined_format_args . 2024-09-19 17:56:27 -04:00
factor Fix clippy::uninlined_format_args . 2024-09-19 17:56:27 -04:00
false coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
fmt Fix clippy::inconsistent_struct_constructor. 2024-09-24 20:33:08 -04:00
fold coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
groups coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
hashsum Fix clippy::cloned_instead_of_copied. 2024-09-24 20:33:08 -04:00
head coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
hostid coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
hostname hostname: use dns-lookup crate to get the network address(es) of the host 2024-07-09 22:44:16 +02:00
id coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
install coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
join dircolors+join+sleep: optimize int and string ops as required by clippy nightly 2024-08-11 23:56:30 +02:00
kill Fix clippy::uninlined_format_args . 2024-09-19 17:56:27 -04:00
link coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
ln ln: allow final destination directory when using -nf (#5975) 2024-09-17 11:28:34 +02:00
logname coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
ls Fix clippy::flat_map_option. 2024-09-24 20:33:08 -04:00
mkdir `mkdir: added acl` permissions inheritance for subdirectories (#6676) 2024-09-11 21:35:25 +02:00
mkfifo coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
mknod coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
mktemp coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
more coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
mv mv: gnu test case mv-n compatibility (#6599) 2024-09-14 09:11:17 +02:00
nice coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
nl coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
nohup Merge pull request #6505 from Its-Just-Nans/fix-clippy-errors 2024-06-30 18:55:51 +02:00
nproc coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
numfmt Fix clippy::uninlined_format_args . 2024-09-19 17:56:27 -04:00
od Fix clippy::unreadable_literal. 2024-09-19 18:08:51 -04:00
paste Fix clippy::uninlined_format_args . 2024-09-19 17:56:27 -04:00
pathchk coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
pinky coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
pr coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
printenv coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
printf printf: delete unused file 2024-10-01 12:58:59 +02:00
ptx Fix clippy::cloned_instead_of_copied. 2024-09-24 20:33:08 -04:00
pwd coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
readlink coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
realpath clippy: fix warnings introduced by Rust 1.80 2024-07-25 16:34:02 +02:00
rm coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
rmdir coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
runcon Fix obvious clippy warnings. 2024-09-19 14:19:59 -04:00
seq seq: allow "fuzzing" as cfg condition name 2024-07-23 15:58:57 +02:00
shred coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
shuf coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
sleep coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
sort Merge pull request #6535 from sylvestre/sort 2024-07-05 09:45:54 +02:00
split Fix clippy::uninlined_format_args . 2024-09-19 17:56:27 -04:00
stat Fix clippy::uninlined_format_args . 2024-09-19 17:56:27 -04:00
stdbuf Fix clippy::uninlined_format_args . 2024-09-19 17:56:27 -04:00
stty coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
sum coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
sync replace crash! with UResult in sync 2024-07-07 12:18:21 +02:00
tac coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
tail tail: adapt to windows-sys API change 2024-09-07 16:49:25 +02:00
tee coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
test test: fix "unused imports" warning on Redox 2024-09-14 09:36:18 +02:00
timeout coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
touch Fix clippy::uninlined_format_args . 2024-09-19 17:56:27 -04:00
tr Merge pull request #6748 from dcampbell24/fix-clippy-reduced-commits-try-try-again 2024-09-30 09:34:10 +02:00
true coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
truncate coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
tsort Fix clippy::uninlined_format_args . 2024-09-19 17:56:27 -04:00
tty coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
uname coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
unexpand coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
uniq coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
unlink coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
uptime uptime: add support for OpenBSD using utmp 2024-06-30 16:17:04 +02:00
users users: use Option instead of Vec for file arg 2024-10-01 16:41:29 +02:00
vdir coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
wc wc: adapt to API changes of uucore/pipes 2024-08-14 17:19:37 +02:00
who coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
whoami coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
yes yes: adapt to API changes of uucore/pipes 2024-08-14 17:38:56 +02:00