19008 Commits

Author SHA1 Message Date
Sylvestre Ledru c4093734e2 ci: install hu_HU.UTF-8 (and peers) for l10n cargo test job 0.8.0 2026-04-06 15:10:31 +02:00
Sylvestre Ledru 976ed4f1c7 date: apply locale-aware localization before GNU modifier processing
Formats like "%-e" previously bypassed ICU localization of "%b"/"%A"
because the modifier fast-path ran before localize_format_string().
Localize first, then run the modifier pass on the already-localized
format. Fixes uutils/coreutils#11240.
2026-04-06 15:10:31 +02:00
MegaBrutal 0a5c60f5cf Tests for Hungarian locale 2026-04-06 15:10:31 +02:00
oech3 8062daeb65 head: split head.rs 2026-04-06 14:45:28 +02:00
Daniel Hofstetter aa66859cb0 cat: remove some unnecessary to_owned() calls 2026-04-06 11:53:53 +02:00
Eshwar Singh Rajaputana 79c90ff704 numfmt: preserve fractional digits when --from-unit is used without suffix and fixed String format (#11674)
* numfmt: preserve fractional digits when --from-unit is used without suffix and fixed String format

* numfmt: simplify redundant if branches caught by clippy

* numfmt: fix precision condition to only preserve decimals when input has no unit suffix
2026-04-06 10:58:18 +02:00
vishakha1411 51094702d2 date: honor narrow width on wide default strftime fields 2026-04-06 10:16:00 +02:00
vishakha1411 b41d591cde date: fix %#P case-swap on lowercase am/pm 2026-04-06 09:48:18 +02:00
Ibrahim Burak Yorulmaz db9a111c18 dd: do not show zero multiplier warning when zero is the multiplicand (#11673)
* dd: do not show zero multiplier warning when zero is the multiplicand

* tests/dd: test zero multiplier warning when zero is the multiplicand
2026-04-06 08:16:40 +02:00
xtqqczze fca0d0416c pre-commit: update cargo-lock-check to suggest changes 2026-04-06 00:12:12 +02:00
Sylvestre Ledru 88fb82a4a7 date: add ignored tests for GNU compatibility gaps found by fuzz_date 2026-04-05 23:49:37 +02:00
Sylvestre Ledru 53c7d6fb9d numfmt: add failing test cases 2026-04-05 23:49:19 +02:00
Sylvestre Ledru 9f25a88760 mkdir: replace libc and unsafe by rustix 2026-04-05 22:14:44 +02:00
Sylvestre Ledru 0fd635203b who: hardcode idle current/unknown placeholders 2026-04-05 22:11:06 +02:00
Sylvestre Ledru 170f0122f5 tail: hardcode no-such-file and became-inaccessible status messages 2026-04-05 22:11:06 +02:00
Sylvestre Ledru 114a97975f install: hardcode verbose copy message 2026-04-05 22:11:06 +02:00
Sylvestre Ledru c10b6a4dfc cp: hardcode verbose copy/created-directory message 2026-04-05 22:11:06 +02:00
Sylvestre Ledru c501a2074f env: hardcode config file error message 2026-04-05 22:11:06 +02:00
Sylvestre Ledru 5adc8f389f fr-FR: fix anglicisms (supporté→pris en charge, drapeau→option, removed→supprimé) 2026-04-05 21:31:14 +02:00
Sylvestre Ledru 12cdba237e df: source SI/IEC bases from uucore::parser::parse_size 2026-04-05 17:04:48 +02:00
Sylvestre Ledru 9fd39f2f5c dd: source SI/IEC bases from uucore::parser::parse_size 2026-04-05 17:04:48 +02:00
Sylvestre Ledru 1d925e08d7 numfmt: source SI/IEC bases from uucore::parser::parse_size 2026-04-05 17:04:48 +02:00
Sylvestre Ledru a47a05fb8e uucore: expose SI_BASES and IEC_BASES constants 2026-04-05 17:04:48 +02:00
Sylvestre Ledru 4218f55bf7 numfmt: simplify parse_unit_size_suffix 2026-04-05 17:04:48 +02:00
Sylvestre Ledru 1a7206459e numfmt: avoid String allocation in parse_unit_size 2026-04-05 17:04:48 +02:00