Fort
6c3917e123
Add caution about effectiveness to help text
2015-12-30 09:22:21 -08:00
Fort
eb6453013e
Implement shred
2015-12-29 13:30:05 -08:00
Sunrin SHIMURA (keen)
1525c189ee
add Cargo.lock
2015-12-29 23:31:34 +09:00
Heather
122284e25a
Merge pull request #779 from ebfe/du-symlink
...
du: fix default symlink handling
2015-12-26 23:10:01 +04:00
Michael Gehring
74a5869d21
du: fix default symlink handling
...
Fixes #776
2015-12-26 18:36:36 +01:00
Michael Gehring
6558edc5f6
Merge pull request #778 from gekola/fix-seq-busybox-tests
...
Fix busybox seq formatting test
2015-12-26 14:42:38 +01:00
Nick Herman
5958354b01
Fix busybox seq formatting test
2015-12-26 16:23:06 +03:00
Michael Gehring
c7c7d36802
Merge pull request #777 from nathanross/tidy-make
...
Tidy makefile
2015-12-26 07:04:04 +01:00
Nathan Ross
5ff85de8d9
rm obsolete TODO comment
2015-12-25 19:59:10 -05:00
Nathan Ross
a5a93175fe
alphabetical ordering for list of progs
2015-12-25 19:58:35 -05:00
Michael Gehring
84c435cadc
Merge pull request #775 from nathanross/install-build-selection
...
default INSTALL to list of progs
2015-12-25 09:22:47 +01:00
Sunrin SHIMURA (keen)
515c0cde08
cache .cargo. TODO: decide fetch
each time or commit Cargo.lock
2015-12-25 17:09:16 +09:00
Nathan Ross
02a04014c1
default INSTALL to list of progs
2015-12-25 03:05:21 -05:00
Heather
d3ddac751e
Merge pull request #768 from KeenS/osx_ci
...
CI on OS X too. And cache .cargo
2015-12-25 11:33:23 +04:00
Sunrin SHIMURA (keen)
b4daea03c4
CI on OS X too
2015-12-25 16:28:35 +09:00
Heather
650c55b3a7
Merge pull request #771 from nathanross/busytest-multicall
...
resolve bug where newer busybox tests would not run, multicall method as suggested in #769
2015-12-25 11:21:05 +04:00
Heather
bb8968bea2
Merge pull request #772 from ebfe/readme
...
s/DESTDIR/PREFIX/g README.md
2015-12-25 11:17:37 +04:00
Michael Gehring
e9c6392750
s/DESTDIR/PREFIX/g README.md
2015-12-25 08:03:36 +01:00
Michael Gehring
0cdac699f8
Merge pull request #770 from nathanross/install-fixes
...
Changes as suggested for #766
2015-12-25 07:08:09 +01:00
Nathan Ross
0bb971b918
return prefix var
2015-12-25 00:58:37 -05:00
Nathan Ross
23ca60ecd2
fix error in overriding build during install
2015-12-25 00:56:02 -05:00
Nathan Ross
a3196319c5
support busybox newer tests through multicall
2015-12-25 00:45:23 -05:00
Nathan Ross
5c88a52c2f
destdir revert, more specific clobbering
2015-12-25 00:13:29 -05:00
Heather
97793313c0
Merge pull request #766 from nathanross/install
...
*nix install script and appveyor script
2015-12-25 08:28:28 +04:00
Nathan Ross
d99d5c1338
fixes for linux install see notes
...
calling install goal overrides utility build settings with utility install settings
calling install goal defaults profile to --release
PROG_PREFIX is now applied to all utilities
modify uutils.rs to make symbolic link bins possible
binary install paths rmd first to prevent errors due to lns
simplify vars for more readable install target
other minor fixes
2015-12-24 00:13:16 -05:00
Heather
af359468a2
Merge pull request #765 from jbcrail/fix-warnings
...
Fix "private type in public interface" warnings
2015-12-24 08:56:02 +04:00
Nathan Ross
eab6c294d6
add artifact products to appveyor build process
2015-12-23 22:59:44 -05:00
Nathan Ross
83295f1e08
appveyor and windows testing tooling updates
2015-12-23 22:59:04 -05:00
Nathan Ross
caece01a6f
add back initial appveyor file
2015-12-23 22:53:27 -05:00
Joseph Crail
3b4baeb1e7
Fix "private type in public interface" warnings.
2015-12-23 20:08:53 -05:00
Heather
9339bbe50d
Merge pull request #762 from ebfe/expr-and-or
...
expr: implement '|' and '&'
2015-12-22 17:20:58 +04:00
Heather
88710fa01d
Merge pull request #760 from ebfe/disable-stdbuf
...
tests/stdbuf: disable on non-linux os
2015-12-22 17:20:24 +04:00
Heather
b19ac59a61
Merge pull request #759 from ebfe/fix-env-test
...
tests/env: don't assume vars are ordered
2015-12-22 17:20:09 +04:00
Michael Gehring
d4e0ee0cde
expr: add basic tests
2015-12-22 14:10:43 +01:00
Michael Gehring
519802bdf9
expr: add '|' and '&' operators
2015-12-22 13:41:30 +01:00
Michael Gehring
1fc698a17f
tests/stdbuf: disable on non-linux os
2015-12-22 12:55:51 +01:00
Michael Gehring
ec1ec84f0c
tests/env: don't assume vars are ordered
2015-12-22 12:44:05 +01:00
Heather
c380195f94
Merge pull request #758 from ebfe/https
...
make: switch download to https
2015-12-22 01:06:03 +04:00
Heather
332928d579
Merge pull request #757 from ebfe/fix-busytest
...
make: fix passing empty arguments to busybox tests
2015-12-22 01:05:54 +04:00
Michael Gehring
b050f6ad78
make: switch download to https
2015-12-21 21:38:03 +01:00
Heather
6baf495ce2
Merge pull request #756 from ebfe/fix-hostname
...
hostname: fix '-i'
2015-12-22 00:28:21 +04:00
Michael Gehring
7649a85e13
make: fix passing empty arguments to busybox tests
2015-12-21 21:22:36 +01:00
Michael Gehring
3d94dea397
hostname: fix '-i'
2015-12-21 21:08:17 +01:00
Heather
8ed14fb9d5
Merge pull request #755 from ebfe/fix-warnings
...
fmt: fix warnings
2015-12-21 23:43:10 +04:00
Michael Gehring
bcaa859ca7
fmt: fix warnings
2015-12-21 20:23:55 +01:00
Heather
f16ce871c6
Merge pull request #754 from ebfe/fix-dirname
...
dirname: fix "/" "." ""
2015-12-21 14:55:57 +04:00
Heather
2c095f79b0
Merge pull request #753 from ebfe/fix-id
...
id: fix '-u'
2015-12-21 14:55:40 +04:00
Michael Gehring
cb4f6a2978
dirname: add some tests
2015-12-21 11:17:37 +01:00
Michael Gehring
c918fb6a6b
dirname: fix "/" "." ""
2015-12-21 11:14:08 +01:00
Michael Gehring
cf8a86ca2d
id: fix '-u'
...
Some cases printed gid instead of uid.
2015-12-21 10:45:49 +01:00