Commit graph

465 commits

Author SHA1 Message Date
Arcterus
47ddd7d4f2 Update for latest Rust and fixed up id for Linux 2014-02-16 13:29:31 -08:00
Arcterus
834003cce5 Removed id from the to-do list and fixed typo 2014-02-16 12:44:50 -08:00
Arcterus
95790976fc Merge pull request #96 from alan-andrade/id
Id implementation
2014-02-16 12:29:36 -08:00
Alan Andrade
accdd37aeb Show all groups
-A option
Finally made work Gn and full
Add P function
Add pretty option
Added g option
Finish
2014-02-16 12:00:04 -08:00
Heather
df93eaf5f4 Merge pull request #95 from Arcterus/master
Fix for latest Rust
2014-02-15 13:58:48 +03:00
Arcterus
0c60bda074 Fix for latest Rust 2014-02-14 20:50:03 -08:00
Heather
52f17ef227 du: add -V and -h 2014-02-10 08:56:13 +04:00
Heather
801e30999f Merge pull request #93 from Arcterus/hostname
hostname: ensure that this works on Windows and improve help menu
2014-02-09 18:23:40 +03:00
Heather
4a30b69562 du --version was not implemented 2014-02-09 15:00:41 +04:00
Arcterus
fcd7b2606f Removed a couple of programs from the to-do list 2014-02-09 00:06:50 -08:00
Heather
bbfc8a9d04 Merge pull request #92 from Arcterus/master
Add status image and move users to Unix-specific commands
2014-02-09 09:26:33 +03:00
Arcterus
9d432b0a26 hostname: ensure that this works on Windows and improve help menu 2014-02-08 18:28:48 -08:00
Arcterus
79acabb381 Merge pull request #31 from alan-andrade/hostname
hostname implementation
2014-02-08 18:12:48 -08:00
Alan Andrade
b61e3dae2e Add -h help and -V version flags 2014-02-08 15:51:00 -08:00
Alan Andrade
5f02d0fc81 hostname implementation 2014-02-08 15:44:32 -08:00
Arcterus
a79728b1fb Add status image and move users to Unix-specific commands 2014-02-08 13:36:31 -08:00
Arcterus
885fc11bad Merge pull request #90 from Arcterus/users
users: port to Mac
2014-02-08 10:45:34 -08:00
Heather
146f507cdb Merge pull request #89 from Arcterus/truncate
truncate: get file size using file stat
2014-02-08 09:44:43 +03:00
Heather
b5fe551295 Merge pull request #91 from Arcterus/makefile
Add a way to prevent building of programs on Windows
2014-02-08 09:40:52 +03:00
Arcterus
cf76b793f7 users: port to Mac 2014-02-07 20:02:11 -08:00
Arcterus
ce5cd0200b Add a way to prevent building of programs on Windows 2014-02-07 19:35:03 -08:00
Arcterus
44b66c5b32 truncate: get file size using file stat 2014-02-07 19:05:53 -08:00
Heather
8a04ee296b Merge pull request #88 from Arcterus/master
Fix programs for latest Rust and begin usage of new utility macros
2014-02-07 12:11:54 +03:00
Arcterus
74df4d5a98 Fix programs for latest Rust and begin usage of new utility macros 2014-02-06 22:39:07 -08:00
Arcterus
bdb01f172c Fix typo in README 2014-02-05 21:18:03 -08:00
Heather
2e44b5b7ee Merge pull request #73 from Arcterus/truncate
Added truncate
2014-02-06 08:17:30 +03:00
Heather
28c790219a Merge pull request #84 from Arcterus/fix-cat-tests
cat: fix tests
2014-02-06 08:15:56 +03:00
Heather
e4fa660d35 Merge pull request #77 from Arcterus/master
Update most utilities for latest Rust
2014-02-06 08:14:14 +03:00
Arcterus
1bc208180d cat: fix tests 2014-02-05 21:07:36 -08:00
Arcterus
06e7e9767e mkdir: add -V option 2014-02-05 20:58:09 -08:00
Arcterus
0b83a0fa61 wc: fix for latest Rust when applied with @Heather's fix 2014-02-05 20:58:09 -08:00
Arcterus
2fa4f23d86 Merge pull request #69 from Heather/master
Important changes! [ Mostly due language Syntax changes ]
2014-02-05 20:56:18 -08:00
Arcterus
9197373843 Update for latest Rust 2014-02-05 20:19:33 -08:00
Arcterus
810936ac42 truncate: added simple tests 2014-02-05 20:19:33 -08:00
Arcterus
9877f5de19 Changed truncate to use multi-line println! 2014-02-05 20:19:08 -08:00
Arcterus
28f7f66c02 Removed truncate from the to-do list 2014-02-05 20:19:07 -08:00
Arcterus
2001c5c5ee Properly support --no-create for truncate 2014-02-05 20:19:07 -08:00
Arcterus
4a7778caf1 Handle lowercase letters 2014-02-05 20:19:07 -08:00
Arcterus
968483bdf6 Added truncate 2014-02-05 20:19:07 -08:00
Arcterus
1e239ccd80 Merge pull request #82 from dmac/seq
Implement seq
2014-02-05 20:16:48 -08:00
Daniel MacDougall
4388c72bf3 Implement seq
Fixes #81
2014-02-05 19:18:58 -08:00
Heather
d8896a18d1 use crash! macro in echo 2014-02-05 14:40:22 +04:00
Heather
f6c46024e8 crash! macros 2014-02-05 14:23:53 +04:00
Arcterus
89ad4d6c1b Merge branch 'master' of git://github.com/Heather/coreutils into Heather-master 2014-02-04 20:46:41 -08:00
Heather
c8a2b4f6e0 replace writing to stderr with fail 2014-02-05 08:46:45 +04:00
Heather
efae9b621f update cat for current Rust syntax with ugly errors handling 2014-02-05 08:46:44 +04:00
Heather
7ac3e0fb2c basename: use fail instead of writeln to stderr 2014-02-05 08:46:43 +04:00
Heather
5581cd079b fix wc due from_utf8 changes and resolve warnings 2014-02-05 08:46:43 +04:00
Heather
3e2c58a562 dirname fix according from_utf8 return option now 2014-02-05 08:46:42 +04:00
Arcterus
6d2d380a8a Remove MANY warnings 2014-02-04 20:41:11 -08:00