Commit graph

8570 commits

Author SHA1 Message Date
jenningsfan
3214c4d604
install: don't error when multiple arguments of the same type are given, instead override with last one (#8033) (#8053)
Some checks are pending
CICD / Style/cargo-deny (push) Waiting to run
CICD / Style/deps (push) Waiting to run
CICD / Documentation/warnings (push) Waiting to run
CICD / MinRustV (push) Waiting to run
CICD / Dependencies (push) Waiting to run
CICD / Build/Makefile (push) Blocked by required conditions
CICD / Build/stable (push) Blocked by required conditions
CICD / Build/nightly (push) Blocked by required conditions
CICD / Binary sizes (push) Blocked by required conditions
CICD / Build (push) Blocked by required conditions
CICD / Tests/BusyBox test suite (push) Blocked by required conditions
CICD / Tests/Toybox test suite (push) Blocked by required conditions
CICD / Code Coverage (push) Waiting to run
CICD / Separate Builds (push) Waiting to run
CICD / Test all features separately (push) Blocked by required conditions
CICD / Build/SELinux (push) Blocked by required conditions
GnuTests / Run GNU tests (push) Waiting to run
Android / Test builds (push) Waiting to run
Code Quality / Style/format (push) Waiting to run
Code Quality / Style/lint (push) Waiting to run
Code Quality / Style/spelling (push) Waiting to run
Code Quality / Style/toml (push) Waiting to run
Code Quality / Style/Python (push) Waiting to run
Code Quality / Pre-commit hooks (push) Waiting to run
FreeBSD / Style and Lint (push) Waiting to run
FreeBSD / Tests (push) Waiting to run
2025-06-28 09:57:55 +02:00
Dorian Péron
46cfeadf7c
Merge pull request #8279 from cakebaker/clippy_fix_warnings_in_uucore
Some checks are pending
CICD / Build (push) Blocked by required conditions
CICD / Style/cargo-deny (push) Waiting to run
CICD / Test all features separately (push) Blocked by required conditions
CICD / Style/deps (push) Waiting to run
CICD / Documentation/warnings (push) Waiting to run
CICD / MinRustV (push) Waiting to run
CICD / Dependencies (push) Waiting to run
CICD / Build/Makefile (push) Blocked by required conditions
CICD / Build/stable (push) Blocked by required conditions
CICD / Build/nightly (push) Blocked by required conditions
CICD / Binary sizes (push) Blocked by required conditions
CICD / Tests/BusyBox test suite (push) Blocked by required conditions
CICD / Tests/Toybox test suite (push) Blocked by required conditions
CICD / Code Coverage (push) Waiting to run
CICD / Separate Builds (push) Waiting to run
CICD / Build/SELinux (push) Blocked by required conditions
GnuTests / Run GNU tests (push) Waiting to run
Android / Test builds (push) Waiting to run
Code Quality / Style/format (push) Waiting to run
Code Quality / Style/lint (push) Waiting to run
Code Quality / Style/spelling (push) Waiting to run
Code Quality / Style/toml (push) Waiting to run
Code Quality / Style/Python (push) Waiting to run
Code Quality / Pre-commit hooks (push) Waiting to run
FreeBSD / Style and Lint (push) Waiting to run
FreeBSD / Tests (push) Waiting to run
clippy: fix warnings from `uninlined_format_args` lint
2025-06-28 02:12:04 +02:00
Daniel Hofstetter
2c64a347ff clippy: fix warnings from uninlined_format_args 2025-06-27 16:09:20 +02:00
Tomasz Guz
cad92245f7 od: fix handling of non-ascii chars 2025-06-27 12:42:18 +02:00
Luv-Ray
ec5f6feaa2 timeout: catch TERM signal 2025-06-27 17:01:42 +08:00
Luv-Ray
fb2399f56b
fix clippy (#8275)
Some checks are pending
CICD / Build (push) Blocked by required conditions
CICD / Style/cargo-deny (push) Waiting to run
CICD / Style/deps (push) Waiting to run
CICD / Documentation/warnings (push) Waiting to run
CICD / MinRustV (push) Waiting to run
CICD / Dependencies (push) Waiting to run
CICD / Build/Makefile (push) Blocked by required conditions
CICD / Build/stable (push) Blocked by required conditions
CICD / Build/nightly (push) Blocked by required conditions
CICD / Binary sizes (push) Blocked by required conditions
CICD / Tests/BusyBox test suite (push) Blocked by required conditions
CICD / Tests/Toybox test suite (push) Blocked by required conditions
CICD / Code Coverage (push) Waiting to run
CICD / Separate Builds (push) Waiting to run
CICD / Test all features separately (push) Blocked by required conditions
CICD / Build/SELinux (push) Blocked by required conditions
GnuTests / Run GNU tests (push) Waiting to run
Android / Test builds (push) Waiting to run
Code Quality / Style/format (push) Waiting to run
Code Quality / Style/lint (push) Waiting to run
Code Quality / Style/spelling (push) Waiting to run
Code Quality / Style/toml (push) Waiting to run
Code Quality / Style/Python (push) Waiting to run
Code Quality / Pre-commit hooks (push) Waiting to run
FreeBSD / Style and Lint (push) Waiting to run
FreeBSD / Tests (push) Waiting to run
* fix clippy

* update

* update
2025-06-27 09:15:24 +02:00
Dorian Peron
ec1781b021 quoting_style: introduce sane defaults for quoting styles to avoid duplicate code 2025-06-26 16:14:58 +02:00
Daniel Hofstetter
367bc30595
Merge pull request #8194 from sylvestre/l10n-shred
l10n: port shred for translation + add french
2025-06-26 13:07:21 +02:00
Daniel Hofstetter
b41f54c93d
Merge pull request #8208 from sylvestre/l10n-numfmt
l10n: port numfmt for translation + add french
2025-06-26 11:09:54 +02:00
Sylvestre Ledru
6287c7bfa9 l10n: port shred for translation + add french 2025-06-26 08:06:01 +02:00
Sylvestre Ledru
bddd33de72 uucore: fix clippy warnings - the following explicit lifetimes could be elided: 'a 2025-06-25 21:20:19 +02:00
Daniel Hofstetter
eb3f0f9b3d
Merge pull request #8257 from sylvestre/l10n-stty
l10n: port stty for translation + add french
2025-06-25 10:22:40 +02:00
Daniel Hofstetter
a7c8eb8acb
Merge pull request #8147 from sylvestre/l10n-csplit
l10n: port csplit for translation + add french
2025-06-25 10:17:45 +02:00
Daniel Hofstetter
9e57ce82d7
Merge pull request #8244 from sylvestre/l10n-sort
l10n: port sort for translation + add french
2025-06-25 10:13:57 +02:00
Daniel Hofstetter
2ea3786bbc
Merge pull request #8252 from sylvestre/l10n-od
l10n: port od for translation + add french
2025-06-25 10:08:50 +02:00
Daniel Hofstetter
6a30c74475
Merge pull request #8251 from sylvestre/l10n-mv
l10n: port mv for translation + add french
2025-06-25 09:43:24 +02:00
Daniel Hofstetter
584877beb0
Merge pull request #8253 from sylvestre/l10n-pr
l10n: port pr for translation + add french
2025-06-25 09:36:00 +02:00
Daniel Hofstetter
64f308a35b
Merge pull request #8245 from sylvestre/l10n-chmod-2
Some checks are pending
CICD / Build/SELinux (push) Blocked by required conditions
GnuTests / Run GNU tests (push) Waiting to run
Android / Test builds (push) Waiting to run
Code Quality / Style/format (push) Waiting to run
Code Quality / Style/lint (push) Waiting to run
Code Quality / Style/spelling (push) Waiting to run
Code Quality / Style/toml (push) Waiting to run
CICD / Build (push) Blocked by required conditions
CICD / Tests/BusyBox test suite (push) Blocked by required conditions
CICD / Tests/Toybox test suite (push) Blocked by required conditions
CICD / Code Coverage (push) Waiting to run
CICD / Separate Builds (push) Waiting to run
CICD / Style/cargo-deny (push) Waiting to run
CICD / Style/deps (push) Waiting to run
CICD / Documentation/warnings (push) Waiting to run
CICD / MinRustV (push) Waiting to run
CICD / Test all features separately (push) Blocked by required conditions
CICD / Dependencies (push) Waiting to run
CICD / Build/Makefile (push) Blocked by required conditions
CICD / Build/stable (push) Blocked by required conditions
CICD / Build/nightly (push) Blocked by required conditions
CICD / Binary sizes (push) Blocked by required conditions
Code Quality / Style/Python (push) Waiting to run
Code Quality / Pre-commit hooks (push) Waiting to run
FreeBSD / Style and Lint (push) Waiting to run
FreeBSD / Tests (push) Waiting to run
l10n: port chmod for translation + add french
2025-06-25 09:30:58 +02:00
Sylvestre Ledru
2b5dfe612c
Merge pull request #8179 from RenjiSann/locale-aware-quoting
i18n: Locale-aware quoting
2025-06-25 08:39:19 +02:00
Dorian Peron
f17940b4e5 quoting_style: patch tests for encoding 2025-06-25 00:49:01 +02:00
Dorian Peron
deeaec3d4a quoting_style: introduce locale-aware quoting style 2025-06-25 00:49:01 +02:00
Dorian Peron
bb30eb513e quoting_style: move EscapeChar stuff to its own file 2025-06-25 00:47:51 +02:00
Dorian Peron
4958697bd5 quoting_style: introduce Quoter trait to factorize QuotingStyle behaviors 2025-06-25 00:47:51 +02:00
Dorian Peron
6ebab2d768 uucore: move quoting_style.rs to a folder 2025-06-25 00:47:51 +02:00
Dorian Peron
231b0e5c59 uucore: retrieve the Locale encoding from env variables 2025-06-25 00:47:51 +02:00
Sylvestre Ledru
989b6533b1 l10n: port od for translation + add french 2025-06-25 00:42:02 +02:00
Sylvestre Ledru
5be0db5e8c l10n: port sort for translation + add french 2025-06-25 00:29:44 +02:00
Sylvestre Ledru
7fe550afed l10n: port csplit for translation + add french 2025-06-25 00:24:50 +02:00
Sylvestre Ledru
d8ba6c01e4 l10n: port chmod for translation + add french 2025-06-25 00:16:11 +02:00
Sylvestre Ledru
95e3d6e92c l10n: port stty for translation + add french
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2025-06-25 00:08:24 +02:00
Sylvestre Ledru
e79bc8790b l10n: port rm for translation + add french 2025-06-25 00:02:36 +02:00
Sylvestre Ledru
6b2ccde2bc l10n: port pr for translation + add french 2025-06-24 23:56:39 +02:00
Sylvestre Ledru
09db3f4c16 l10n: port mv for translation + add french 2025-06-24 23:52:36 +02:00
Daniel Hofstetter
05eb7ee374
Merge pull request #8249 from sylvestre/l10n-ls
Some checks are pending
CICD / Style/cargo-deny (push) Waiting to run
CICD / Style/deps (push) Waiting to run
CICD / Documentation/warnings (push) Waiting to run
CICD / MinRustV (push) Waiting to run
CICD / Dependencies (push) Waiting to run
CICD / Build/Makefile (push) Blocked by required conditions
CICD / Build/stable (push) Blocked by required conditions
CICD / Build/nightly (push) Blocked by required conditions
CICD / Binary sizes (push) Blocked by required conditions
CICD / Build (push) Blocked by required conditions
CICD / Tests/BusyBox test suite (push) Blocked by required conditions
CICD / Tests/Toybox test suite (push) Blocked by required conditions
CICD / Code Coverage (push) Waiting to run
CICD / Separate Builds (push) Waiting to run
CICD / Test all features separately (push) Blocked by required conditions
CICD / Build/SELinux (push) Blocked by required conditions
GnuTests / Run GNU tests (push) Waiting to run
Android / Test builds (push) Waiting to run
Code Quality / Style/format (push) Waiting to run
Code Quality / Style/lint (push) Waiting to run
Code Quality / Style/spelling (push) Waiting to run
Code Quality / Style/toml (push) Waiting to run
Code Quality / Style/Python (push) Waiting to run
Code Quality / Pre-commit hooks (push) Waiting to run
FreeBSD / Style and Lint (push) Waiting to run
FreeBSD / Tests (push) Waiting to run
l10n: port ls for translation + add french
2025-06-24 16:37:55 +02:00
Daniel Hofstetter
2ded89650a
Merge pull request #8250 from sylvestre/l10n-more
l10n: port more for translation + add french
2025-06-24 16:32:20 +02:00
Daniel Hofstetter
c3689faa04
Merge pull request #8248 from sylvestre/l10n-ln
l10n: port ln for translation + add french
2025-06-24 16:24:56 +02:00
Daniel Hofstetter
f00e832ead
Merge pull request #8242 from sylvestre/l10n-fmt
l10n: port fmt for translation + use thiserror + add french
2025-06-24 16:07:21 +02:00
Daniel Hofstetter
a0c5423930
Merge pull request #8239 from sylvestre/l10n-df
l10n: port df for translation + add french
2025-06-24 15:51:42 +02:00
Daniel Hofstetter
bc459d1e51
Merge pull request #8211 from sylvestre/l10n-split
'l10n: port split for translation + add french
2025-06-24 15:31:11 +02:00
Sylvestre Ledru
25f584b299
Merge pull request #8262 from cakebaker/stty_remove_redundant_cfg
stty: remove redundant `cfg`
2025-06-24 10:52:10 +02:00
Daniel Hofstetter
d9496da5f1 stty: remove redundant cfg 2025-06-24 10:33:10 +02:00
Daniel Hofstetter
04b0a859e3
Merge pull request #8258 from sylvestre/l10n-date
l10n: port date for translation + add french
2025-06-24 09:38:59 +02:00
Daniel Hofstetter
e5cdefe73a
Merge pull request #8260 from sylvestre/l10n-chown
l10n: port chown for translation + add french
2025-06-24 09:25:14 +02:00
Sylvestre Ledru
d19c592036 l10n: port more for translation + add french 2025-06-23 22:31:01 +02:00
Sylvestre Ledru
dc9dd3fb70 l10n: port ls for translation + add french
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2025-06-23 22:29:12 +02:00
Sylvestre Ledru
e822db6bc5 l10n: port ln for translation + add french 2025-06-23 22:24:34 +02:00
Sylvestre Ledru
ebc4fbcaf2 l10n: port fmt for translation + use thiserror + add french 2025-06-23 21:09:19 +02:00
Sylvestre Ledru
b30e6f8be7 l10n: port df for translation + add french 2025-06-23 21:02:08 +02:00
Sylvestre Ledru
bde2a15b39 l10n: port date for translation + add french 2025-06-23 20:02:48 +02:00
Sylvestre Ledru
822c721354 l10n: port chown for translation + add french 2025-06-23 19:50:35 +02:00