Commit graph

10373 commits

Author SHA1 Message Date
aph b7721055f4 fix cat tests 2014-01-05 16:45:12 +00: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
Jordi Boggiano d296841f1c Merge pull request #50 from Arcterus/makefile
Added the ability to select which programs to compile
2013-12-30 06:22:44 -08:00
Arcterus 33bcc3156b Added build instructions and allowed selection of which tests to run 2013-12-29 10:11:27 -08:00
pabzdzdzwiagief d545e5b31f Make tee keep going on errors 2013-12-28 13:31:24 +01:00
pabzdzdzwiagief 7e260558b8 Rearrange functions in tee 2013-12-28 13:18:56 +01:00
pabzdzdzwiagief af4092124b Add standard warning function in tee 2013-12-28 13:15:47 +01:00
pabzdzdzwiagief 2d5180be07 Update crate attributes for tee 2013-12-28 12:18:00 +01:00
Jordy Dickinson 54dc1e9aca Use same crate_id form as other utils 2013-12-27 17:01:55 -05:00
Jordy Dickinson a71df867bb Remove Conf struct; put option handling in main
This is more consistent with the other utilities, and probably less
confusing.
2013-12-27 11:30:49 -05:00
Arcterus 68e4d86f9d Added the ability to select which programs to compile 2013-12-26 23:48:38 -08:00
Jordy Dickinson af57ee71db link -> crate_id; link is deprecated 2013-12-26 13:55:55 -05:00
Heather 15e7bf7e64 link -> crate_id, link is deprecated 2013-12-26 13:55:54 -05:00
Jordi Boggiano c35e2628e8 Merge pull request #49 from Heather/master
link -> crate_id, link is deprecated
2013-12-26 02:49:14 -08:00
Heather 518477b1f5 link -> crate_id, link is deprecated 2013-12-26 14:49:31 +04:00
pabzdzdzwiagief f1e8a30872 Implement tee 2013-12-23 18:12:26 +01:00
Jordy Dickinson 9cfb0645e8 Use line continuations instead of string addition
I didn't know that line continuations stripped preceding whitespace
2013-12-20 22:27:49 -05:00
Jordy Dickinson d63c268239 base64: Improve error handling 2013-12-20 16:15:27 -05:00
Jordy Dickinson 56f4c1e273 Implement base64, resolves issue #42 2013-12-20 14:34:45 -05:00
Arcterus 410a964431 Made sleep suffixes case-insensitive 2013-12-19 23:15:11 -08:00
Jordi Boggiano 400d8c01be Merge pull request #40 from Arcterus/rmdir
Implemented rmdir
2013-12-19 01:01:10 -08:00
Arcterus 90b3ad4bd2 Added the aliases -h and -V for --help and --version to rmdir 2013-12-18 17:14:54 -08:00
Arcterus fe1edd9f67 Added the aliases -h and -V for --help and --version to rm 2013-12-18 17:14:04 -08:00
Arcterus c399046c1a Added the aliases -h and -V for --help and --version to sleep 2013-12-18 17:11:59 -08:00
Arcterus 204260b739 Documentation changes for rm, resolves #36 2013-12-18 16:32:26 -08:00
Arcterus af2437b725 Implemented --interactive for rm 2013-12-18 16:11:48 -08:00
Arcterus 1d3fe8402f Implemented rmdir, which fixes #37 2013-12-18 10:42:20 -08:00
Arcterus d0936d0082 Implemented sleep, which resolves #38 2013-12-18 09:32:17 -08:00
Arcterus 2161625934 Add --verbose support to rm 2013-12-17 22:37:50 -08:00
Arcterus 2021a55775 Add more '/' checks to rm 2013-12-17 22:17:05 -08:00
Arcterus d08d8c8029 Add simple rm implementation 2013-12-17 22:09:32 -08:00
Jordi Boggiano 2d59e73fd5 Specify target version, fixes #26 2013-12-15 20:04:49 +01:00
Jordi Boggiano 51372ca037 Merge pull request #35 from Heather/master
process status returns Option now
2013-12-15 02:36:41 -08:00
Heather 5f916b88cc process status returns Option now 2013-12-15 12:25:26 +04:00
Derek Chiang 882a6403f8 Fixing time format string 2013-12-11 18:20:52 -05:00
Derek Chiang c4db2f3329 Adding partial support for formatting time 2013-12-11 05:09:45 -05:00
Jordi Boggiano 38955ec60e Merge pull request #32 from alanandrade/master
Head in progress
2013-12-10 06:57:21 -08:00
Alan Andrade b7c7c43bdd Head in progress 2013-12-09 21:25:01 -08:00
Derek Chiang a228acbb50 Correctly calculate file size using number of blocks 2013-12-09 02:11:11 -05:00
Jordi Boggiano c597925ec1 Merge pull request #30 from alanandrade/master
hostname in progress
2013-12-08 17:28:53 -08:00
Derek Chiang 9eae93e8a1 Add formatting-related logic 2013-12-08 04:22:09 -05:00
Derek Chiang 14edd5704b Implemented a few more options 2013-12-08 02:44:32 -05:00
Alan Andrade fe8c376cd1 hostname in progress 2013-12-07 22:45:24 -08:00
Derek Chiang 5ab82df876 Getting it to display the correct directory size 2013-12-08 01:36:36 -05:00
Jordi Boggiano 5ceb499e81 Merge pull request #27 from Heather/master
Apply rust language updates from 2013-12-05
2013-12-06 00:14:23 -08:00
Heather 2aa7e552f7 init -> new (reverted in rust)
from_utf8_slice -> from_utf8
2013-12-06 09:31:49 +04:00