Brian Anderson
|
bad19f6016
|
Remove tail return statements.
Per review feedback.
|
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 |
|
Michael Gehring
|
ecddbf22ca
|
comm: handle final lines without \n
|
2014-06-03 11:59:57 +02:00 |
|
Brian Anderson
|
2bf64159e0
|
Update to nightly
|
2014-06-02 14:07:53 -07:00 |
|
Michael Gehring
|
1bac39d509
|
silence dead code warnings in multicall build
|
2014-05-29 08:58:06 +02:00 |
|
Michael Gehring
|
13f01e4c11
|
add uutils multicall binary
|
2014-05-28 14:22:52 +02:00 |
|
Michael Gehring
|
9b3bfed359
|
to_{strbuf,owned} -> to_string
|
2014-05-28 08:33:39 +02:00 |
|
Michael Gehring
|
1bf7569084
|
StrBuf was renamed to String
|
2014-05-25 11:20:52 +02:00 |
|
Michael Gehring
|
46b9d6d78e
|
Remove the now unnecessary conversion of os::args() ret val.
|
2014-05-23 14:35:58 +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 |
|
Michael Gehring
|
577e4baef9
|
Update for getopts changes
|
2014-05-17 12:32:14 +02:00 |
|
Michael Gehring
|
dc8dc5a483
|
add comm
|
2014-05-16 20:04:46 +02:00 |
|