Commit graph

12651 commits

Author SHA1 Message Date
Sylvestre Ledru
128c0bc6b5 hashsum: gnu compat no need to replicate this output with hashsum 2024-04-21 09:08:27 +02:00
Sylvestre Ledru
94f5e82dbd hashsum: ignore empty lines in --check 2024-04-21 09:08:27 +02:00
Sylvestre Ledru
beb7395c84 hashsum: move handle_captures & gnu_re_template move away from the hashsum function 2024-04-21 09:08:27 +02:00
Sylvestre Ledru
f78b408830
Merge pull request #6255 from uutils/renovate/zip-1.x
chore(deps): update rust crate zip to v1
2024-04-21 09:06:38 +02:00
Daniel Hofstetter
c83cec7c0c env: move unit tests to env.rs 2024-04-21 01:26:50 +02:00
Daniel Hofstetter
29e5d0b42b clippy: fix redundant_clone lint warnings in tests 2024-04-21 01:26:50 +02:00
Daniel Hofstetter
2ee782fcf1 ci: remove unused CARGO_FEATURES_OPTION 2024-04-21 01:26:50 +02:00
Daniel Hofstetter
bde10cd9c6 ci: use -pcoreutils when running clippy
instead of using -putil_1 -putil2 etc.
2024-04-21 01:26:50 +02:00
renovate[bot]
6a08e2df87
chore(deps): update rust crate zip to v1 2024-04-20 22:10:25 +00:00
Daniel Hofstetter
31087e821d
Merge pull request #6253 from uutils/renovate/bytecount-0.x
chore(deps): update rust crate bytecount to 0.6.8
2024-04-19 13:36:48 +02:00
renovate[bot]
1c582ee7eb
chore(deps): update rust crate bytecount to 0.6.8 2024-04-19 10:13:05 +00:00
Daniel Hofstetter
ad91330625
Merge pull request #6212 from gierens/ci-build-apps-individually
feat(github): add CICD job build_programs_individually
2024-04-18 11:29:50 +02:00
Sandro-Alessio Gierens
8d4763bdec feat(github): add CI/test_separately job
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2024-04-18 10:50:47 +02:00
Sylvestre Ledru
4e1dbcd3fc
Merge pull request #6230 from sylvestre/hash-ignore-missing
hashsum: implement the ignore-missing option
2024-04-17 23:43:38 +02:00
Daniel Hofstetter
57388a9627
Merge pull request #6246 from bin-ly/main
Fix warning when executing Clippy
2024-04-17 17:41:21 +02:00
binlingyu
9d1d4cc5f6 Fix warning when executing Clippy 2024-04-17 11:14:03 +08:00
Sylvestre Ledru
f817018f90 hashsum: --ignore-missing needs -c 2024-04-15 22:19:44 +02:00
Sylvestre Ledru
e194022c1f
Merge pull request #6240 from cakebaker/factor_remove_zero_method
factor: remove unused method `zero`
2024-04-15 20:09:49 +02:00
Sylvestre Ledru
40600f2419
Merge pull request #6241 from cakebaker/factor_allow_dead_code
factor: suppress some "never used" warnings
2024-04-15 20:09:37 +02:00
Sylvestre Ledru
39fa474ddc
Merge pull request #6239 from cakebaker/od_remove_field_print_width_block
od: remove `print_width_block` field of `OutputInfo`
2024-04-15 17:45:01 +02:00
Daniel Hofstetter
d60fe6e9e9 factor: suppress some "never used" warnings 2024-04-15 16:40:11 +02:00
Daniel Hofstetter
dd25bab9b5 factor: remove unused method "zero" 2024-04-15 16:10:11 +02:00
Daniel Hofstetter
c9137a8075 od: remove print_width_block field of OutputInfo 2024-04-15 15:16:21 +02:00
Daniel Hofstetter
11c4259a9a
Merge pull request #6238 from uutils/renovate/chrono-0.x
chore(deps): update rust crate chrono to 0.4.38
2024-04-15 14:08:31 +02:00
renovate[bot]
d07192f107
chore(deps): update rust crate chrono to 0.4.38 2024-04-15 11:39:30 +00:00
Daniel Hofstetter
76b79d3c4c
Merge pull request #6224 from cre4ture/patch-1
CI fix: use features arg for stable and nightly build
2024-04-15 10:52:07 +02:00
Sylvestre Ledru
10def29b96
seq: fuzz PreciseNumber::from_str (#6183)
* fuzz the seq parse number functions

* run fuzz_parse_number into the CI
2024-04-15 08:07:06 +02:00
Haisham
b617876372 kill: ignore signal case on -s 2024-04-15 03:27:51 +02:00
Haisham
524be6e4ae kill: accept all casings for signal names in --list 2024-04-15 03:27:51 +02:00
Sylvestre Ledru
7f71611849
Merge pull request #6231 from LucasLarson/copy-recursive-option
swap `cp`’s short `-r` and alias `-R` recursive options
2024-04-14 22:09:07 +02:00
Terts Diepraam
652c65f71a
Merge pull request #6174 from BenWiederhake/dev-all-partial-stringly-options
all: Accept shortcuts for stringly-enum options
2024-04-14 21:46:09 +02:00
Lucas Larson
ffab3a12e7
fix: swap cp’s short -r and alias -R recursive options
the only implementable portion of #6223 is “to switch `-R` and `-r`
to `-r` being the alias because `-R` is the POSIX flag”

https://github.com/uutils/coreutils/issues/6223#issuecomment-2054097049

Signed-off-by: Lucas Larson <LucasLarson@riseup.net>
2024-04-14 15:30:17 -04:00
Sylvestre Ledru
b977d61f67 hashsum: implement the ignore-missing option
Tested by gnu/tests/cksum/md5sum.pl
2024-04-14 20:05:39 +02:00
Ben Wiederhake
91679fc747 wc: accept shortcuts for stringly-enum arguments 2024-04-14 15:39:47 +02:00
Ben Wiederhake
a699bfd1fb uniq: accept shortcuts for stringly-enum arguments 2024-04-14 15:39:46 +02:00
Ben Wiederhake
3285f95eb3 touch: accept shortcuts for stringly-enum arguments 2024-04-14 15:39:46 +02:00
Ben Wiederhake
25245bde65 tee: accept shortcuts for stringly-enum arguments 2024-04-14 15:39:46 +02:00
Ben Wiederhake
88a2ea4f3b tail: accept shortcuts for stringly-enum arguments 2024-04-14 15:39:46 +02:00
Ben Wiederhake
872ec050e4 sort: accept shortcuts for stringly-enum arguments 2024-04-14 15:39:46 +02:00
Ben Wiederhake
70d84e168c shred: accept shortcuts for stringly-enum arguments 2024-04-14 15:39:46 +02:00
Ben Wiederhake
1dd7d8e0db od: accept shortcuts for stringly-enum arguments 2024-04-14 15:39:46 +02:00
Ben Wiederhake
2646944bee numfmt: accept shortcuts for stringly-enum arguments 2024-04-14 15:39:46 +02:00
Ben Wiederhake
3877d14504 ls: accept shortcuts for stringly-enum arguments 2024-04-14 15:39:46 +02:00
Ben Wiederhake
27a81f3d32 du: accept shortcuts for stringly-enum arguments 2024-04-14 15:39:46 +02:00
Ben Wiederhake
d4546ced26 cp: accept shortcuts for stringly-enum arguments 2024-04-14 15:39:46 +02:00
Ben Wiederhake
bfc7411dec docs: document existing ls --sort=name feature 2024-04-14 15:39:46 +02:00
Ben Wiederhake
4ec82948b6 uucore: properly handle aliases in ShortcutValueParser 2024-04-14 15:39:46 +02:00
Haisham
333e4d9fe9
kill: print --table as vertical (#6216)
* kill: print --table as vertical

* kill: remove signal padding on --table

* kill: skip exit signal in --table

* kill: replace "skip" with "filter"

---------

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2024-04-14 15:08:51 +02:00
Jadi
9b4a787be7
kill: return 1 and gnu style stderr in case of no pid (#6225)
* kill: return 1 and gnu style stderr in case of no pid

closes #6221

* Update src/uu/kill/src/kill.rs

Co-authored-by: Ben Wiederhake <BenWiederhake.GitHub@gmx.de>

---------

Co-authored-by: Ben Wiederhake <BenWiederhake.GitHub@gmx.de>
2024-04-14 14:13:15 +02:00
Daniel Hofstetter
aaaf4c3f91 kill: don't show EXIT with --list 2024-04-14 13:42:55 +02:00