Commit graph

25 commits

Author SHA1 Message Date
Michael Gehring
96c32a70a5 remove use of deprecated to_err_msg 2014-06-15 12:51:03 +02:00
Arcterus
9ccf4950d4 md5sum: update rust-crypto 2014-06-13 00:08:49 -07:00
Brian Anderson
bad19f6016 Remove tail return statements.
Per review feedback.
2014-06-11 21:48:38 -07:00
Brian Anderson
1adc027382 Restore error handling to md5sum 2014-06-11 21:48:38 -07:00
Brian Anderson
0ee4fb0576 Handle exit status more consistently. #211
This changes the `uumain` functions to return the exit code as `int`.

It does not eliminate all calls to `os::set_exit_status` and `libc::exit`.
2014-06-11 21:48:38 -07:00
Heather
f8cc46d982 update submodule: rust-crypto 2014-06-09 14:21:04 +04:00
Julian Orth
7ae05b9935 prevent infinite loop 2014-06-05 22:35:32 +02:00
Brian Anderson
2bf64159e0 Update to nightly 2014-06-02 14:07:53 -07:00
Michael Gehring
9665fb0a26 update rust-crypto 2014-05-28 08:35:49 +02:00
Michael Gehring
9b3bfed359 to_{strbuf,owned} -> to_string 2014-05-28 08:33:39 +02:00
Michael Gehring
a70f858f12 Remove the unnecessary conversion of os::args() ret val
Missed these in 46b9d6d78e
2014-05-25 11:55:28 +02:00
Michael Gehring
1bf7569084 StrBuf was renamed to String 2014-05-25 11:20:52 +02:00
Michael Gehring
98855bbc2c Update rust-crypto 2014-05-24 07:11:08 +02:00
Michael Gehring
0ce3f0f4e1 Adapt to removal of ~str from libstd. 2014-05-23 14:28:40 +02:00
Michael Gehring
45526cabfc md5sum: update rust-crypto 2014-05-19 10:12:07 +02:00
Michael Gehring
577e4baef9 Update for getopts changes 2014-05-17 12:32:14 +02:00
Michael Gehring
4b9c8279ce os::args returns Vec<~str> now 2014-05-16 11:17:23 +02:00
Arcterus
3b6a1655dd md5sum: update rust-crypto 2014-05-09 09:15:12 -07:00
Michael Gehring
7a06ae081d Update to box/Box<T> syntax. 2014-05-09 03:04:58 +02:00
Arcterus
bf48ed6eb5 Add stdin (-) support to some programs 2014-05-07 16:55:53 -07:00
Arcterus
366c388d3f Update for latest Rust 2014-05-06 23:25:49 -07:00
Arcterus
e898d37736 Update for latest Rust 2014-03-31 09:40:21 -07:00
Arcterus
0192235a1a md5sum: forgot to add license 2014-03-24 23:37:28 -07:00
Arcterus
1c47132bc2 md5sum: remove unnecessary variable (thanks @huonw) 2014-03-24 19:56:57 -07:00
Arcterus
df9a296100 Implement md5sum (closes #47) 2014-03-24 16:53:35 -07:00