Commit graph

17 commits

Author SHA1 Message Date
Arcterus bc6cd77132 Update for lastest Rust 2014-07-19 18:13:55 -07:00
Michael Gehring a0b3b710c2 Update for crate_id related changes 2014-07-06 12:34:50 +02:00
Michael Gehring 30bba07f9c always build multicall binary
squashed:
	a2c6b27 - build: automatically generate main() files
	c942f0f - remove MULTICALL=1 build from travis
	cb7b35b - make: remove unnecessary shell command
	69bbb31 - update README
	03a3168 - all: move main() into separate file that links against util crate
	8276384 - make: always build multicall binary
	aa4edeb - make: avoid 'rustc --crate-file-name'
2014-06-26 10:26:16 +02:00
Michael Gehring 96c32a70a5 remove use of deprecated to_err_msg 2014-06-15 12:51:03 +02:00
Brian Anderson bad19f6016 Remove tail return statements.
Per review feedback.
2014-06-11 21:48:38 -07:00
Brian Anderson 4731928558 Fix typo 2014-06-11 21:48:38 -07:00
Brian Anderson 8fbfe24176 Make show_error! not set the exit code. #211 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 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 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 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
Michael Gehring 91b9b4b441 tr: use SmallIntMap instead of HashMap 2014-05-18 21:42:25 +02:00
Michael Gehring dded5fb80d add tr 2014-05-18 17:59:13 +02:00