coreutils/src
2015-05-03 11:49:13 +02:00
..
base64 remove box_syntax feature from fmt, base64, cat 2015-04-29 01:09:26 -04:00
basename clean up #![features] 2015-04-27 15:27:15 -04:00
cat remove box_syntax feature from fmt, base64, cat 2015-04-29 01:09:26 -04:00
chmod update chmod for latest stdlib changes 2015-04-26 16:12:19 -04:00
chroot clean up #![features] 2015-04-27 15:27:15 -04:00
cksum dependency builds use Cargo 2015-04-25 22:18:03 -04:00
comm feature io -> old_io, path -> old_path 2015-02-22 13:59:12 +01:00
common update chroot (not quite working yet) 2015-04-26 16:12:19 -04:00
cp feature io -> old_io, path -> old_path 2015-02-22 13:59:12 +01:00
cut feature io -> old_io, path -> old_path 2015-02-22 13:59:12 +01:00
dirname Fix dirname. 2015-04-29 21:20:08 -04:00
du dependency builds use Cargo 2015-04-25 22:18:03 -04:00
echo clean up #![features] 2015-04-27 15:27:15 -04:00
env feature io -> old_io, path -> old_path 2015-02-22 13:59:12 +01:00
expand fix/rewrite expand 2015-04-29 01:09:27 -04:00
factor feature io -> old_io, path -> old_path 2015-02-22 13:59:12 +01:00
false os::set_exit_status(isize) -> env::set_exit_status(i32) 2015-02-22 13:59:12 +01:00
fmt remove box_syntax feature from fmt, base64, cat 2015-04-29 01:09:26 -04:00
fold Closure syntax 2015-03-08 19:06:04 +01:00
groups Fix groups and logname. 2015-04-30 17:56:35 -04:00
hashsum dependency builds use Cargo 2015-04-25 22:18:03 -04:00
head Fix head and tail. 2015-04-29 02:37:29 -04:00
hostid Fix hostid and pwd. 2015-05-01 22:00:53 -04:00
hostname Update to the new integer suffixes 2015-02-22 13:59:57 +01:00
id c_str_to_bytes -> CStr::from_ptr 2015-02-22 13:59:57 +01:00
kill feature io -> old_io, path -> old_path 2015-02-22 13:59:12 +01:00
link feature io -> old_io, path -> old_path 2015-02-22 13:59:12 +01:00
logname Fix groups and logname. 2015-04-30 17:56:35 -04:00
mkdir feature io -> old_io, path -> old_path 2015-02-22 13:59:12 +01:00
mkfifo CString::from_slice -> CString::new 2015-02-22 13:59:57 +01:00
mv Closure syntax 2015-03-08 19:06:04 +01:00
nice CString::from_slice -> CString::new 2015-02-22 13:59:57 +01:00
nl dependency builds use Cargo 2015-04-25 22:18:03 -04:00
nohup CString::from_slice -> CString::new 2015-02-22 13:59:57 +01:00
nproc os::set_exit_status(isize) -> env::set_exit_status(i32) 2015-02-22 13:59:12 +01:00
od Integer type changes 2015-03-08 19:06:30 +01:00
paste feature io -> old_io, path -> old_path 2015-02-22 13:59:12 +01:00
printenv Fix printenv. 2015-05-01 15:54:49 -04:00
pwd Remove quotes from current directory. 2015-05-02 21:05:30 -04:00
readlink feature io -> old_io, path -> old_path 2015-02-22 13:59:12 +01:00
realpath Update to the new integer suffixes 2015-02-22 13:59:57 +01:00
relpath feature io -> old_io, path -> old_path 2015-02-22 13:59:12 +01:00
rm feature io -> old_io, path -> old_path 2015-02-22 13:59:12 +01:00
rmdir feature io -> old_io, path -> old_path 2015-02-22 13:59:12 +01:00
seq make seq build on nightly 2015-04-25 22:09:06 -04:00
shuf feature io -> old_io, path -> old_path 2015-02-22 13:59:12 +01:00
sleep feature io -> old_io, path -> old_path 2015-02-22 13:59:12 +01:00
sort feature io -> old_io, path -> old_path 2015-02-22 13:59:12 +01:00
split Integer type changes 2015-03-08 19:06:30 +01:00
stdbuf Integer type changes 2015-03-08 19:06:30 +01:00
sum feature io -> old_io, path -> old_path 2015-02-22 13:59:12 +01:00
sync clean up #![features] 2015-04-27 15:27:15 -04:00
tac feature io -> old_io, path -> old_path 2015-02-22 13:59:12 +01:00
tail Remove redundant length checks. 2015-04-29 02:37:29 -04:00
tee feature io -> old_io, path -> old_path 2015-02-22 13:59:12 +01:00
test Closure syntax 2015-03-08 19:06:04 +01:00
timeout Update feature flags 2015-02-22 13:59:57 +01:00
touch dependency builds use Cargo 2015-04-25 22:18:03 -04:00
tr fix tr and its test 2015-04-29 01:31:16 -04:00
true os::set_exit_status(isize) -> env::set_exit_status(i32) 2015-02-22 13:59:12 +01:00
truncate Fix truncate and related tests. 2015-04-29 19:23:50 -04:00
tsort Fix tsort. 2015-04-29 00:01:46 -04:00
tty Fix tty. 2015-04-30 17:06:38 -04:00
uname fix uname 2015-04-27 22:06:19 -04:00
unexpand fix/rewrite unexpand and its tests 2015-04-29 01:09:27 -04:00
uniq update uniq 2015-04-27 15:27:15 -04:00
unlink fix unlink 2015-04-29 01:09:26 -04:00
uptime fix uptime 2015-04-27 22:00:19 -04:00
users fix users 2015-04-27 17:38:39 -04:00
uutils fix build infrastructure ; modernize library use 2015-04-18 19:55:32 -04:00
wc fix wc 2015-04-27 18:19:56 -04:00
whoami fix whoami 2015-04-27 17:31:53 -04:00
yes update yes 2015-04-27 15:27:15 -04:00