renovate[bot]
0201e6aedb
chore(deps): update rust crate fundu to v2.0.1
2024-09-16 09:45:25 +00:00
Daniel Hofstetter
811b32b49a
Merge pull request #6698 from uutils/renovate/vmactions-freebsd-vm-1.x
...
chore(deps): update vmactions/freebsd-vm action to v1.1.1
2024-09-16 07:19:19 +02:00
renovate[bot]
d969ebcd71
chore(deps): update vmactions/freebsd-vm action to v1.1.1
2024-09-15 18:22:13 +00:00
Sylvestre Ledru
a275080608
Merge pull request #6695 from cakebaker/uucore_fix_unused_import_warning_on_redox
...
uucore: fix "unused import" warning on Redox
2024-09-15 10:06:30 +02:00
Daniel Hofstetter
6aadfeaec5
uucore: fix "unused import" warning on redox
2024-09-14 16:14:31 +02:00
Daniel Hofstetter
4fb68119a8
test: fix "unused imports" warning on Redox
2024-09-14 09:36:18 +02:00
sreehari prasad
8a9fb84a8e
mv: gnu test case mv-n compatibility ( #6599 )
...
* uucore: add update control `none-fail`
* uucore: show suggestion when parse errors occurs because of an ambiguous value
* added tests for fail-none and ambiguous parse error
* uucore: ambiguous value code refractor
* cp: no-clobber fail silently and outputs skipped message in debug
* mv: add --debug support
* minor changes
---------
Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
2024-09-14 09:11:17 +02:00
Sylvestre Ledru
db402875f6
Merge pull request #6692 from cakebaker/coreutils_add_list_option_to_help
...
bin/coreutils: add `--list` to help output
2024-09-13 08:43:49 +02:00
Sylvestre Ledru
82d403ba55
Merge pull request #6693 from cakebaker/bump_selinux_sys_and_fts_sys
...
Bump `selinux-sys` and `fts-sys`
2024-09-13 08:43:39 +02:00
Daniel Hofstetter
ee47006229
deny.toml: remove itertools from skip list
2024-09-13 07:41:11 +02:00
Daniel Hofstetter
10d3e98eda
Bump selinux-sys and fts-sys
...
selinux-sys from 0.6.9 to 0.6.12
fts-sys from 0.2.9 to 0.2.11
2024-09-13 07:38:18 +02:00
Daniel Hofstetter
f0b983ba8f
bin/coreutils: add --list to help output
2024-09-12 14:55:05 +02:00
Anirban Halder
7430856575
`mkdir
: added
acl
` permissions inheritance for subdirectories ( #6676 )
...
Mostly for linux for now
2024-09-11 21:35:25 +02:00
Daniel Hofstetter
ab13a80732
Merge pull request #6691 from uutils/renovate/davidanson-markdownlint-cli2-action-17.x
...
chore(deps): update davidanson/markdownlint-cli2-action action to v17
2024-09-11 07:07:00 +02:00
renovate[bot]
166e79c00d
chore(deps): update davidanson/markdownlint-cli2-action action to v17
2024-09-11 04:39:33 +00:00
Sylvestre Ledru
ac6b115bad
Merge pull request #6690 from LoricAndre/main
...
fix: add arg count for cp
2024-09-10 21:57:35 +02:00
LoricAndre
399384062d
chore: add non-regression tests for cp arg count
2024-09-10 12:20:47 +02:00
LoricAndre
5b1d4d9bdc
fix: add arg count for cp
2024-09-10 00:12:59 +02:00
Samuel Tardieu
af86aee6b8
cp: look for specific error messages in tests
2024-09-08 13:27:24 +02:00
Samuel Tardieu
dd9e7ad363
cp: treat an empty file name as a non-existing file
2024-09-08 13:27:24 +02:00
Sylvestre Ledru
22401f827b
Merge pull request #6681 from cakebaker/bump_windows_sys
...
Bump `windows-sys` & adapt `tail` to API change
2024-09-08 09:55:59 +02:00
Sylvestre Ledru
bdd45de7c8
Merge pull request #6687 from BenWiederhake/dev-drop-windows-code-coverage
...
ci: disable broken code coverage on windows
2024-09-08 09:55:42 +02:00
Sylvestre Ledru
4535f72040
Merge pull request #6685 from uutils/renovate/vmactions-freebsd-vm-1.x
...
chore(deps): update vmactions/freebsd-vm action to v1.1.0
2024-09-08 09:55:25 +02:00
Ben Wiederhake
12d2ce7b6e
ci: disable broken code coverage on windows
2024-09-08 00:50:50 +02:00
renovate[bot]
1ab1cdc504
chore(deps): update vmactions/freebsd-vm action to v1.1.0
2024-09-07 22:37:12 +00:00
Samuel Tardieu
d627952fc8
mkdir: do not change mode of existing directories
2024-09-07 21:09:55 +02:00
Daniel Hofstetter
4229771108
tail: adapt to windows-sys API change
2024-09-07 16:49:25 +02:00
Daniel Hofstetter
3df015bbf5
Bump windows-sys from 0.48 to 0.59
2024-09-07 16:05:31 +02:00
Julian
b89a6255a9
dd: fix issue #5905 (different error msg from GNU) ( #6622 )
...
* Changed dd parsing error message to be in line with GNU dd
* Correct logic to make dd incorrect number error message fully compatible with GNU. Add test
---------
Co-authored-by: just-an-engineer <Julian.Beltz@zetier.com>
2024-09-07 15:34:03 +02:00
Anirban Halder
e4749381f9
`ls
: Changed unwrap_or and
or
option handling to lazy evaluated
unwrap_or_else
and
or_else
` ( #6609 )
...
* Changed unwrap_or and option handling to lazy evaluation
* Clippy fixes
2024-09-07 15:05:54 +02:00
Sylvestre Ledru
66e0989526
Merge pull request #6680 from cakebaker/runcon_adapt_error_message
...
runcon: improve sentence in help
2024-09-06 17:58:39 +02:00
Daniel Hofstetter
b374b941e2
runcon: improve sentence in help
2024-09-06 17:05:29 +02:00
Daniel Hofstetter
f9e7645b96
Merge pull request #6657 from sylvestre/invalid-opt
...
adjust error for runcon & stdbuf to make tests/misc/invalid-opt.pl pass
2024-09-06 17:00:11 +02:00
Daniel Hofstetter
0e6565b873
Merge pull request #6679 from uutils/renovate/vmactions-freebsd-vm-1.x
...
chore(deps): update vmactions/freebsd-vm action to v1.0.9
2024-09-06 16:40:25 +02:00
Sylvestre Ledru
9bf35beda1
Run freebsd on Ubuntu 24
2024-09-06 16:10:11 +02:00
renovate[bot]
d6762b7c56
chore(deps): update vmactions/freebsd-vm action to v1.0.9
2024-09-06 13:59:51 +00:00
Daniel Hofstetter
e55214cd84
Merge pull request #6678 from samueltardieu/push-xpmyxomvywlt
...
tests: do not elide named lifetimes
2024-09-06 11:20:13 +02:00
Samuel Tardieu
7332151d1e
tests: do not elide named lifetimes
...
Eliding named lifetimes elicits a warning in Rust 1.83+.
2024-09-06 01:00:41 +02:00
Sylvestre Ledru
0701314084
Merge pull request #6663 from cakebaker/bump_parking_lot_core
...
Bump `parking_lot_core`
2024-09-05 18:21:32 +02:00
Sylvestre Ledru
1707b9d4f9
Merge pull request #6677 from samueltardieu/change-detection
...
Do not rebuild the build script unless necessary
2024-09-03 22:19:03 +02:00
Samuel Tardieu
39765bf9c9
Do not rebuild the build script unless necessary
...
Without this guard, the build script is rebuilt as soon as any file
within the package is changed. This includes files created by external
tools such as IDE.
2024-09-03 15:48:40 +02:00
Daniel Hofstetter
2e0cd7bd37
Merge pull request #6675 from andrewliebenow/od-do-not-panic-on-empty-address-radix
...
od: do not panic on empty address radix
2024-09-01 16:14:10 +02:00
Andrew Liebenow
04cd36f022
od: do not panic on empty address radix
2024-09-01 07:59:19 -05:00
Daniel Hofstetter
dfe3e38063
Merge pull request #6674 from andrewliebenow/od-allow-trailing-characters-in-address-radix
...
od: allow trailing characters in address radix
2024-09-01 13:52:03 +02:00
Andrew Liebenow
5ca995b21f
od: allow trailing characters in address radix
2024-08-31 14:13:31 -05:00
Daniel Hofstetter
8fe93ded74
Merge pull request #6670 from uutils/renovate/filetime-0.x-lockfile
...
chore(deps): update rust crate filetime to v0.2.25
2024-08-28 07:04:00 +02:00
renovate[bot]
64da3d1410
chore(deps): update rust crate filetime to v0.2.25
2024-08-27 22:27:41 +00:00
Daniel Hofstetter
ba2b89928c
Merge pull request #6666 from uutils/renovate/serde-monorepo
...
chore(deps): update rust crate serde to v1.0.209
2024-08-24 07:54:16 +02:00
renovate[bot]
e8bc052cde
chore(deps): update rust crate serde to v1.0.209
2024-08-24 05:22:16 +00:00
Daniel Hofstetter
ff70da7004
Merge pull request #6664 from uutils/renovate/quote-1.x-lockfile
...
fix(deps): update rust crate quote to v1.0.37
2024-08-23 09:32:20 +02:00