Commit graph

30 commits

Author SHA1 Message Date
Michael Gehring
c5c6362782 wc: fix build with rust master 2014-06-09 10:31:42 +02:00
Michael Gehring
448f4d6d70 remove remaining uses of ~[T] 2014-05-30 10:40:36 +02: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
0ce3f0f4e1 Adapt to removal of ~str from libstd. 2014-05-23 14:28:40 +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
Michael Gehring
7a06ae081d Update to box/Box<T> syntax. 2014-05-09 03:04:58 +02:00
Arcterus
366c388d3f Update for latest Rust 2014-05-06 23:25:49 -07:00
Arcterus
4e8703e04f Fix everything but md5sum (blocked on rust-crypto) for latest Rust 2014-04-25 22:03:08 -07:00
petejodo
27ed81322c Fixed most issues caused by libc being moved from std to it's own crate.
I just did a quick pass and fixed a majority of the simple issues but
there are still some problems with the following utils:
  id
  md5sum
  tee
  uptime
  users
  whoami
2014-04-07 18:43:34 -04:00
Arcterus
e898d37736 Update for latest Rust 2014-03-31 09:40:21 -07:00
Alan Andrade
10d7a0cc9c Fix master by using Vec and adjusting 2014-03-22 02:17:27 -07:00
José Neder
786b39019b Fix master by removing extra crate,
and using max method for comparing floats
2014-03-18 09:26:42 -03:00
Alan Andrade
de21ff4c2f Move util.rs to common 2014-02-23 22:50:34 -08:00
Arcterus
47ddd7d4f2 Update for latest Rust and fixed up id for Linux 2014-02-16 13:29:31 -08:00
Arcterus
74df4d5a98 Fix programs for latest Rust and begin usage of new utility macros 2014-02-06 22:39:07 -08:00
Arcterus
0b83a0fa61 wc: fix for latest Rust when applied with @Heather's fix 2014-02-05 20:58:09 -08:00
Heather
5581cd079b fix wc due from_utf8 changes and resolve warnings 2014-02-05 08:46:43 +04:00
Heather
6ffd1ad4d6 buffread::BufferedReader -> BufferedReader 2014-01-21 10:50:38 +04:00
Heather
ee56d7b196 update code for Rust print syntax changes 2014-01-13 13:05:02 +04:00
Heather
518477b1f5 link -> crate_id, link is deprecated 2013-12-26 14:49:31 +04:00
Heather
2aa7e552f7 init -> new (reverted in rust)
from_utf8_slice -> from_utf8
2013-12-06 09:31:49 +04:00
KokaKiwi
8fd1d5a336 Fix build with latest Rust compiler. 2013-12-01 02:47:28 +01:00
Boden Garman
68e98ae5e0 fixed --max-line-length behaviour 2013-11-30 12:57:15 +11:00
Boden Garman
5000ad7f39 Fixed line count 2013-11-30 12:13:39 +11:00
Boden Garman
23bdaae577 added wc utility 2013-11-17 20:41:40 +11:00