1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-14 17:21:04 +00:00
uutils-coreutils/src/uu
2024-10-22 11:55:49 -07:00
..
arch coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
base32 Fix "coreutils manpage base64" bug 2024-10-05 08:17:10 -05:00
base64 Fix "coreutils manpage base64" bug 2024-10-05 08:17:10 -05:00
basename coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
basenc Fix "coreutils manpage base64" bug 2024-10-05 08:17:10 -05:00
cat cat: fix #5186 by adding explicit flush. (#5256) 2024-10-06 11:31:31 +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 Finish fast decode/encode by folding in Z85 2024-09-22 08:28:20 -05:00
comm Fix clippy::inconsistent_struct_constructor. 2024-09-24 20:33:08 -04:00
cp cp: fix symlink-overwrite error-priority (#6586) 2024-10-16 08:55:43 +02: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 echo: handle multibyte escape sequences (#6803) 2024-10-22 11:03:08 +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 two bugs. Add property testing. 2024-09-24 19:25:29 -05: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 hashsum: Windows: check in binary mode by default and allow --binary/--text whcn checking 2024-10-22 11:55:49 -07: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 join: avoid extra allocations when using -i 2024-10-09 19:58:55 +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 ls: Escape dirname in recursive mode when it has a colon 2024-10-15 11:11:23 +02:00
mkdir mkdir: emit error when path is empty 2024-10-20 10:45:46 -05: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 paste: permit the delimiter list to be empty (#6714) 2024-10-10 15:36:30 +02: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: remove unused argument name from help 2024-10-21 10:36:31 -05: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 rmdir: require argument 2024-10-18 08:30:18 +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 Get rid of redox-specific code 2024-10-17 17:14:42 +03: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 doc(tsort): Add benchmarking documentation 2024-10-19 15:08:06 +02: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: fix lint error manual_unwrap_or_default on OpenBSD 2024-10-07 17:32:35 +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