Alex Lyon
880a4973c1
Format everything using rustfmt
2018-03-12 01:20:58 -07:00
Alex Lyon
00a8b0b0f1
uucore: remove utsname.rs (and replace with platform-info)
2018-03-11 18:50:36 -07:00
mpkh
f51d474f80
Merge pull request #1151 from Arcterus/hostname-refactor
...
hostname: refactor a bit
2018-03-10 19:20:26 +04:00
Alex Lyon
0b70b151b8
hostname: refactor a bit
2018-03-07 03:34:04 -08:00
mpkh
91d760646f
Merge pull request #1150 from Arcterus/codecov-fix
...
Add configuration for Codecov to prevent it from failing builds
2018-03-07 11:36:44 +04:00
Alex Lyon
1629c88271
Add configuration for Codecov to prevent it from failing builds
2018-03-06 23:01:07 -08:00
mpkh
3361fe94ec
Merge pull request #1146 from Arcterus/winapi
...
Improve support on Windows/Redox
2018-03-07 08:12:58 +04:00
Alex Lyon
6330474b4f
hostname: add support for Windows (and maybe other systems too)
2018-03-06 16:40:08 -08:00
Alex Lyon
15aaa8215e
uucore: read from sys:uname on Redox
2018-03-05 17:31:33 -08:00
Alex Lyon
8ba5fae6e3
cp, tail: update winapi
2018-03-04 18:38:33 -08:00
Alex Lyon
2d798bd601
expr, sync, whoami: update Oniguruma and winapi
2018-03-04 18:07:38 -08:00
Alex Lyon
5d241da7ca
arch: add support for building on Windows
2018-03-04 17:58:16 -08:00
mpkh
3969b431a9
Merge pull request #1143 from Arcterus/containers
...
Fix tests when using containers
2018-03-04 19:12:39 +04:00
Alex Lyon
293b16d281
Move rust-users fork under the uutils organization
2018-03-04 04:07:36 -08:00
Alex Lyon
d8e738c49b
tests: disable some chgrp tests when part of the root group
...
Some tests failed when run using Docker because they assumed the
user would never be root. This is more of a band-aid solution.
An actual fix would be to test see if something like these tests
were to succeed when the user is root.
2018-03-03 12:04:22 -08:00
Alex Lyon
8ece01d0ef
who: fix heading in containers
2018-03-01 22:20:23 -08:00
mpkh
0b5e86c2d7
Merge pull request #1142 from Ma27/add-install-instructions-for-nixos
...
Add installation instructions for NixOS
2018-03-01 23:44:25 +04:00
Maximilian Bosch
55e9c5edc5
Add installation instructions for NixOS
...
The package set `nixpkgs`, NixOS relies on provides `uutils-coreutils`
out of the box since 18.03/unstable.
See https://github.com/NixOS/nixpkgs/pull/34840
2018-03-01 20:36:45 +01:00
Alex Lyon
d4c3c94848
Merge pull request #1140 from kupospelov/master
...
join: check line order
2018-02-12 17:25:38 -08:00
Konstantin Pospelov
642633fe3b
join: check line order
2018-02-11 18:23:12 +03:00
Alex Lyon
f333ab26b0
Merge pull request #1139 from king6cong/master
...
remove nightly complier warnings
2018-02-09 05:23:55 -08:00
king6cong
e3fedddd17
remove nightly complier warnings
2018-02-09 19:49:57 +08:00
mpkh
37f3e3a151
Merge pull request #1137 from Arcterus/realpath-relpath-fix
...
realpath, relpath: fix on stable and beta (whoops)
2018-01-18 10:36:41 +04:00
Alex Lyon
91b7ae44d6
realpath, relpath: fix on stable and beta (whoops)
2018-01-17 15:35:42 -08:00
Alex Lyon
1a96a0b69a
Merge pull request #1134 from kupospelov/master
...
join: support custom empty filler
2018-01-17 15:17:09 -08:00
Konstantin Pospelov
186cb8853f
join: fix code formatting
2018-01-17 23:26:00 +03:00
Konstantin Pospelov
128a38965e
join: support custom empty filler
2018-01-17 23:26:00 +03:00
mpkh
2db220e820
Merge pull request #1136 from Arcterus/realpath-relpath-fix
...
Fix build on nightly
2018-01-17 12:12:02 +04:00
Alex Lyon
875a84c176
Merge pull request #1135 from jamessan/stat-cleanup
...
stat: Minor improvements
2018-01-16 19:29:40 -08:00
James McCoy
c82e94cae5
stat: Remove hard-coded path for mount information
2018-01-16 20:48:03 -05:00
James McCoy
81eef5dabf
stat: Avoid parsing mount info when showing filesystem info
2018-01-16 20:47:52 -05:00
Alex Lyon
e9f32fe170
realpath, relpath, tests: fix build on nightly
2018-01-16 15:11:46 -08:00
Alex Lyon
72b4629916
Merge pull request #1131 from bmusin/remove_some_warns
...
refactor: remove import of AsciiExt
2018-01-08 00:49:40 -08:00
Bulat Musin
cc66229f16
add #[allow(unused_imports)] to std::ascii::AsciiExt
...
explicit import of std::ascii::AsciiExt is deprecated since 1.23
2018-01-08 11:32:38 +03:00
Alex Lyon
c21f01cd8a
Merge pull request #1129 from kupospelov/master
...
join: implement the -o option
2018-01-06 16:39:43 -08:00
Konstantin Pospelov
12c5c951fb
join: implement the -o option
2018-01-06 22:49:07 +03:00
Alex Lyon
49cf7c2a5b
Merge pull request #1127 from bltnkl/echo_refine
...
Slight improvements to echo
2018-01-06 10:38:46 -08:00
Alex Lyon
ac797b95ee
Merge pull request #1128 from bltnkl/tail_readme_fix
...
tail: add spaces after hashes
2018-01-06 10:37:53 -08:00
Bulat Musin
ec543508bc
echo: refactor slightly
2018-01-06 17:05:04 +03:00
Bulat Musin
26ad240572
echo: reorder of match patterns
...
People write \n \t and \r \v much more
often than other escape sequences, so
it makes more sense to optimise for common
case, as match scans from top to bottom.
2018-01-06 17:01:50 +03:00
Bulat Musin
7ebda2de44
echo: rewrite two functions as closures
2018-01-06 17:01:24 +03:00
Bulat Musin
6afddc4d6a
tail: squashed two commits
...
commit ceaeb5ec2a284555e6c061070c74b050efb129f0
Author: Bulat Musin <bulatmusin@outlook.com>
Date: Thu Jan 4 11:01:29 2018 +0300
tail: fix typo
commit 50e3568e460c7ec9786835c9795d1496a2463901
Author: Bulat Musin <bulatmusin@outlook.com>
Date: Thu Jan 4 10:54:17 2018 +0300
collapse similar changes into one commit
commit a54df8d92d534b801b364c2e74635dfe282441d8
Author: Bulat Musin <bulatmusin@outlook.com>
Date: Wed Jan 3 21:05:33 2018 +0300
tail: add --silent option
commit 5c9aec7e5bb5ff79f1421e5b33bf82809795bc64
Author: Bulat Musin <bulatmusin@outlook.com>
Date: Wed Jan 3 20:43:36 2018 +0300
tail: add spaces after hashes
2018-01-06 16:49:23 +03:00
Alex Lyon
79ae872b1e
Fix broken lock file
2017-12-31 00:28:16 -08:00
Alex Lyon
3eee1b9ad6
Merge pull request #1074 from Heather/pwd_lp
...
pwd: add support for -L and -P options
2017-12-30 23:53:01 -08:00
Alex Lyon
ffc3c1d262
Merge pull request #1087 from ProgVal/faster-yes
...
Make 'yes' 1000 times faster.
2017-12-30 23:40:20 -08:00
mpkh
a417b81992
Merge pull request #1123 from Arcterus/codecov
...
Start using Codecov
2017-12-31 11:03:41 +04:00
Alex Lyon
3fcf4a6f4a
Start using Codecov
2017-12-30 17:56:25 -08:00
mpkh
9b941c5bd4
Merge pull request #1120 from Arcterus/stdbuf-cargo
...
stdbuf: make build more reliable and allow installation using Cargo
2017-12-30 13:09:20 +04:00
Alex Lyon
cf7582cbd2
stdbuf: make build more reliable and allow installation using Cargo
2017-12-29 23:25:51 -08:00
mpkh
3727082404
Merge pull request #1105 from Arcterus/docs
...
Add Sphinx documentation to generate man pages
2017-12-29 16:22:57 +04:00