Commit graph

22 commits

Author SHA1 Message Date
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
Arcterus
af60356f79 mkdir: improve error handling (closes #121) 2014-02-28 13:36:58 -08:00
Arcterus
8cf617d08f Fix for latest Rust 2014-02-26 19:35:50 -08: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
06e7e9767e mkdir: add -V option 2014-02-05 20:58:09 -08:00
Arcterus
384d710790 Update most utilities for latest Rust 2014-02-04 19:39:17 -08:00
Arcterus
e3ca4fdcf8 mkdir: update for latest Rust
I'm doing this from my phone, but I assume that it's okay to do this directly seeing as I merged mkdir because it was easy to fix.
2014-02-04 08:24:47 -08:00
Nick
73a19a0818 update test dir paths into tmp dir 2014-01-05 16:27:35 -06:00
Nick
9cd301f653 remove unneeded typing, swap cat and mkdir 2014-01-05 16:22:04 -06:00
Nick
3a63b50956 move parent opt check, update tests 2014-01-05 16:03:13 -06:00
Nick
233c49292d Update readme, add success message at end of tests 2014-01-03 22:39:46 -06:00
Nick
aac0a46b39 Fix test for cat, add mkdir test 2014-01-03 22:33:05 -06:00
Nick Juszczak
fc1da5a691 remove cat warning, update makefile 2014-01-03 17:32:39 -06:00
Nick Juszczak
d0c2896b16 add to makefile, basic mkdir functionality done 2014-01-01 17:32:21 -06:00
Nick Juszczak
512ae48161 mkdir init 2014-01-01 02:08:27 -06:00