1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-15 09:41:07 +00:00
Commit graph

15693 commits

Author SHA1 Message Date
Sylvestre Ledru
0e564ea5da
Merge pull request #8201 from gabelluardo/fix-clippy-rules
Prepare for clippy pedantic rules
2025-06-17 09:06:10 +02:00
Gabriele Belluardo
35f3975e17
fix(clippy): redundant_else 2025-06-17 00:24:53 +02:00
Gabriele Belluardo
d64fcb1826
fix(clippy): unnested_or_patterns 2025-06-17 00:18:19 +02:00
Gabriele Belluardo
05735887b9
fix(clippy): uninlined_format_args 2025-06-17 00:17:10 +02:00
Gabriele Belluardo
e8b6561d4c
fix(clippy): needless_continue 2025-06-17 00:06:01 +02:00
Gabriele Belluardo
edfcc2b400
fix(clippy): match_wildcard_for_single_variants 2025-06-17 00:02:13 +02:00
Gabriele Belluardo
9319c4f8cf
fix(clippy): manual_string_new 2025-06-17 00:00:22 +02:00
Gabriele Belluardo
2e1c09951e
fix(clippy): manual_let_else 2025-06-16 23:58:19 +02:00
Gabriele Belluardo
4afeb628a4
fix(clippy): inefficient_to_string 2025-06-16 23:56:15 +02:00
Gabriele Belluardo
a7ae477a7e
fix(clippy): if_not_else 2025-06-16 23:32:08 +02:00
Gabriele Belluardo
dc72ad9242
fix(clippy): explicit_iter_loop 2025-06-16 23:22:28 +02:00
Sylvestre Ledru
bcb76aca64
cp: let clap render help & version (#8199)
* cp: let clap render help & version

* cp: use get_many instead of remove_many from clap
2025-06-16 21:40:11 +02:00
Daniel Hofstetter
a6e104fc98 cp: use get_many instead of remove_many from clap 2025-06-16 16:24:32 +02:00
Daniel Hofstetter
7ffc16c31d cp: let clap render help & version 2025-06-16 15:54:13 +02:00
Daniel Hofstetter
19e04a26cf
Merge pull request #8193 from sylvestre/l10n-join
l10n: port join for translation + add french
2025-06-16 09:52:48 +02:00
Will Shuttleworth
01ac6dfd18
Merge pull request #8135 from willshuttleworth/stty-set-undefined
stty: fix mappings with empty string literal args
2025-06-16 09:45:11 +02:00
Sylvestre Ledru
5595d0716d l10n: port join for translation + add french 2025-06-15 19:42:03 +02:00
Will Shuttleworth
6023888363
stty: add ispeed/ospeed settings (#8180)
* stty: add ispeed/ospeed settings

* stty: fix spell check errors
2025-06-15 16:46:54 +02:00
Daniel Hofstetter
98e3852b40
Merge pull request #8182 from sylvestre/l10n-mkfifo
l10n: port mkfifo for translation + add french
2025-06-15 16:10:38 +02:00
Daniel Hofstetter
f04187930a
Merge pull request #8183 from sylvestre/l10n-mknod
l10n: port mknod for translation + add french
2025-06-15 16:04:45 +02:00
Daniel Hofstetter
164da1d54d
Merge pull request #8190 from uutils/renovate/vmactions-freebsd-vm-1.x
chore(deps): update vmactions/freebsd-vm action to v1.2.1
2025-06-15 15:54:34 +02:00
Daniel Hofstetter
a5a84a9524
Merge pull request #8184 from sylvestre/l10n-mktemp
l10n: port mktemp for translation + add french
2025-06-15 15:34:46 +02:00
Daniel Hofstetter
b5ea096915
Merge pull request #8187 from sylvestre/l10n-runcon
l10n: port runcon for translation + add french
2025-06-15 15:25:13 +02:00
renovate[bot]
812955893d
chore(deps): update vmactions/freebsd-vm action to v1.2.1 2025-06-15 13:01:29 +00:00
Daniel Hofstetter
3090434b65
Merge pull request #8189 from uutils/renovate/zip-4.x-lockfile
chore(deps): update rust crate zip to v4.1.0
2025-06-15 10:38:04 +02:00
Daniel Hofstetter
85c21cea26
Merge pull request #8186 from uutils/renovate/dawidd6-action-download-artifact-11.x
chore(deps): update dawidd6/action-download-artifact action to v11
2025-06-15 10:16:42 +02:00
renovate[bot]
511dd97547
chore(deps): update rust crate zip to v4.1.0 2025-06-15 06:13:59 +00:00
Sylvestre Ledru
d7e05cdfee l10n: port runcon for translation + add french 2025-06-15 00:56:16 +02:00
Dorian Péron
625e5eeb09
Merge pull request #8185 from frendsick/fix/printf-hex-zero-padding
printf: Fix formatting hexadecimals with padding
2025-06-15 00:42:56 +02:00
renovate[bot]
a23106c7b1
chore(deps): update dawidd6/action-download-artifact action to v11 2025-06-14 22:00:41 +00:00
Teemu Pätsi
cf7255f085
printf: Test formatting hex with padding 2025-06-15 00:36:38 +03:00
Teemu Pätsi
8c86b83afb
uucore: format: Fix zero padding for hexadecimals 2025-06-15 00:25:42 +03:00
Sylvestre Ledru
1fd0c2b480 l10n: port mktemp for translation + add french 2025-06-14 23:13:13 +02:00
Sylvestre Ledru
2aeca365e3 l10n: port mknod for translation + add french 2025-06-14 23:03:14 +02:00
Sylvestre Ledru
417eece650 l10n: port mkfifo for translation + add french 2025-06-14 22:54:53 +02:00
Dorian Péron
5936408922
Merge pull request #7484 from karlmcdowall/head_bug_bug_bug
head: fix bug with non-terminated files.
2025-06-14 21:22:24 +02:00
Dorian Péron
e2eb601948
Merge pull request #7918 from Qelxiros/7906-hashsum-errors
hashsum: don't exit early on io errors
2025-06-14 21:17:30 +02:00
Dorian Péron
b1559536e2
Merge pull request #8167 from sylvestre/l10n-basenc
l10n: port basenc for translation + add french
2025-06-14 19:33:36 +02:00
Daniel Hofstetter
91f56ae5ed
Merge pull request #8170 from sylvestre/l10n-chroot
l10n: port chroot for translation + add french
2025-06-14 19:02:00 +02:00
Daniel Hofstetter
b25d25aa52
Merge pull request #8173 from sylvestre/l10n-nohup
l10n: port nohup for translation + add french
2025-06-14 18:56:57 +02:00
Daniel Hofstetter
812b366dac
Merge pull request #8176 from sylvestre/l10n-du
l10n: port du for translation + add french
2025-06-14 18:44:35 +02:00
Sylvestre Ledru
fe7e769d6e
Merge pull request #8177 from cakebaker/logname_remove_unsafe_extern
logname: remove `unsafe extern "C"` block
2025-06-14 15:31:15 +02:00
Sylvestre Ledru
db229ea6d5
Merge pull request #8127 from MarcusGrass/mg/coreutils-version
feat: add `--version` argument to print main binary version
2025-06-14 15:30:47 +02:00
Daniel Hofstetter
0a71b2a32d
Merge pull request #8174 from sylvestre/l10n-rmdir
l10n: port rmdir for translation + add french
2025-06-14 11:18:36 +02:00
Daniel Hofstetter
ae6dcced08 logname: remove 'unsafe extern "C"' block 2025-06-14 10:42:37 +02:00
Daniel Hofstetter
8d6fb5fcb0
Merge pull request #8172 from sylvestre/l10n-logname
l10n: port logname for translation + add french
2025-06-14 10:29:33 +02:00
Sylvestre Ledru
1bf231b070 l10n: port du for translation + add french 2025-06-14 10:26:38 +02:00
Sylvestre Ledru
2badd7c4fe l10n: port rmdir for translation + add french 2025-06-14 10:05:34 +02:00
Sylvestre Ledru
f98f2c130b l10n: port nohup for translation + add french 2025-06-14 09:57:52 +02:00
Daniel Hofstetter
08abb544f2
Merge pull request #8171 from sylvestre/l10n-cut
l10n: port cut for translation + add french
2025-06-14 09:53:57 +02:00