1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-15 17:51:07 +00:00
uutils-coreutils/src
Roy Ivy III 45a04ce5fc refactor ~ replace deprecated trim_{left,right}... with trim_{start,end}...
- `trim_{start,end}{,_matches}` stabilized in rust v1.30.0
- `trim_{start,end}{,_matches}` deprecated (with compiler warnings) in rust v1.33.0

+ requires MinSRV >= v1.30.0

* ref: https://github.com/rust-lang/rust/blob/master/RELEASES.md
2020-01-27 21:33:47 -06:00
..
arch Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
base32 Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
base64 Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
basename Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
cat refactor/polish ~ convert to inclusive range operator syntax (..=) 2020-01-27 21:33:47 -06:00
chgrp build: bump walkdir from 2.2.7 to 2.2.8 2019-06-13 12:59:42 +00:00
chmod refactor/polish ~ convert to inclusive range operator syntax (..=) 2020-01-27 21:33:47 -06:00
chown build: bump glob from 0.2.11 to 0.3.0 2019-06-15 22:35:35 +00:00
chroot Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
cksum Add the 'dyn' keyword where necessary 2019-10-01 18:34:26 +02:00
comm Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
cp cp: use CreateFileW to increase legacy windows compatiblity 2020-01-27 21:33:46 -06:00
cut refactor/polish ~ convert to inclusive range operator syntax (..=) 2020-01-27 21:33:47 -06:00
date Add the 'dyn' keyword where necessary 2019-10-01 18:34:26 +02:00
dircolors build: bump glob from 0.2.11 to 0.3.0 2019-06-15 22:35:35 +00:00
dirname Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
du Add the 'dyn' keyword where necessary 2019-10-01 18:34:26 +02:00
echo Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
env env: fix build on Windows 2019-05-13 12:22:43 -07:00
expand Add the 'dyn' keyword where necessary 2019-10-01 18:34:26 +02:00
expr Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
factor Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
false Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
fmt refactor ~ replace deprecated trim_{left,right}... with trim_{start,end}... 2020-01-27 21:33:47 -06:00
fold refactor/polish ~ convert to inclusive range operator syntax (..=) 2020-01-27 21:33:47 -06:00
groups Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
hashsum Add the 'dyn' keyword where necessary 2019-10-01 18:34:26 +02:00
head Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
hostid Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
hostname refactor/polish ~ convert to inclusive range operator syntax (..=) 2020-01-27 21:33:47 -06:00
id Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
install Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
join Add the 'dyn' keyword where necessary 2019-10-01 18:34:26 +02:00
kill Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
link Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
ln Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
logname Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
ls ls: implement --color=auto behavior 2019-06-23 10:38:39 +02:00
mkdir Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
mkfifo Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
mknod Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
mktemp refactor/polish ~ convert to inclusive range operator syntax (..=) 2020-01-27 21:33:47 -06:00
more Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
mv Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
nice Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
nl build: bump aho-corasick from 0.6.10 to 0.7.3 2019-06-21 07:17:27 +00:00
nohup Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
nproc build: bump num_cpus from 1.10.0 to 1.10.1 2019-06-18 13:21:47 +00:00
numfmt refactor/polish ~ convert to inclusive range operator syntax (..=) 2020-01-27 21:33:47 -06:00
od Add the 'dyn' keyword where necessary 2019-10-01 18:34:26 +02:00
paste Add the 'dyn' keyword where necessary 2019-10-01 18:34:26 +02:00
pathchk Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
pinky Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
printenv Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
printf refactor/polish ~ convert to inclusive range operator syntax (..=) 2020-01-27 21:33:47 -06:00
ptx Add the 'dyn' keyword where necessary 2019-10-01 18:34:26 +02:00
pwd refactor ~ replace deprecated trim_{left,right}... with trim_{start,end}... 2020-01-27 21:33:47 -06:00
readlink Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
realpath Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
relpath Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
rm build: bump walkdir from 2.2.7 to 2.2.8 2019-06-13 12:59:42 +00:00
rmdir Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
seq Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
shred refactor/polish ~ convert to inclusive range operator syntax (..=) 2020-01-27 21:33:47 -06:00
shuf Add the 'dyn' keyword where necessary 2019-10-01 18:34:26 +02:00
sleep Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
sort Add the 'dyn' keyword where necessary 2019-10-01 18:34:26 +02:00
split refactor/polish ~ convert to inclusive range operator syntax (..=) 2020-01-27 21:33:47 -06:00
stat refactor/polish ~ convert to inclusive range operator syntax (..=) 2020-01-27 21:33:47 -06:00
stdbuf refactor/polish ~ convert to inclusive range operator syntax (..=) 2020-01-27 21:33:47 -06:00
sum Add the 'dyn' keyword where necessary 2019-10-01 18:34:26 +02:00
sync Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
tac Add the 'dyn' keyword where necessary 2019-10-01 18:34:26 +02:00
tail Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
tee Add the 'dyn' keyword where necessary 2019-10-01 18:34:26 +02:00
test Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
timeout Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
touch Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
tr Add the 'dyn' keyword where necessary 2019-10-01 18:34:26 +02:00
true Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
truncate Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
tsort Add the 'dyn' keyword where necessary 2019-10-01 18:34:26 +02:00
tty Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
uname Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
unexpand Add the 'dyn' keyword where necessary 2019-10-01 18:34:26 +02:00
uniq refactor/polish ~ convert to inclusive range operator syntax (..=) 2020-01-27 21:33:47 -06:00
unlink Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
uptime uptime: match the gnu version output 2020-01-03 22:58:11 +01:00
users Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
uutils Merge pull request #1281 from rivy/alt/win-cli-globbing 2019-02-06 23:21:53 -08:00
wc Add the 'dyn' keyword where necessary 2019-10-01 18:34:26 +02:00
who Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
whoami Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
yes Split off uucore into its own repository 2019-05-12 22:42:20 -07:00