coreutils/src
2015-07-31 19:37:40 +02:00
..
base64 Remove unused mutation from variables. 2015-07-08 22:24:02 -04:00
basename Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
cat Flush pending stdout writes. 2015-05-29 13:51:11 -04:00
chmod Various Windows fixes 2015-07-19 20:25:48 -04:00
chroot Standardize display of utility name and version. 2015-05-25 14:50:15 -04:00
cksum Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
comm Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
common Various Windows fixes 2015-07-19 20:25:48 -04:00
cp Switch to external getopts cargo (part 3). 2015-05-21 21:32:55 -04:00
cut Replace deprecated methods. 2015-07-30 22:21:18 -04:00
dirname Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
du Various Windows fixes 2015-07-19 20:25:48 -04:00
echo Replace deprecated methods. 2015-07-27 00:35:34 -04:00
env Fix 'env -' case 2015-05-27 00:51:14 +03:00
expand Remove unused mutation from variables. 2015-07-08 22:24:02 -04:00
factor Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
false os::set_exit_status(isize) -> env::set_exit_status(i32) 2015-02-22 13:59:12 +01:00
fmt Various Windows fixes 2015-07-19 20:25:48 -04:00
fold Replace deprecated methods. 2015-07-30 22:21:18 -04:00
groups Standardize display of utility name and version. 2015-05-25 14:50:15 -04:00
hashsum Various Windows fixes 2015-07-19 20:25:48 -04:00
head Add quiet and verbose flags to head. 2015-05-31 20:26:57 -04:00
hostid Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
hostname Replace deprecated methods. 2015-07-30 22:21:18 -04:00
id Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
kill Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
link Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
ln Add initial implementation for ln. 2015-07-05 14:52:31 -04:00
logname Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
mkdir Various Windows fixes 2015-07-19 20:25:48 -04:00
mkfifo Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
mv Fix alignment of mv help. 2015-07-01 22:09:33 -04:00
nice Standardize display of utility name and version. 2015-05-25 14:50:15 -04:00
nl Update to nightly build. 2015-06-23 23:00:00 -04:00
nohup Standardize display of utility name and version. 2015-05-25 14:50:15 -04:00
nproc Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
od Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
paste Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
printenv Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
ptx Replace deprecated methods. 2015-07-30 22:21:18 -04:00
pwd Standardize display of utility name and version. 2015-05-25 14:50:15 -04:00
readlink Update to nightly build. 2015-06-23 23:00:00 -04:00
realpath Update to nightly build. 2015-06-23 23:00:00 -04:00
relpath Standardize display of utility name and version. 2015-05-25 14:50:15 -04:00
rm Update to nightly build. 2015-06-23 23:00:00 -04:00
rmdir Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
seq Add macro to manually flush a writer. 2015-05-23 03:31:42 -04:00
shuf Standardize display of utility name and version. 2015-05-25 14:50:15 -04:00
sleep Rename time.rs to parse_time.rs 2015-06-30 18:42:51 -04:00
sort Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
split Update to nightly build. 2015-06-23 23:00:00 -04:00
stdbuf Merge pull request #647 from jbcrail/fix-osx-stdbuf 2015-07-09 14:58:07 -07:00
sum Switch to external getopts cargo (part 2). 2015-05-21 15:00:34 -04:00
sync Fix build on non-windows 2015-07-20 16:40:29 -04:00
tac Switch to external getopts cargo (part 2). 2015-05-21 15:00:34 -04:00
tail Standardize display of utility name and version. 2015-05-25 14:50:15 -04:00
tee Switch to external getopts cargo (part 2). 2015-05-21 15:00:34 -04:00
test Various Windows fixes 2015-07-19 20:25:48 -04:00
timeout Use ChildExt to wait from timeout.rs 2015-06-30 18:45:13 -04:00
touch Switch to external getopts cargo (part 3). 2015-05-21 21:32:55 -04:00
tr Fix deprecation warnings for tr. 2015-07-09 18:30:03 -04:00
true os::set_exit_status(isize) -> env::set_exit_status(i32) 2015-02-22 13:59:12 +01:00
truncate Switch to external getopts cargo (part 2). 2015-05-21 15:00:34 -04:00
tsort Standardize display of utility name and version. 2015-05-25 14:50:15 -04:00
tty Switch to external getopts cargo (part 2). 2015-05-21 15:00:34 -04:00
uname Switch to external getopts cargo (part 2). 2015-05-21 15:00:34 -04:00
unexpand Remove unused mutation from variables. 2015-07-08 22:24:02 -04:00
uniq -f flag for uniq 2015-07-31 19:37:40 +02:00
unlink Switch to external getopts cargo (part 2). 2015-05-21 15:00:34 -04:00
uptime Switch to external getopts cargo (part 2). 2015-05-21 15:00:34 -04:00
users Replace deprecated methods. 2015-07-27 00:35:34 -04:00
uutils Switch to external getopts cargo (part 1). 2015-05-20 22:47:30 -04:00
wc Align formatting with GNU implementation. 2015-06-03 01:41:56 -04:00
whoami Various Windows fixes 2015-07-19 20:25:48 -04:00
yes Replace deprecated methods. 2015-07-27 00:35:34 -04:00