coreutils/src
2016-09-01 00:14:50 +02:00
..
arch arch: use utsname in libc instead 2016-08-20 11:59:58 +08:00
base32 impl: use coreopts for brevity and consistent UX 2016-08-20 10:07:24 -04:00
base64 impl: use coreopts for brevity and consistent UX 2016-08-20 10:07:24 -04:00
basename impl: use coreopts for brevity and consistent UX 2016-08-20 10:07:24 -04:00
cat impl: use coreopts for brevity and consistent UX 2016-08-20 10:07:24 -04:00
chgrp chgrp,chown: fix bug in option --preserve-root 2016-08-28 00:02:58 +08:00
chmod impl: use coreopts for brevity and consistent UX 2016-08-20 10:07:24 -04:00
chown chgrp,chown: fix bug in option --preserve-root 2016-08-28 00:02:58 +08:00
chroot impl: use coreopts for brevity and consistent UX 2016-08-20 10:07:24 -04:00
cksum impl: use coreopts for brevity and consistent UX 2016-08-20 10:07:24 -04:00
comm impl: use coreopts for brevity and consistent UX 2016-08-20 10:07:24 -04:00
cp cp: added -v/--verbose flag 2016-07-15 14:41:50 -04:00
cut impl: dryer use of coreopts 2016-08-20 10:07:24 -04:00
dircolors impl: use coreopts for brevity and consistent UX 2016-08-20 10:07:24 -04:00
dirname impl: use coreopts for brevity and consistent UX 2016-08-20 10:07:24 -04:00
du impl: use coreopts for brevity and consistent UX 2016-08-20 10:07:24 -04:00
echo impl: use coreopts for brevity and consistent UX 2016-08-20 10:07:24 -04:00
env impl: use coreopts for brevity and consistent UX 2016-08-20 10:07:24 -04:00
expand impl: use coreopts for brevity and consistent UX 2016-08-20 10:07:24 -04:00
expr Fix clippy warnings 2016-01-06 09:36:20 +01:00
factor impl: use coreopts for brevity and consistent UX 2016-08-20 10:07:24 -04:00
false Refactor and simplify build for utilities. 2015-12-07 21:56:45 -05:00
fmt impl: use coreopts for brevity and consistent UX 2016-08-20 10:07:24 -04:00
fold impl: use coreopts for brevity and consistent UX 2016-08-20 10:07:24 -04:00
groups impl: dryer use of coreopts 2016-08-20 10:07:24 -04:00
hashsum hashsum: implement SHAKE-128 and SHAKE-256 2016-08-30 17:33:18 -07:00
head impl: use coreopts for brevity and consistent UX 2016-08-20 10:07:24 -04:00
hostid impl: use coreopts for brevity and consistent UX 2016-08-20 10:07:24 -04:00
hostname impl: use coreopts for brevity and consistent UX 2016-08-20 10:07:24 -04:00
id id: use uucore::entries 2016-08-20 03:24:23 +08:00
install impl: use coreopts for brevity and consistent UX 2016-08-20 10:07:24 -04:00
kill impl: use coreopts for brevity and consistent UX 2016-08-20 10:07:24 -04:00
link impl: use coreopts for brevity and consistent UX 2016-08-20 10:07:24 -04:00
ln impl: use coreopts for brevity and consistent UX 2016-08-20 10:07:24 -04:00
logname impl: use coreopts for brevity and consistent UX 2016-08-20 10:07:24 -04:00
ls impl: use coreopts for brevity and consistent UX 2016-08-20 10:07:24 -04:00
mkdir Fix clippy warnings 2016-01-06 09:36:20 +01:00
mkfifo Fix clippy warnings 2016-01-06 09:36:20 +01:00
mknod mknod: remove repeated macro 2016-06-17 13:27:19 +08:00
mktemp mktemp: respect quiet option 2016-06-18 17:54:52 +08:00
more moved more to unix utils, minor review updates 2016-08-23 11:40:09 +01:00
mv mv: cleanup the code 2016-08-21 14:57:28 +08:00
nice Fix clippy warnings 2016-01-06 09:36:20 +01:00
nl Fix clippy warnings 2016-01-06 09:36:20 +01:00
nohup Fix clippy warnings 2016-01-06 09:36:20 +01:00
nproc Refactor and simplify build for utilities. 2015-12-07 21:56:45 -05:00
od od: finish multi-byte support 2016-09-01 00:14:50 +02:00
paste Fix clippy warnings 2016-01-06 09:36:20 +01:00
pathchk pathchk implemented (see #841) (#860) 2016-05-22 15:59:57 +04:00
pinky pinky: correct the test 2016-08-20 20:22:18 +08:00
printenv Fix clippy warnings 2016-01-06 09:36:20 +01:00
printf printf: rustfmt pass 2016-02-15 00:48:08 -05:00
ptx ptx: fix build on stable 2016-01-06 16:20:59 +01:00
pwd Refactor and simplify build for utilities. 2015-12-07 21:56:45 -05:00
readlink Fix clippy warnings 2016-01-06 09:36:20 +01:00
realpath Fix clippy warnings 2016-01-06 09:36:20 +01:00
relpath Fix clippy warnings 2016-01-06 09:36:20 +01:00
rm Fix clippy warnings 2016-01-06 09:36:20 +01:00
rmdir Fix clippy warnings 2016-01-06 09:36:20 +01:00
seq Fix clippy warnings 2016-01-06 09:36:20 +01:00
shred Fix clippy warnings 2016-01-06 09:36:20 +01:00
shuf Fix clippy warnings 2016-01-06 09:36:20 +01:00
sleep Prefer handling Duration over f32 when dealing with times. 2016-08-04 19:21:30 -04:00
sort sort --check refactor to use iterator 2016-08-13 00:42:44 +01:00
split Fix clippy warnings 2016-01-06 09:36:20 +01:00
stat stat: use uucore::entries 2016-08-20 03:10:36 +08:00
stdbuf Fix clippy warnings 2016-01-06 09:36:20 +01:00
sum Fix clippy warnings 2016-01-06 09:36:20 +01:00
sync Refactor and simplify build for utilities. 2015-12-07 21:56:45 -05:00
tac Fix clippy warnings 2016-01-06 09:36:20 +01:00
tail tail: fix bug when following /dev/stdin 2016-08-20 11:47:02 +01:00
tee Fix clippy warnings 2016-01-06 09:36:20 +01:00
test Fix clippy warnings 2016-01-06 09:36:20 +01:00
timeout Merge pull request #935 from frewsxcv/refactor-time 2016-08-04 21:17:38 -04:00
touch touch: respect -h 2016-08-28 07:12:25 +08:00
tr tr: use HashMap in stdlib instead of vec_map 2016-08-20 02:25:55 +08:00
true Refactor and simplify build for utilities. 2015-12-07 21:56:45 -05:00
truncate Fix clippy warnings 2016-01-06 09:36:20 +01:00
tsort Fix clippy warnings 2016-01-06 09:36:20 +01:00
tty Fix clippy warnings 2016-01-06 09:36:20 +01:00
uname uname: use utsname in libc instead 2016-08-20 11:59:58 +08:00
unexpand expand, unexpand: fix build on stable 2016-01-06 16:35:33 +01:00
uniq uniq: add test for case-insensitive comparison 2016-08-13 02:04:19 +08:00
unlink Fix clippy warnings 2016-01-06 09:36:20 +01:00
uptime uptime: use uucore::utmpx 2016-08-10 15:24:45 +08:00
users uucore::utmpx: change API and fix error 2016-08-11 15:41:12 +08:00
uucore uucore::fs: add fn resolve_relative_path 2016-08-28 00:02:58 +08:00
uutils fix two clippy warnings 2016-03-24 12:15:01 +01:00
wc Fix clippy warnings 2016-01-06 09:36:20 +01:00
who who: limit the parts of split host to 2 2016-08-20 20:22:18 +08:00
whoami whoami: use uucore::entries 2016-08-20 03:10:36 +08:00
yes Fix clippy warnings 2016-01-06 09:36:20 +01:00