Commit graph

12784 commits

Author SHA1 Message Date
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
120f0312e7 util: undo custom GNU exit codes, reduce number of special cases 2024-04-14 15:42:13 +02:00
Ben Wiederhake
3854569856 tee: ensure that -h and --help are identical 2024-04-14 15:42:13 +02:00
Ben Wiederhake
9527341714 pr: return correct exit code on error 2024-04-14 15:42:13 +02:00
Ben Wiederhake
f5f8cf08e0 hostid: return correct exit code on error 2024-04-14 15:42:13 +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
Ulrich Hornung
2f64cd8375
use features arg for stable and nightly build 2024-04-13 19:43:57 +02:00
Haisham
d56c7bbaee kill: add test for vertical --list 2024-04-12 06:21:48 +02:00
Haisham
c4c81291b7 kill: add tests to check multiple output 2024-04-12 06:21:48 +02:00
Haisham
693149d683 kill: support multiple signals for --list 2024-04-12 06:21:48 +02:00
Chad Williamson
9d82fa3b9a mv: avoid attempting to set xattr on redox 2024-04-12 06:16:48 +02:00
Daniel Hofstetter
5bf939aec6
Merge pull request #6207 from BenWiederhake/pr/6069
cp: handle update prompt with and without interactive mode enabled
2024-04-11 14:55:26 +02:00
Daniel Hofstetter
aa4606a873
Merge pull request #6214 from uutils/renovate/platform-info-2.x
chore(deps): update rust crate platform-info to 2.0.3
2024-04-11 10:44:57 +02:00
renovate[bot]
edb16c386c
chore(deps): update rust crate platform-info to 2.0.3 2024-04-11 08:10:57 +00:00
Daniel Hofstetter
8b82fcd134
Merge pull request #6204 from BenWiederhake/dev-dd-flaky-test-regex
dd: fix flaky test_null_stats
2024-04-10 16:44:26 +02:00
Qiu Chaofan
11c9351a9c
Initial AIX support (#6209)
* Initial AIX support

Add support to build on AIX operating system. Most of the changes are
in fs part. Since AIX is still tier-3 target, current support is minimal
and does not require passing all tests.

* Fix spell checking failure
2024-04-10 13:40:44 +02:00
Daniel Hofstetter
f95a8ebd3d
Merge pull request #5460 from uutils/renovate/rust-ini-0.x
chore(deps): update rust crate rust-ini to 0.21.0
2024-04-09 16:48:27 +02:00
renovate[bot]
226d6a263d
chore(deps): update rust crate rust-ini to 0.21.0 2024-04-09 14:02:29 +00:00
Daniel Hofstetter
43dd557cae
Merge pull request #6206 from uutils/renovate/rstest-0.x
chore(deps): update rust crate rstest to 0.19.0
2024-04-09 16:01:23 +02:00
renovate[bot]
68de6f57f0
chore(deps): update rust crate rstest to 0.19.0 2024-04-09 13:22:14 +00:00
Vikrant2691
9b9c0cc237 cp: handle update prompt with and without interactive mode enabled 2024-04-09 15:14:33 +02:00
Sylvestre Ledru
aeafabd23f
Merge pull request #6185 from maxer137/main
seq: Removed zero-padding of string when parsing with parse_exponent_no_decimal
2024-04-08 09:14:42 +02:00
Daniel Hofstetter
b6f325bc0a
Merge pull request #6205 from uutils/renovate/davidanson-markdownlint-cli2-action-16.x
chore(deps): update davidanson/markdownlint-cli2-action action to v16
2024-04-08 07:04:47 +02:00
renovate[bot]
997cef0c5c
chore(deps): update davidanson/markdownlint-cli2-action action to v16 2024-04-08 03:05:26 +00:00