Heather
|
5e3183371b
|
Merge pull request #444 from ebfe/fix-deprecation
Fix deprecation warnings
|
2014-11-08 16:32:08 +04:00 |
|
Michael Gehring
|
e7b247de0b
|
Fix deprecation warnings
|
2014-11-08 07:45:33 +01:00 |
|
Heather
|
ee9d30673e
|
Merge pull request #443 from ebfe/fix-build-master
Fix build with rust master
|
2014-11-07 20:19:31 +04:00 |
|
Michael Gehring
|
bb69e46def
|
basename: fix build
|
2014-11-07 12:10:33 +01:00 |
|
Michael Gehring
|
ea791e3df6
|
Update rust-crypto
|
2014-11-07 12:08:36 +01:00 |
|
Heather
|
9cc25bad3c
|
Merge pull request #442 from ebfe/fix-build-master
std::num::parse_bytes has been removed
|
2014-11-05 15:26:14 +04:00 |
|
Michael Gehring
|
47d4b69c8a
|
std::num::parse_bytes has been removed
|
2014-11-05 12:18:43 +01:00 |
|
Heather
|
916c2ac307
|
Merge pull request #440 from ebfe/fix-build-master
Update collection paths/names
|
2014-11-04 11:29:33 +04:00 |
|
Michael Gehring
|
241c8d0f55
|
Update collection paths/names
|
2014-11-04 07:30:39 +01:00 |
|
Alex Lyon
|
714f94d066
|
Merge pull request #438 from ebfe/fix-build-master
shuf, comm: fix build
|
2014-11-03 12:56:39 -08:00 |
|
Michael Gehring
|
51d84b85cb
|
shuf: fix build
It's no longer possible to have a Box<rand::Rng> due to the new object
safety rules. Wrap in an enum as a workaround.
|
2014-11-03 19:59:23 +01:00 |
|
Michael Gehring
|
f141f8b043
|
comm: fix build
It's no longer possible to have a Box<Buffer> due to the new object
safety rules. Wrap in an enum as a workaround.
Fixes #437
|
2014-11-03 18:07:14 +01:00 |
|
Heather
|
b25c01f0f5
|
Merge pull request #436 from ebfe/fix-build-master
Partially fix build with rust master
|
2014-11-02 22:25:42 +04:00 |
|
Michael Gehring
|
71c9797bd7
|
Fix get_mut deprecation warnings
|
2014-11-02 17:10:35 +01:00 |
|
Michael Gehring
|
476bdcd9d2
|
head, tail, uutils: fix build
|
2014-11-02 16:56:00 +01:00 |
|
Heather
|
4f311e3c60
|
Merge pull request #435 from ebfe/rust-crypto
Update rust-crypto
|
2014-11-02 19:24:56 +04:00 |
|
Michael Gehring
|
c63947c17a
|
Update rust-crypto
|
2014-10-31 15:58:24 +01:00 |
|
Alex Lyon
|
03f26845d7
|
Merge pull request #432 from awestroke/more_mv_test_cases
More mv tests and use cases
|
2014-10-31 01:30:54 -07:00 |
|
Heather
|
9c578ad9ca
|
Merge pull request #433 from ebfe/fix-build-master
fail! -> panic!
|
2014-10-31 08:19:31 +04:00 |
|
Michael Gehring
|
3244416b19
|
fail! -> panic!
|
2014-10-30 10:06:47 +01:00 |
|
Orvar Segerström
|
019abb993e
|
More mv tests and use cases
|
2014-10-30 08:47:26 +01:00 |
|
Alex Lyon
|
3ee7627c6c
|
Merge pull request #427 from awestroke/feature_mv
MV implementation
|
2014-10-26 13:27:10 -07:00 |
|
Orvar Segerström
|
beba02757e
|
MV implementation
Support for all commandline options except one, see src/mv/mv.rs
Many tests, included a todo list of more tests too, see tests/mv.rs
|
2014-10-26 11:27:28 +01:00 |
|
Heather
|
e3873904a9
|
Merge pull request #430 from Arcterus/nproc
nproc: support --all and --ignore and respect OMP_NUM_THREADS
|
2014-10-26 09:22:19 +04:00 |
|
Heather
|
b02f9a9671
|
Merge pull request #428 from Arcterus/chmod
Implement most of chmod
|
2014-10-26 09:21:20 +04:00 |
|
Arcterus
|
58f158de97
|
nproc: support --all and --ignore and respect OMP_NUM_THREADS
|
2014-10-25 22:10:47 -07:00 |
|
Heather
|
7ad692c8e4
|
Update README.md
|
2014-10-26 07:54:37 +03:00 |
|
Heather
|
2ad86775d8
|
Merge pull request #429 from Arcterus/fix-master
cut: fix deprecation warnings
|
2014-10-26 07:47:00 +03:00 |
|
Arcterus
|
894daea5c1
|
cut: fix deprecation warnings
|
2014-10-25 21:28:24 -07:00 |
|
Arcterus
|
7abc6c007a
|
Implement most of chmod
|
2014-10-25 20:32:40 -07:00 |
|
Heather
|
483d0d0941
|
Merge pull request #426 from ebfe/nproc
add nproc
|
2014-10-25 19:49:05 +04:00 |
|
Michael Gehring
|
09af3ecaa2
|
add nproc
|
2014-10-25 17:33:09 +02:00 |
|
Heather
|
1f37abcc9c
|
Merge pull request #425 from ebfe/test
Drop BigInt support from test
|
2014-10-21 16:37:52 +04:00 |
|
Michael Gehring
|
3ecf41cffe
|
Drop BigInt support from test
|
2014-10-21 14:13:44 +02:00 |
|
Heather
|
ac38a2a799
|
Merge pull request #424 from ebfe/fix-build-master
tee: fix build
|
2014-10-21 15:52:38 +04:00 |
|
Michael Gehring
|
5051a231dc
|
uniq: fix build
|
2014-10-21 13:39:36 +02:00 |
|
Michael Gehring
|
f771d5dbc3
|
tee: fix build
|
2014-10-21 13:36:10 +02:00 |
|
Heather
|
5fcb808efc
|
Merge pull request #423 from Arcterus/test-tests
test: add some tests for -a and -o
|
2014-10-21 09:21:30 +04:00 |
|
Arcterus
|
ccc6772646
|
test: add some tests for -a and -o
|
2014-10-20 22:04:17 -07:00 |
|
Heather
|
3be4654e88
|
Merge pull request #422 from Arcterus/die-warnings-die
Get rid of warnings
|
2014-10-20 08:16:01 +04:00 |
|
Arcterus
|
053bad9a25
|
Get rid of warnings
|
2014-10-19 11:54:17 -07:00 |
|
Alex Lyon
|
ea5d67f8dc
|
Merge pull request #420 from skv-headless/move_util
move utility
|
2014-10-19 11:50:15 -07:00 |
|
skv
|
9f20647984
|
move_util
|
2014-10-19 22:41:11 +04:00 |
|
Alex Lyon
|
fdc55d48bd
|
Merge pull request #421 from yincrash/yin_sort_rebased
basic byte and numeric sort rebased and squashed
|
2014-10-18 15:56:30 -07:00 |
|
Michael Yin
|
bde6d8d643
|
basic byte and numeric sort
tests for numeric sort
|
2014-10-18 18:33:18 -04:00 |
|
Heather
|
9c27aac8fe
|
Merge pull request #414 from Arcterus/test-fix
test: fix -a and -o
|
2014-10-18 10:38:52 +04:00 |
|
Arcterus
|
88ad6710f5
|
test: fix -a and -o by using operator precedence
|
2014-10-17 17:08:18 -07:00 |
|
Alex Lyon
|
d71a8974e9
|
Merge pull request #419 from jaysh/cp-tests
Introduce a test for `cp'.
|
2014-10-14 00:31:24 -07:00 |
|
Jay Shah
|
eb2415fb90
|
Introduce a test for `cp'.
|
2014-10-14 08:13:18 +01:00 |
|
I'm Blood Elf ... And What !?
|
5b0fb6a1cc
|
Merge pull request #418 from ebfe/uniq
uniq: crate_id -> crate_name
|
2014-10-11 20:14:17 +04:00 |
|