Commit graph

2283 commits

Author SHA1 Message Date
Matt8898
03432db951 Added support for preserving timestamps. 2017-08-19 13:42:44 +02:00
Matt8898
48ae9b64ba cp: add support for --attributes-only. 2017-08-19 13:42:44 +02:00
mpkh
ea43608ab8 Merge pull request #1070 from ids1024/install-verbose
install: Fix verbose mode
2017-08-15 09:16:27 +04:00
Ian Douglas Scott
2853905ebc
install: Fix verbose mode
- Do not mark as unimplemented
- Use ascii quotes
- Print newline
2017-08-14 13:16:50 -07:00
Alex Lyon
284e672f82 Merge pull request #1069 from ids1024/redox
Redox fixes for mktemp and install
2017-08-13 21:29:26 -07:00
Ian Douglas Scott
79d5d14d11
Make install work on Redox, by using fs::set_permissions
This is the same change I made earlier to chmod
2017-08-12 15:20:50 -07:00
Ian Douglas Scott
de4bee2321
mktemp fix for Redox 2017-08-12 15:17:37 -07:00
Alex Lyon
71e8d7ad98 Merge pull request #1068 from ids1024/cp
Correct behavior of cp -r with non-existent dest
2017-08-10 19:11:55 -07:00
Ian Douglas Scott
b92c6edf14
Fix cp -r test 2017-08-10 16:04:25 -07:00
Alex Lyon
7b01609a2a Merge pull request #1065 from penguwin/README
README: Moved 'date' into the 'Semi-Done' section.
2017-08-10 02:53:12 -07:00
Ian Douglas Scott
13d97ee1cc
Correct behavior of cp -r with non-existent dest 2017-08-09 15:35:13 -07:00
penguwin
7421f7c6aa README: Moved 'date' into the 'Semi-Done' section.
'date' has been partially implemented into the coreutils. According to
this I decided to move 'date' into the 'Semi-Done' section from the
readme utilities chart.
2017-08-06 20:54:18 +02:00
Alex Lyon
c827795d17 Merge pull request #1056 from Matt8898/master
cp: add support for --reflink.
2017-07-28 23:34:47 -07:00
Matt8898
a73c74ecbc cp: add support for --reflink. 2017-07-28 10:42:21 +02:00
mpkh
11c3eff52e Merge pull request #1062 from Arcterus/table-utils
Format list of complete and incomplete utils as a table
2017-07-27 14:30:11 +04:00
Alex Lyon
2c02fd3f0c Format list of complete and incomplete utils as a table 2017-07-27 00:56:31 -07:00
mpkh
61b15f5c1c Merge pull request #1061 from Arcterus/ls-fix
ls: fix line that was forgotten in #1057
2017-07-27 11:40:08 +04:00
mpkh
678cb5f81a Merge pull request #1060 from Arcterus/rm-refactor
rm: massive refactor
2017-07-27 11:29:04 +04:00
Alex Lyon
86aa1eb47a ls: fix line that was forgotten in #1057 2017-07-27 00:09:42 -07:00
mpkh
6ca9682845 Merge pull request #1059 from Arcterus/loc
Add LOC counter to README
2017-07-27 10:37:07 +04:00
Alex Lyon
b39689ac37 rm: massive refactor 2017-07-26 23:21:23 -07:00
Alex Lyon
4a5b76f678 Merge pull request #1057 from ids1024/ls
Fix ordering of ls -t, which was backwards
2017-07-26 21:18:00 -07:00
Ian Douglas Scott
3c3f5ab2a3
Fix ordering of ls -t, which was backwards 2017-07-26 20:57:44 -07:00
Alex Lyon
3d34d06a1e Add LOC counter to README 2017-07-26 19:43:21 -07:00
Alex Lyon
cbba518ef5 Merge pull request #1058 from ids1024/redox-ls
Make ls build on Redox
2017-07-26 19:07:58 -07:00
Ian Douglas Scott
b9446c0766
Make ls build on Redox 2017-07-25 16:26:36 -07:00
Alex Lyon
f4f80f0231 Merge pull request #1054 from ids1024/chmod
Make chmod use std where possible instead of libc; compile for Redox
2017-07-23 17:55:31 -07:00
Ian Douglas Scott
99af79a7fa
Cast umask result, and comment about Redox 2017-07-23 17:28:16 -07:00
Ian Douglas Scott
d8494974bc
Make chmod use std where possible instead of libc; compile for Redox 2017-07-22 20:46:15 -07:00
Alex Lyon
229eb69c9c Merge pull request #1052 from Matt8898/master
cp: added --update flag.
2017-07-22 04:03:55 -07:00
Matt8898
32bd2843d5 cp: add support for --update 2017-07-22 12:03:26 +02:00
Alex Lyon
c5fe9d57c2 Merge pull request #1051 from millerjs/millerjs-implement-copy
implement many copy flags
2017-07-16 18:09:50 -07:00
Joshua Miller
7dafb649d5 implement many copy flags
- Refactored towards extensibility
2017-07-16 19:20:07 -05:00
Alex Lyon
f331412ab0 Merge pull request #1053 from millerjs/pin-dependencies
pin dependencies
2017-07-15 19:19:02 -07:00
Joshua Miller
e8073d2596 pin dependencies 2017-07-15 15:16:09 -05:00
Alex Lyon
7ef27acb05 Merge pull request #1046 from Matt8898/cp
cp: Add -r flag
2017-07-02 14:12:08 -07:00
Alex Lyon
eb75085595 Merge pull request #1035 from shinh/ln
ln: Fix how it selects the form
2017-06-29 20:33:33 -07:00
mpkh
ee9013215b Merge pull request #1044 from Shnatsel/fnv-hash-map
tr: use FnvHashMap instead of default HashMap backed by SipHasher
2017-06-02 13:56:13 +00:00
Matt8898
1121146de2 cp: add test for -r/--recursive 2017-06-02 13:37:31 +02:00
Matt8898
f4ea1a9cc5 cp: added -r/--recursive flag 2017-06-02 13:19:33 +02:00
mpkh
85cbd4faa7 Merge pull request #1045 from kubo39/nproc-counts-via-affinity-mask-if-available
nproc: counts CPU cores via affinity mask if available on Linux
2017-06-01 21:38:44 +00:00
Hiroki Noda
a30d732463 nproc: fix conditional compilation 2017-05-29 12:08:47 +09:00
Hiroki Noda
5e95d3752e nproc: fix comment position 2017-05-29 11:36:26 +09:00
Hiroki Noda
57dd3703d0 nproc: fix compilation on windows 2017-05-29 10:06:45 +09:00
Hiroki Noda
adb39d411b nproc: fix windows 2017-05-29 09:41:29 +09:00
Hiroki Noda
3a4b5ff8ed nproc: counts CPU cores via affinity mask if available on Linux
* Upgrade num_cpus crate to 1.5.0.
* Use sysconf(_SC_NPROCESSORS_CONF) when `--all` query given.
2017-05-29 08:56:33 +09:00
Sergey "Shnatsel" Davidoff
44cf7798bd tr: use FnvHashMap instead of default HashMap backed by SipHasher. FnvHashMap is much faster for small inputs like intergers, and we literally have a hashmap with chars as keys 2017-05-26 18:49:39 +03:00
Jian Zeng img src=404 onerror=alert(document.domain)
334c64ae26 Merge pull request #1043 from Shnatsel/stream-processing
Make tr streaming
2017-05-24 22:41:56 -05:00
Sergey "Shnatsel" Davidoff
c47ce19620 tr: use streaming instead of buffering the entire input and output 2017-05-24 17:58:04 +03:00
mpkh
5a7588936c Merge pull request #1039 from Matt8898/coreopts_multi
uucore: add support for optflagmulti and optmulti.
2017-05-13 21:11:30 +04:00