Sjon Hortensius
|
c34c2ea074
|
Makefile: don't symlink uutils to itself
Fix error where uutils would be symlinked to itself, resulting in:
> ln: 'uutils' and 'uutils' are the same file
|
2016-09-25 15:15:09 +02:00 |
|
Sjon Hortensius
|
f79467f5a1
|
Makefile: only add uutils with MULTICALL=y
fixes error when making without MULTICALL=y
> install: cannot stat 'xxx/target/release/deps/uutils': No such file or
directory
|
2016-09-25 15:14:59 +02:00 |
|
Nathan Ross
|
20525a8a6c
|
Merge pull request #988 from wimh/who_rpi
who: fix build on raspberry pi 2
|
2016-09-03 18:23:41 -04:00 |
|
Wim Hueskes
|
4f91662057
|
who: use i64 instead of time_t
fixes build on raspberry pi 2 (armv7-unknown-linux-gnueabihf)
|
2016-09-03 22:18:10 +02:00 |
|
mpkh
|
783daa5839
|
Merge pull request #987 from Arcterus/master
hashsum: implement SHAKE-128 and SHAKE-256
|
2016-08-31 11:37:52 +04:00 |
|
Alex Lyon
|
362cabe1a6
|
hashsum: implement SHAKE-128 and SHAKE-256
|
2016-08-30 17:33:18 -07:00 |
|
Alex Lyon
|
8fa113123d
|
Merge pull request #986 from nathanross/cache-mingw
appveyor: add cache of mingw download
|
2016-08-30 02:09:43 -07:00 |
|
nathanross
|
d1d04f8fff
|
appveyor: add cache of mingw download
|
2016-08-29 20:18:52 -04:00 |
|
Jian Zeng
|
448764e611
|
Merge pull request #984 from knight42/fix-touch
touch: respect -h option
|
2016-08-28 07:38:48 +08:00 |
|
knight42
|
c277793f38
|
touch: add test
|
2016-08-28 07:12:58 +08:00 |
|
knight42
|
d0196b82ad
|
touch: respect -h
|
2016-08-28 07:12:25 +08:00 |
|
mpkh
|
b2ded87d39
|
Merge pull request #983 from knight42/fix-preserve-root
Updated chgrp & chown
|
2016-08-27 22:51:19 +04:00 |
|
knight42
|
89ac03d1c2
|
uucore::fs: add fn resolve_relative_path
|
2016-08-28 00:02:58 +08:00 |
|
knight42
|
136ca4e197
|
chgrp,chown: fix bug in option --preserve-root
|
2016-08-28 00:02:58 +08:00 |
|
Jian Zeng
|
d79e3d00eb
|
Merge pull request #980 from nathanross/tests-boilerplate-reduction
tests: remove helper function boilerplate via macros
|
2016-08-23 21:47:03 +08:00 |
|
nathanross
|
b667fce8ba
|
clone atpath to avoid borrow issue
|
2016-08-23 08:57:13 -04:00 |
|
nathanross
|
aa6ee03be3
|
tests: remove helper function boilerplate via macros
|
2016-08-23 08:04:02 -04:00 |
|
Nathan Ross
|
e8338ca175
|
Merge pull request #978 from vegichan/master
Implement more - initial draft
|
2016-08-23 07:26:33 -04:00 |
|
Martin Kysel
|
23bab3df69
|
moved more to unix utils, minor review updates
|
2016-08-23 11:40:09 +01:00 |
|
Martin Kysel
|
a90aec3f1b
|
add author name
|
2016-08-23 10:50:45 +01:00 |
|
Martin Kysel
|
c522a62232
|
update documentation
|
2016-08-23 10:46:28 +01:00 |
|
Martin Kysel
|
7d77b9720d
|
Initial more implementation
|
2016-08-23 10:45:51 +01:00 |
|
Nathan Ross
|
ae0e1c4768
|
Merge pull request #977 from knight42/chgrp
Implement chgrp
|
2016-08-21 06:39:54 -04:00 |
|
Knight
|
d2d9fcd628
|
chgrp: add tests
|
2016-08-21 17:40:46 +08:00 |
|
Knight
|
9dda0bcd25
|
chgrp: implemented
|
2016-08-21 17:04:38 +08:00 |
|