coreutils/src/uu
Sylvestre Ledru afbe850115
Merge pull request #4279 from rivy/up.uname
change/uname ~ update and revise
2023-01-18 11:33:29 +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 remove NAME constants 2023-01-12 15:21:11 +01: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 remove NAME constants 2023-01-12 15:21:11 +01:00
comm comm: update to clap 4 2022-10-13 17:50:26 +02:00
cp cp: remove empty line from version output 2023-01-18 10:20:17 +01:00
csplit csplit: rename var to simplify format strings 2023-01-07 15:05:34 +01:00
cut remove NAME constants 2023-01-12 15:21:11 +01:00
date date: Catch panic from invalid format string (#4240) 2022-12-25 21:11:34 +01:00
dd clippy: use type name instead of Default::default 2023-01-16 10:52:28 +01:00
df clippy: use type name instead of Default::default 2023-01-16 10:52:28 +01: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 remove NAME constants 2023-01-12 15:21:11 +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 fix/expr: EXIT_CODE=1 for any return output parsable to 0 (or empty) 2022-12-29 22:49:02 -06: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 remove NAME constants 2023-01-12 15:21:11 +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: use type name instead of Default::default 2023-01-16 10:52:28 +01: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 Merge pull request #4281 from cakebaker/default_trait_access 2023-01-18 11:33:09 +01: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 remove NAME constants 2023-01-12 15:21:11 +01: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 mv: remove unnecessary "!" 2023-01-09 09:38:37 +01:00
nice uu: use normal use declarations to import macros 2022-11-17 11:49:23 +08:00
nl remove NAME constants 2023-01-12 15:21:11 +01: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 Merge pull request #4273 from cakebaker/pr_help_output 2023-01-11 14:16:05 +01: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: use type name instead of Default::default 2023-01-16 10:52:28 +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 pr,seq: simplify format strings 2023-01-06 10:39:43 +01:00
shred chore: fix wildcards that match single variant 2022-12-06 10:50:34 +01:00
shuf remove NAME constants 2023-01-12 15:21:11 +01:00
sleep fix/sleep: improve match of error output to GNU practices 2023-01-08 12:10:32 -06:00
sort clippy: use type name instead of Default::default 2023-01-16 10:52:28 +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 remove NAME constants 2023-01-12 15:21:11 +01:00
sum remove NAME constants 2023-01-12 15:21:11 +01:00
sync clippy and doc: Fix warnings, mostly needless conversions. Fix documentation warning. 2022-12-16 18:36:27 +01:00
tac remove NAME constants 2023-01-12 15:21:11 +01: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 fix/touch ~ correct usage error display text 2023-01-13 22:14:48 -06: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 docs ~ update spell-checker exceptions 2023-01-14 22:53:26 -06:00
unexpand remove NAME constants 2023-01-12 15:21:11 +01: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