coreutils/src/uu
2022-12-26 10:23:20 +01:00
..
arch update to platform-info 1.0.1 2022-11-08 21:50:14 +01:00
base32 base{32, 64, enc}: update to clap 4 2022-10-13 16:22:24 +02:00
base64 Version 0.0.16 2022-10-11 23:03:39 +02:00
basename chore: standardize creation of empty strings 2022-12-01 13:49:23 +01:00
basenc base{32, 64, enc}: update to clap 4 2022-10-13 16:22:24 +02:00
cat cat: update to clap 4 2022-10-13 16:22:47 +02:00
chcon clippy fixes 2022-10-23 13:56:20 -04:00
chgrp clippy fixes 2022-10-23 13:56:20 -04:00
chmod build(deps): bump libc from 0.2.136 to 0.2.137 2022-10-26 06:42:06 +00:00
chown Merge pull request #4081 from sylvestre/chown-sep 2022-10-26 11:24:35 +02:00
chroot chroot: update to clap 4 2022-10-13 17:50:23 +02:00
cksum clippy and doc: Fix warnings, mostly needless conversions. Fix documentation warning. 2022-12-16 18:36:27 +01:00
comm comm: update to clap 4 2022-10-13 17:50:26 +02:00
cp Merge pull request #4184 from jfinkels/cp-verbose 2022-12-12 21:31:15 +01:00
csplit clippy: fix some "unnested or-patterns" warnings 2022-12-20 16:07:37 +01:00
cut cut: remove unnecessary return type 2022-11-29 22:52:58 +01:00
date date: Catch panic from invalid format string (#4240) 2022-12-25 21:11:34 +01:00
dd uucore: add options to parse_size::Parser to support parse_byte_count() in sort.rs 2022-12-26 10:23:20 +01:00
df clippy fixes 2022-10-23 13:56:20 -04:00
dir Remove unused dependencies 2022-11-03 21:14:38 +01:00
dircolors clippy and doc: Fix warnings, mostly needless conversions. Fix documentation warning. 2022-12-16 18:36:27 +01:00
dirname dirname: update to clap 4 2022-10-13 17:50:29 +02:00
du clippy and doc: Fix warnings, mostly needless conversions. Fix documentation warning. 2022-12-16 18:36:27 +01:00
echo chore: standardize creation of empty strings 2022-12-01 13:49:23 +01:00
env uu: use normal use declarations to import macros 2022-11-17 11:49:23 +08:00
expand uu: use normal use declarations to import macros 2022-11-17 11:49:23 +08:00
expr expr: update help to markdown syntax 2022-11-29 22:54:41 +01:00
factor clippy and doc: Fix warnings, mostly needless conversions. Fix documentation warning. 2022-12-16 18:36:27 +01:00
false false: update to clap 4 2022-10-13 17:50:29 +02:00
fmt chore: standardize creation of empty strings 2022-12-01 13:49:23 +01:00
fold clippy and doc: Fix warnings, mostly needless conversions. Fix documentation warning. 2022-12-16 18:36:27 +01:00
groups uu: use normal use declarations to import macros 2022-11-17 11:49:23 +08:00
hashsum chore: fix wildcards that match single variant 2022-12-06 10:50:34 +01:00
head clippy fixes 2022-10-23 13:56:20 -04:00
hostid build(deps): bump libc from 0.2.136 to 0.2.137 2022-10-26 06:42:06 +00:00
hostname clippy fixes 2022-10-23 13:56:20 -04:00
id uu: use normal use declarations to import macros 2022-11-17 11:49:23 +08:00
install install: fix issue #3814 (#3950) 2022-12-06 09:11:23 +01:00
join uu: use normal use declarations to import macros 2022-11-17 11:49:23 +08:00
kill uu: use normal use declarations to import macros 2022-11-17 11:49:23 +08:00
link link: update to clap 4 2022-10-13 17:50:33 +02:00
ln clippy and doc: Fix warnings, mostly needless conversions. Fix documentation warning. 2022-12-16 18:36:27 +01:00
logname uu: use normal use declarations to import macros 2022-11-17 11:49:23 +08:00
ls clippy: Allow some unnecessary casts 2022-12-16 18:37:50 +01:00
mkdir uu: use normal use declarations to import macros 2022-11-17 11:49:23 +08:00
mkfifo uu: use normal use declarations to import macros 2022-11-17 11:49:23 +08:00
mknod build(deps): bump libc from 0.2.136 to 0.2.137 2022-10-26 06:42:06 +00:00
mktemp chore: standardize creation of empty strings 2022-12-01 13:49:23 +01:00
more uu: use normal use declarations to import macros 2022-11-17 11:49:23 +08:00
mv clippy and doc: Fix warnings, mostly needless conversions. Fix documentation warning. 2022-12-16 18:36:27 +01:00
nice uu: use normal use declarations to import macros 2022-11-17 11:49:23 +08:00
nl build(deps): bump regex from 1.6.0 to 1.7.0 2022-11-06 13:55:24 +00:00
nohup uu: use normal use declarations to import macros 2022-11-17 11:49:23 +08:00
nproc build(deps): bump num_cpus from 1.13.1 to 1.14.0 2022-11-04 06:07:50 +00:00
numfmt clippy: fix some "unnested or-patterns" warnings 2022-12-20 16:07:37 +01:00
od clippy: fix some "unnested or-patterns" warnings 2022-12-20 16:07:37 +01:00
paste paste: update to clap 4 2022-10-13 17:50:40 +02:00
pathchk build(deps): bump libc from 0.2.136 to 0.2.137 2022-10-26 06:42:06 +00:00
pinky clippy: Allow some unnecessary casts 2022-12-16 18:37:50 +01:00
pr uu: use normal use declarations to import macros 2022-11-17 11:49:23 +08:00
printenv Weird env variable names should trigger an error. 2022-11-06 17:35:00 +01:00
printf uucore: add sprintf() function 2022-12-02 07:48:36 +01:00
ptx clippy and doc: Fix warnings, mostly needless conversions. Fix documentation warning. 2022-12-16 18:36:27 +01:00
pwd clippy and doc: Fix warnings, mostly needless conversions. Fix documentation warning. 2022-12-16 18:36:27 +01:00
readlink uu: use normal use declarations to import macros 2022-11-17 11:49:23 +08:00
realpath clippy and doc: Fix warnings, mostly needless conversions. Fix documentation warning. 2022-12-16 18:36:27 +01:00
relpath relpath: update to clap 4 2022-10-13 17:50:40 +02:00
rm clippy: Allow some unnecessary casts 2022-12-16 18:37:50 +01:00
rmdir uu: use normal use declarations to import macros 2022-11-17 11:49:23 +08:00
runcon runcon: update to clap 4 2022-10-13 17:50:40 +02:00
seq uucore: add sprintf() function 2022-12-02 07:48:36 +01:00
shred chore: fix wildcards that match single variant 2022-12-06 10:50:34 +01:00
shuf shuf: update to clap 4 2022-10-13 17:50:40 +02:00
sleep sleep: update to clap 4 2022-10-13 17:50:40 +02:00
sort uucore: add options to parse_size::Parser to support parse_byte_count() in sort.rs 2022-12-26 10:23:20 +01:00
split clippy and doc: Fix warnings, mostly needless conversions. Fix documentation warning. 2022-12-16 18:36:27 +01:00
stat stat: remove unused import 2022-11-19 17:37:59 +08:00
stdbuf uu: use normal use declarations to import macros 2022-11-17 11:49:23 +08:00
stty stty: update to clap 4 2022-10-13 17:50:40 +02:00
sum uu: use normal use declarations to import macros 2022-11-17 11:49:23 +08:00
sync clippy and doc: Fix warnings, mostly needless conversions. Fix documentation warning. 2022-12-16 18:36:27 +01:00
tac tac: update to clap 4 2022-10-13 17:50:43 +02:00
tail tests/tail: Add all additional tests written during refactoring tail from tip of refactoring branch 2022-12-13 16:16:14 +01:00
tee clippy: fix some "unnested or-patterns" warnings 2022-12-20 16:07:37 +01:00
test build(deps): bump libc from 0.2.136 to 0.2.137 2022-10-26 06:42:06 +00:00
timeout uucore/process: remove custom ExitStatus 2022-12-02 12:25:14 +01:00
touch touch: add support for some relative times 2022-11-29 22:53:13 +01:00
tr uu: use normal use declarations to import macros 2022-11-17 11:49:23 +08:00
true true: update to clap 4 2022-10-13 17:50:43 +02:00
truncate truncate: update to clap 4 2022-10-13 17:50:43 +02:00
tsort tsort: update to clap 4 2022-10-13 17:50:43 +02:00
tty tty: update to clap 4 2022-10-13 17:50:43 +02:00
uname update to platform-info 1.0.1 2022-11-08 21:50:14 +01:00
unexpand uu: use normal use declarations to import macros 2022-11-17 11:49:23 +08:00
uniq clippy fixes 2022-10-23 13:56:20 -04:00
unlink unlink: update to clap 4 2022-10-13 17:50:43 +02:00
uptime clippy and doc: Fix warnings, mostly needless conversions. Fix documentation warning. 2022-12-16 18:36:27 +01:00
users users: update to clap 4 2022-10-13 17:50:43 +02:00
vdir Remove unused dependencies 2022-11-03 21:14:38 +01:00
wc uu: use normal use declarations to import macros 2022-11-17 11:49:23 +08:00
who clippy and doc: Fix warnings, mostly needless conversions. Fix documentation warning. 2022-12-16 18:36:27 +01:00
whoami clippy and doc: Fix warnings, mostly needless conversions. Fix documentation warning. 2022-12-16 18:36:27 +01:00
yes build(deps): bump libc from 0.2.136 to 0.2.137 2022-10-26 06:42:06 +00:00