Commit graph

560 commits

Author SHA1 Message Date
Michael Gehring
0ce3f0f4e1 Adapt to removal of ~str from libstd. 2014-05-23 14:28:40 +02:00
Heather
db9d8c046a Merge pull request #181 from ebfe/fix-build-master
md5sum: update rust-crypto
2014-05-19 01:18:04 -07:00
Michael Gehring
45526cabfc md5sum: update rust-crypto 2014-05-19 10:12:07 +02:00
Arcterus
af33a33bee Merge pull request #180 from ebfe/tr
tr: speed up and add '--complement'
2014-05-18 13:30:37 -07:00
Michael Gehring
358b7a1155 tr: add -c/-d tests 2014-05-18 22:20:07 +02:00
Michael Gehring
5fb465a9cd tr: add --complement 2014-05-18 22:14:27 +02:00
Michael Gehring
1669c76442 tr: use BitvSet instead of HashSet 2014-05-18 21:47:53 +02:00
Arcterus
99dca744ed Merge pull request #178 from ebfe/comm
comm: add --version and --output-delimiter
2014-05-18 12:43:45 -07:00
Arcterus
795170de92 Merge pull request #179 from ebfe/mkdir
mkdir: exit with error if no directory given
2014-05-18 12:43:16 -07:00
Michael Gehring
91b9b4b441 tr: use SmallIntMap instead of HashMap 2014-05-18 21:42:25 +02:00
Michael Gehring
49f44b837d mkdir: exit with error if no directory given 2014-05-18 21:29:53 +02:00
Michael Gehring
e216c5ca79 comm: add --output-delimiter 2014-05-18 21:28:42 +02:00
Michael Gehring
c841b518d1 comm: add --version 2014-05-18 21:28:42 +02:00
Arcterus
d34d85ae37 Merge pull request #177 from ebfe/tr
Add a basic tr
2014-05-18 09:25:58 -07:00
Michael Gehring
1718fbe72c tr: add some tests 2014-05-18 17:59:41 +02:00
Michael Gehring
dded5fb80d add tr 2014-05-18 17:59:13 +02:00
Arcterus
304766588c Merge pull request #175 from ebfe/fix-du
du: cope with path removal from FileStat
2014-05-17 10:37:26 -07:00
Michael Gehring
ff9620fcd9 du: cope with path removal from FileStat 2014-05-17 19:27:30 +02:00
Arcterus
f1f8b7252d Merge pull request #174 from ebfe/fix-cp
Add cp back to Makefile and fix build.
2014-05-17 10:12:40 -07:00
Michael Gehring
bb3ee23d8c Add cp back to Makefile and fix build. 2014-05-17 19:01:17 +02:00
Arcterus
d6c15a7f0c Merge pull request #173 from ebfe/fix-make-test
Update tests to use std::process:Command
2014-05-17 09:09:11 -07:00
Arcterus
85d7fe9081 Merge pull request #172 from ebfe/strbuf-getopts
Update for getopts changes
2014-05-17 09:07:19 -07:00
Michael Gehring
25926bab67 Update tests to use std::process:Command 2014-05-17 15:52:51 +02:00
Michael Gehring
577e4baef9 Update for getopts changes 2014-05-17 12:32:14 +02:00
Arcterus
aa466b5928 Merge pull request #171 from zvms/add-unlink
Add unlink command.
2014-05-16 17:37:27 -07:00
zvms
ee98e49514 Add unlink command. 2014-05-16 16:57:03 -07:00
Arcterus
307a1b8138 Merge pull request #170 from ebfe/cksum
add cksum
2014-05-16 14:49:36 -07:00
Michael Gehring
d4cb1d0185 add cksum 2014-05-16 23:03:13 +02:00
Arcterus
fab5d1bc03 Merge pull request #169 from ebfe/comm
add comm
2014-05-16 11:06:40 -07:00
Michael Gehring
dc8dc5a483 add comm 2014-05-16 20:04:46 +02:00
Heather
27f1605c58 Merge pull request #168 from ebfe/fix-build-master
Fix build with rust master
2014-05-16 03:26:16 -07:00
Michael Gehring
2252b1f28e env: adapt to new Process API 2014-05-16 12:04:03 +02:00
Michael Gehring
57affee103 env: os.arg() returns Vec<~str> now 2014-05-16 12:03:46 +02:00
Michael Gehring
ce05187dac base64: simplify ignore_garbage 2014-05-16 11:18:32 +02:00
Michael Gehring
93f7220a40 from_base64 returns Vec<u8> now 2014-05-16 11:18:32 +02:00
Michael Gehring
b1983536e1 growable ~[T] -> Vec<T> 2014-05-16 11:18:32 +02:00
Michael Gehring
bf26ea12b2 transmute moved to std::mem 2014-05-16 11:17:29 +02:00
Michael Gehring
4b9c8279ce os::args returns Vec<~str> now 2014-05-16 11:17:23 +02:00
Heather
ac72c6925f Merge pull request #167 from Arcterus/master
Fix travis
2014-05-13 21:34:12 -07:00
Arcterus
298da5ad40 Fix travis 2014-05-13 21:24:17 -07:00
Heather
2e4bc07208 Merge pull request #166 from Arcterus/master
md5sum: update rust-crypto
2014-05-09 09:49:23 -07:00
Arcterus
3b6a1655dd md5sum: update rust-crypto 2014-05-09 09:15:12 -07:00
Arcterus
c92779c03b Merge pull request #164 from ebfe/box-syntax
Update to box/Box<T> syntax.
2014-05-08 18:56:35 -07:00
Michael Gehring
7a06ae081d Update to box/Box<T> syntax. 2014-05-09 03:04:58 +02:00
Heather
78ed54e0b5 Merge pull request #163 from Arcterus/master
Add stdin (-) support to some programs
2014-05-07 19:21:56 -07:00
Arcterus
bf48ed6eb5 Add stdin (-) support to some programs 2014-05-07 16:55:53 -07:00
Heather
adbc4732f0 Merge pull request #162 from Arcterus/master
Update for latest Rust
2014-05-06 23:30:07 -07:00
Arcterus
366c388d3f Update for latest Rust 2014-05-06 23:25:49 -07:00
Heather Cynede
208e407748 Merge pull request #161 from Arcterus/master
Fix everything but md5sum (blocked on rust-crypto) for latest Rust
2014-04-26 09:31:48 +04:00
Arcterus
4e8703e04f Fix everything but md5sum (blocked on rust-crypto) for latest Rust 2014-04-25 22:03:08 -07:00