Commit graph

1415 commits

Author SHA1 Message Date
Steven Allen
903bb00189 Cleanup sync.
* Use slicing syntax.
* Don't unnecessarily use the match binding syntax.
2015-01-25 01:46:55 -05:00
Steven Allen
7647a37bf8 Cleanup cat: use slicing syntax. 2015-01-25 01:21:31 -05:00
Alex Lyon
70c6fb0887 Merge pull request #506 from Stebalien/yes-cleanup
Cleanup `yes`
2015-01-24 20:25:04 -08:00
Steven Allen
8a101b2203 Cleanup cat: use while let instead of loop then match. 2015-01-24 22:53:27 -05:00
Steven Allen
9326dbc3de Cleanup cat: open files in for loop header. 2015-01-24 22:52:40 -05:00
Steven Allen
e7f80e9826 Cleanup yes
Mostly avoid copying where not needed.
2015-01-24 22:42:16 -05:00
dokaptur
ec4182fcf1 stdbuf - install multicall 2015-01-25 00:39:30 +01:00
dokaptur
b71df2fd78 prepare_libs in Makefile 2015-01-25 00:39:30 +01:00
dokaptur
563c9ab34e preloading improvement 2015-01-25 00:39:06 +01:00
dokaptur
32259aadda basic version 1 2015-01-25 00:38:20 +01:00
Heather
6c897dc76c Merge pull request #504 from ebfe/slice
Replace deprecated slice_{to,from} with slicing syntax
2015-01-24 18:47:46 +03:00
Heather
c4365b75c6 Merge pull request #505 from ebfe/fix-build
sort: fix build
2015-01-24 18:40:06 +03:00
Michael Gehring
fbdf04c072 Replace deprecated slice_{to,from} with slicing syntax 2015-01-24 10:46:28 +01:00
Michael Gehring
78408fda78 sort: fix build 2015-01-24 09:50:33 +01:00
Heather
84bc38ee84 Merge pull request #503 from ebfe/fix-build
Fix build with rust master
2015-01-24 07:41:00 +03:00
Michael Gehring
cb1dd390bb base64, cp: fix build 2015-01-24 03:56:37 +01:00
Michael Gehring
c32caba9b6 Update dependencies 2015-01-24 03:43:48 +01:00
Michael Gehring
3f3bf1ff88 Merge pull request #500 from TomGenco/patch-1
uname: change trim_left() to trim()
2015-01-13 23:40:34 +01:00
Tom Genco
406735e6f2 uname: change trim_left() to trim()
Otherwise all options have a space at the end, causing a warning in grml zsh config, and who knows what else.
2015-01-13 15:04:21 -07:00
Alex Lyon
46281bd56a Merge pull request #477 from lht/readlink
Implement readlink
2015-01-13 10:55:17 -08:00
Haitao Li
a6750e90a7 Implement readlink
Fixes #111
2015-01-13 22:21:23 +11:00
Heather
08660a53a7 Merge pull request #499 from Arcterus/master
Make dependency info usable for test, sync, true, and false
2015-01-11 09:30:08 +03:00
Arcterus
41cc268df8 Make dependency info usable for test, sync, true, and false 2015-01-10 13:00:15 -08:00
Michael Gehring
39edd1181b Merge pull request #498 from Arcterus/master
Remove warning about dep-info being deprecated
2015-01-10 21:35:47 +01:00
Arcterus
7838e839aa Remove warning about dep-info being deprecated 2015-01-10 12:13:25 -08:00
Heather
76bb7163d2 Merge pull request #497 from ebfe/fix-build-alpha
Fix build with rust alpha
2015-01-10 23:01:16 +03:00
Michael Gehring
c3fb3fe23f make: disable deps/time build and use rust-crypto/deps/time instead 2015-01-10 20:38:57 +01:00
Michael Gehring
58bd009a9e Remove unused imports 2015-01-10 20:44:57 +01:00
Michael Gehring
6aef8cc38c Don't link to regex_macros 2015-01-10 20:44:56 +01:00
Michael Gehring
4d6cbfa393 Disable unstable warnings for now 2015-01-10 20:44:56 +01:00
Michael Gehring
fd2536fc57 mv, sort, truncate: fix test build 2015-01-10 20:40:38 +01:00
Michael Gehring
1604c361b9 make: copy additional dependencies of rust-crypto 2015-01-10 20:40:38 +01:00
Arcterus
e142b4f23e env, expand, fmt: fix build 2015-01-10 20:40:38 +01:00
Michael Gehring
8e430d6952 nl: fix build 2015-01-10 20:40:38 +01:00
Michael Gehring
782fad4667 int/uint -> isize/usize 2015-01-10 20:40:37 +01:00
Michael Gehring
cc854698d7 relpath, tee, split, unexpand: fix build 2015-01-10 20:40:37 +01:00
Michael Gehring
8d889fc5c9 uptime, users, whoami: fix build 2015-01-10 20:40:37 +01:00
Michael Gehring
8cd7295a19 test, tr, tsort: fix build 2015-01-10 20:40:37 +01:00
Heather
9125d52bcf Merge pull request #496 from ebfe/fix-build-alpha
test, tr, tsort: fix build
2015-01-10 19:30:58 +03:00
Michael Gehring
9b748012cd test, tr, tsort: fix build 2015-01-10 17:25:52 +01:00
Heather
ec44be6034 Merge pull request #495 from ebfe/fix-build-alpha
id, nice, nohup: fix build
2015-01-10 19:23:35 +03:00
Michael Gehring
fecd3433cb id, nice, nohup: fix build 2015-01-10 16:54:45 +01:00
Heather
bdc6e0edcf Merge pull request #494 from ebfe/fix-build-alpha
More rust alpha build fixes
2015-01-10 17:49:18 +03:00
Michael Gehring
f2d49f4bb6 Make uumain return isize everywhere 2015-01-10 14:07:39 +01:00
Michael Gehring
c223e28fac uniq, wc: fix build 2015-01-10 13:49:40 +01:00
Michael Gehring
7860ef275c sort, sum tac: fix build 2015-01-10 13:49:18 +01:00
Michael Gehring
5402e69923 mkfifo, paste, shuf: fix build 2015-01-10 13:48:42 +01:00
Michael Gehring
bd1922d155 Update rust-crypt/time 2015-01-10 13:47:50 +01:00
Michael Gehring
c62bacb9fa hashsum: fix build 2015-01-10 13:18:15 +01:00
ebfe
2d488bf2b2 Merge pull request #493 from Arcterus/master
base64, cat: fix build for Rust alpha
2015-01-10 02:08:47 +01:00