Michael Debertol
|
5997853cc4
|
Merge branch 'master' of https://github.com/uutils/coreutils into ln/dst-symlink
|
2021-06-10 16:06:32 +02:00 |
|
Sylvestre Ledru
|
3e8c009a50
|
Merge pull request #2379 from youknowone/rotate
get_groups_gnu sort with rotate_right
|
2021-06-10 16:05:54 +02:00 |
|
Dean Li
|
dc57e1535e
|
more: Implement option '-d'
Implement option '-d' (silent mode)
Related to #2320
|
2021-06-10 19:34:21 +08:00 |
|
Jeong YunWon
|
8433c7726d
|
tr parse_sequence reuses chars iterator
|
2021-06-10 19:16:55 +09:00 |
|
Jeong YunWon
|
b9611b71ee
|
use ? operator for od
|
2021-06-10 18:39:48 +09:00 |
|
Jeong YunWon
|
b21d189fcf
|
Remove trivially unnessessary unwrap() pr
|
2021-06-10 18:39:48 +09:00 |
|
Jeong YunWon
|
cc6c2f64b1
|
clean up fold, hashsum, kill, nl, printf, truncate
|
2021-06-10 18:39:48 +09:00 |
|
Jeong YunWon
|
3ee09fa783
|
only matches Some() in match
|
2021-06-10 18:39:11 +09:00 |
|
Jeong YunWon
|
1fecd98ebe
|
bytes operation for pathchk
|
2021-06-10 18:30:45 +09:00 |
|
Jeong YunWon
|
e3197bea39
|
dircolor purify forward match '#'
|
2021-06-10 18:14:23 +09:00 |
|
Jeong YunWon
|
8a03ac6caa
|
Prevent double scanning from dircolors
|
2021-06-10 18:08:54 +09:00 |
|
Jeong YunWon
|
357886b599
|
Remove unnessassary chars() and unwrap_or() from tail
|
2021-06-10 18:06:40 +09:00 |
|
Terts Diepraam
|
96dffc8700
|
Merge pull request #2384 from sylvestre/getopt
remove a legacy declaration to getopt
|
2021-06-10 10:45:16 +02:00 |
|
Jan Scheer
|
44d1790d1f
|
id: add more tests for '--zero'
|
2021-06-10 10:33:22 +02:00 |
|
Sylvestre Ledru
|
8a80109ce5
|
Merge pull request #2387 from youknowone/unwrap
Replace trivial unwraps to different expressions
|
2021-06-10 10:13:21 +02:00 |
|
Jeong YunWon
|
9c6750252d
|
du winapi dependency only for windows
|
2021-06-10 15:07:46 +09:00 |
|
Jeong YunWon
|
ded92dbca0
|
clean up fold, hashsum, kill
|
2021-06-10 13:11:36 +09:00 |
|
Jeong YunWon
|
1ac4eb171e
|
move cmode rather than mut
|
2021-06-10 13:11:36 +09:00 |
|
Jeong YunWon
|
797c4a340e
|
Remove trivially unnessessary unwrap() from od
|
2021-06-10 13:11:36 +09:00 |
|
Jeong YunWon
|
da9558c684
|
Remove trivially unnessessary unwrap() from expr
|
2021-06-10 13:11:36 +09:00 |
|
Jeong YunWon
|
774c01f008
|
Remove trivially unnessessary unwrap() from du
|
2021-06-10 13:11:36 +09:00 |
|
Jeong YunWon
|
3eae399ec4
|
Remove trivially unnessessary unwrap() from base32/64
|
2021-06-10 13:11:36 +09:00 |
|
Jeong YunWon
|
23f655e2a5
|
Use inclusive range
Co-authored-by: Michael Debertol <michael.debertol@gmail.com>
|
2021-06-10 11:15:01 +09:00 |
|
Jan Scheer
|
00c05b8687
|
id: add error handling (stderr/exit_code) for '-ugG'
|
2021-06-10 00:19:23 +02:00 |
|
Sylvestre Ledru
|
6d7d57e13c
|
remove a legacy declaration to getopt
|
2021-06-09 22:58:50 +02:00 |
|
Jan Scheer
|
026570ff9c
|
id: add more tests for '--zero'
* fix clippy warnings
|
2021-06-09 22:45:39 +02:00 |
|
Sylvestre Ledru
|
def5bec1ce
|
Merge pull request #2373 from tertsdiepraam/groups/use-id-in-tests
`groups`: fix test for Arch-based systems
|
2021-06-09 22:44:51 +02:00 |
|
Sylvestre Ledru
|
393164f4a7
|
Merge pull request #2377 from tertsdiepraam/use-atty
`cat`/`cut`/`tty`/`nohup`: replace `is_std{in, out, err}_interactive` with atty
|
2021-06-09 22:42:56 +02:00 |
|
Terts Diepraam
|
44f6dc6098
|
whoami: remove advapi32-sys dependency
|
2021-06-09 22:10:28 +02:00 |
|
Terts Diepraam
|
e73743eb0d
|
more: simpler page_down
|
2021-06-09 21:56:32 +02:00 |
|
Terts Diepraam
|
5856861ed6
|
Merge pull request #2375 from youknowone/fix-2371
Fix build when not(feature = "process")
|
2021-06-09 21:15:04 +02:00 |
|
Terts Diepraam
|
40720dc52d
|
more: rewrite drawing logic
|
2021-06-09 21:00:48 +02:00 |
|
Jeong YunWon
|
cebf1f09df
|
get_groups_gnu sort with rotate_right
|
2021-06-10 01:56:48 +09:00 |
|
Jeong YunWon
|
7009cb0486
|
Add "process" dependency to groups/Cargo.toml
|
2021-06-10 01:07:01 +09:00 |
|
Terts Diepraam
|
be8e5f5f30
|
use the same spec for atty everywhere
|
2021-06-09 17:15:42 +02:00 |
|
Terts Diepraam
|
394eb82af1
|
cat/cut/tty/nohup: replace is_std{in, out, err}_interactive with atty
|
2021-06-09 17:12:03 +02:00 |
|
Jeong YunWon
|
f40f9fbf91
|
Fix build when not(feature = "process")
|
2021-06-09 23:51:04 +09:00 |
|
Jan Scheer
|
1b824f4914
|
fix clippy warnings
|
2021-06-09 15:56:29 +02:00 |
|
Terts Diepraam
|
8ae4a8d06e
|
Revert "groups: fix test for arch"
This reverts commit d846c40372 .
|
2021-06-09 14:37:19 +02:00 |
|
Terts Diepraam
|
3818e54415
|
who: cleanup argument handling
|
2021-06-09 14:34:37 +02:00 |
|
Jan Scheer
|
be8650278b
|
Merge branch 'master' into refactoring_parse_size
|
2021-06-09 13:44:40 +02:00 |
|
Terts Diepraam
|
145e705b74
|
groups: fix clippy lint in test
|
2021-06-09 12:39:25 +02:00 |
|
Terts Diepraam
|
773b5b119a
|
Merge remote-tracking branch 'upstream/master'
|
2021-06-09 08:53:48 +02:00 |
|
Tyler
|
a511db504b
|
Minor optimization in calculation of lcm for internal r/w buffer.
|
2021-06-08 14:33:48 -07:00 |
|
Jan Scheer
|
babf6ecae4
|
Merge branch 'master' into id_zero_2351
|
2021-06-08 23:22:29 +02:00 |
|
Tyler
|
96fd665ce1
|
Implements internal read/write buffer optimization
- Spoiler Alert: Turns out it was just the lcm.
|
2021-06-08 14:14:19 -07:00 |
|
Terts Diepraam
|
06b6066e89
|
groups: enable tests for non-linux unix systems
|
2021-06-08 22:53:48 +02:00 |
|
Sylvestre Ledru
|
4471335609
|
Merge pull request #2360 from rivy/fix+rf
build and *lots* of clippy fixes
|
2021-06-08 22:06:11 +02:00 |
|
Terts Diepraam
|
d846c40372
|
groups: fix test for arch
|
2021-06-08 21:45:02 +02:00 |
|
Tyler
|
ef6c850833
|
Adds additional conv=sync test for short reads.
|
2021-06-08 12:37:03 -07:00 |
|