Jordi Boggiano
|
c6fff12162
|
Merge remote-tracking branch 'Arcterus/sleep'
Conflicts:
Makefile
|
2014-01-07 01:22:24 +01:00 |
|
Jordi Boggiano
|
8c7e8c58c3
|
Reformat code
|
2014-01-07 01:09:30 +01: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
|
f60799ffc9
|
merge cat/test.rs
|
2014-01-05 16:11:09 -06:00 |
|
Nick
|
3a63b50956
|
move parent opt check, update tests
|
2014-01-05 16:03:13 -06:00 |
|
Jordi Boggiano
|
040c028089
|
Merge pull request #56 from ashleyh/fix-cat-tests
fix cat tests
|
2014-01-05 12:03:05 -08:00 |
|
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 |
|