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
Heather
7c1bb4cb97
Merge pull request #752 from ebfe/fix-busytest
...
make: fix busybox script
2015-12-21 13:37:11 +04:00
Michael Gehring
a385a95961
make: fix busybox script
2015-12-21 09:48:14 +01:00
Heather
ec3490b5b2
Merge pull request #751 from nathanross/busybox-approach-2
...
Add busybox test functionality
2015-12-21 08:08:08 +04:00
Nathan Ross
5ee7b5b8fc
rm recognition of "busybox" bin name in uutils.rs
2015-12-20 21:06:05 -05:00
Nathan Ross
73cfb04d11
add busybox test instructions to README.md
2015-12-20 21:06:05 -05:00
Nathan Ross
a0d7910e91
add back busybox test support
2015-12-20 19:48:26 -05:00
Heather
dffdca0406
Merge pull request #745 from ebfe/fix-arm
...
Fix arm build
2015-12-19 15:13:49 +04:00
Michael Gehring
ab0639d88a
Fix arm build
...
Fixes #719
2015-12-19 08:53:28 +01:00
Michael Gehring
bc0dd2006c
Merge pull request #749 from jbcrail/refactor-tail-2
...
tail: use read_line/read instead of lines/bytes
2015-12-19 08:43:43 +01:00
Michael Gehring
fa06d979eb
Merge pull request #750 from jbcrail/rm-unused-imports
...
Remove unused imports
2015-12-19 08:40:39 +01:00
Joseph Crail
23202f5aef
Remove unused imports
2015-12-19 01:32:05 -05:00
Joseph Crail
aa0ce61b3f
tail: use read_line/read instead of lines/bytes
...
In order to work around lines() removing the newline byte and CRLF, I
switched from the iterator methods (lines/bytes) to the direct methods
(read_line/read). I also manually skipped lines/bytes.
Fixes #744 .
2015-12-18 23:52:09 -05:00
Joseph Crail
2a07efe5e3
Merge pull request #748 from ebfe/cargoflags
...
make: add CARGOFLAGS
2015-12-18 19:46:58 -05:00
Michael Gehring
3b7aad39bf
make: add CARGOFLAGS
2015-12-18 23:03:57 +01:00