Commit graph

2532 commits

Author SHA1 Message Date
Alex Lyon
bc6d748a9e
Merge pull request #1119 from KeenS/install-ignore--c
install: ignore -c option for compatibility
2017-12-27 02:29:04 -08:00
Alex Lyon
0fdf2df3eb
Merge pull request #1118 from KeenS/install-file
install: allow to install a file to a file
2017-12-27 02:28:05 -08:00
Tai Sassen-Liang
c210d8d8c9 uname: change sysname flag to kernel-name
The --sysname flag in GNU uname was deprecated in 2002 and replaced by --kernel-name.
2017-12-27 11:24:29 +01:00
Sunrin SHIMURA (keen)
956a6aa1fb install: ignore -c option for compatibility 2017-12-27 17:52:53 +09:00
Sunrin SHIMURA (keen)
ee34206520 install: allow to install a file to a file 2017-12-27 17:31:19 +09:00
mpkh
c386d5bfaf
Merge pull request #1116 from Arcterus/rm_f_fix
rm: exit normally when -f is used with no operand
2017-12-27 10:34:14 +04:00
Alex Lyon
a1cf262414 rm: exit normally when -f is used with no operand 2017-12-26 15:36:21 -08:00
Alex Lyon
be5ce3c252
Merge pull request #1114 from kupospelov/master
join: implement the -t option
2017-12-26 14:28:38 -08:00
Konstantin Pospelov
4e0a0cf7bb join: implement the -t option 2017-12-24 16:22:48 +03:00
Alex Lyon
c27edbb73f
Merge pull request #1112 from kupospelov/master
join: implement basic functionality
2017-12-18 02:00:07 -08:00
Konstantin Pospelov
743a5b68ed join: simplify closure for line parsing 2017-12-18 10:40:15 +03:00
Konstantin Pospelov
2a6d550f4b join: switch to clap 2017-12-17 16:36:46 +03:00
Konstantin Pospelov
d28e09de04 join: do not wrap stdin in BufReader 2017-12-16 19:26:25 +03:00
Konstantin Pospelov
3aa63ad9dd join: minor review points 2017-12-16 16:11:39 +03:00
Konstantin Pospelov
a04a77a477 join: switch to auto-generated main.rs 2017-12-16 16:09:46 +03:00
Konstantin Pospelov
b33ce67d91 join: implement basic functionality
The basic implementation of join with some tests. The supported
options: -1, -2, -j, -a, -i.
2017-12-14 00:02:42 +03:00
Cynede
908eaf610e
pwd: drop unused import 2017-12-11 14:50:56 +04:00
Cynede
6ef16b9221
pwd: fixes for UNC paths on Windows, match instead of plain unwrap 2017-12-11 14:49:20 +04:00
Mikhail Pukhlikov
f8e24439c9 pwd: add support for -L and -P options 2017-12-11 14:11:42 +04:00
mpkh
372dda9dfa
Merge pull request #1111 from Arcterus/mode-to-uucore
mknod, stdbuf: fix build
2017-12-11 14:11:16 +04:00
Alex Lyon
26d6742c11
mknod, stdbuf: fix build 2017-12-11 00:27:38 -08:00
mpkh
dc5f68d882
Merge pull request #1108 from Arcterus/readme-versions
README: clarify which versions of the Rust compiler work
2017-12-11 10:40:25 +04:00
mpkh
7967f3aec7
Merge pull request #1110 from Arcterus/mode-to-uucore
chmod, install, mknod: move mode parsing into uucore
2017-12-11 10:40:11 +04:00
Alex Lyon
2e7f969404
chmod, install, uucore: fix build on Windows 2017-12-10 21:21:24 -08:00
Alex Lyon
479aeed9f6
mknod: use mode parsing in uucore 2017-12-10 21:10:26 -08:00
Alex Lyon
7aea948473
Remove pipe_* macros 2017-12-10 20:57:39 -08:00
Alex Lyon
6829ca3d10
chmod, install: move mode parsing into uucore 2017-12-10 20:11:05 -08:00
Alex Lyon
dad75295b9
README: clarify which versions of the Rust compiler work 2017-12-10 19:14:56 -08:00
Alex Lyon
6276f5f2f9
Merge pull request #1097 from shutefan/fix-chmod-tests
Fix chmod tests
2017-12-10 19:06:08 -08:00
mpkh
825d77ad9a
Merge pull request #1107 from Arcterus/dev
du: remove inefficient multi-threading
2017-12-10 22:41:26 +04:00
Alex Lyon
e2e77f8c70
du: only use snake case 2017-12-10 10:03:14 -08:00
Alex Lyon
2efd2b38be
du: remove inefficient multi-threading 2017-12-10 09:52:22 -08:00
Alex Lyon
9316fb4603
Merge pull request #1095 from ids1024/travis-redox2
Add cross build targeting Redox to Travis CI
2017-12-09 19:12:06 -08:00
mpkh
bb7d170f1c
Merge pull request #1106 from Arcterus/dev
Handle SIGPIPE correctly and autogenerate main() for each util
2017-12-09 10:14:38 +04:00
Ian Douglas Scott
75141f0382
Fix cp build on Redox 2017-12-08 21:04:02 -08:00
Ian Douglas Scott
a23a8ed1f1
Add cross build targeting Redox to Travis CI 2017-12-08 21:03:59 -08:00
Alex Lyon
2b4a685286
stdbuf: stop using GNU make as part of the build process 2017-12-08 18:50:18 -08:00
Alex Lyon
75f11e9635
Handle SIGPIPE correctly and autogenerate main() for each util 2017-12-08 15:05:07 -08:00
shutefan
7cd9aff598 README: clarify supported version stanza 2017-12-08 21:13:50 +01:00
shutefan
7c7e4a02b9 travis: follow release channels 2017-12-08 21:12:48 +01:00
shutefan
38cd8edb5b install: add high bits to file permissions in tests 2017-12-08 20:54:59 +01:00
shutefan
957d489604 chmod: make error message clearer 2017-12-08 20:54:59 +01:00
shutefan
bf5151d4a5 chmod: add 100 to permissions in chmod tests 2017-12-08 20:54:59 +01:00
Alex Lyon
5f8c506a32
Merge pull request #1101 from skade/document-base-version
Document supported versions and test minimum
2017-12-05 00:06:32 -08:00
Florian Gilcher
04e95373bf Document supported versions and test minimum 2017-12-05 08:29:24 +01:00
mpkh
ef4d09ee3c
Merge pull request #1084 from Arcterus/stdbuf-fix
Fix Makefile and stdbuf
2017-11-27 08:08:50 +04:00
Alex Lyon
ecdafd830f
stdbuf: fix install on Macs 2017-11-18 21:54:01 -08:00
Alex Lyon
4ef2ef29cd
Fix broken tests due to updating Cargo.lock 2017-11-18 17:52:28 -08:00
Alex Lyon
8c846e2aa9
stdbuf: build shared library on Macs 2017-11-18 17:37:37 -08:00
Alex Lyon
de07c6218b
stdbuf: build the shared library again and fix the Makefile 2017-11-18 17:37:32 -08:00