1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-14 01:01:05 +00:00
Commit graph

15789 commits

Author SHA1 Message Date
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 Péron
945f01df21
Merge pull request #8259 from sylvestre/l10n-rm
l10n: port rm for translation + add french
2025-06-25 01:08:12 +02:00
Dorian Peron
3fe7f94396 test/ls: add test for locale-aware quoting 2025-06-25 00:49:01 +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
e79bc8790b l10n: port rm for translation + add french 2025-06-25 00:02:36 +02:00
Daniel Hofstetter
05eb7ee374
Merge pull request #8249 from sylvestre/l10n-ls
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
Daniel Hofstetter
1675c3e981
Merge pull request #8200 from sylvestre/l10n-cp
l10n: port cp for translation + add french
2025-06-23 16:08:06 +02:00
Daniel Hofstetter
588f3d4789
Merge pull request #8192 from sylvestre/l10n-install
l10n: port install for translation + add french
2025-06-23 15:32:31 +02:00
Daniel Hofstetter
47308137e2
Merge pull request #8195 from sylvestre/l10n-seq
l10n: port seq for translation + add french
2025-06-23 15:29:57 +02:00
Daniel Hofstetter
c83c6d8966
Merge pull request #8168 from sylvestre/l10n-chgrp
l10n: port chgrp for translation + add french
2025-06-23 14:48:00 +02:00
Daniel Hofstetter
ce617a5375
Merge pull request #8175 from sylvestre/l10n-shuf
l10n: port shuf for translation + add french
2025-06-23 14:40:37 +02:00
Daniel Hofstetter
9ccaa54465
Merge pull request #8188 from sylvestre/l10n-ptx
l10n: port ptx for translation + add french
2025-06-23 14:37:06 +02:00
Daniel Hofstetter
df94746a4e
Merge pull request #8181 from sylvestre/l10n-nl
l10n: port nl for translation + add french
2025-06-23 14:33:40 +02:00
Daniel Hofstetter
7627f51e45
Merge pull request #8212 from sylvestre/l10n-printf
l10n: port printf for translation + add french
2025-06-23 14:28:12 +02:00
Dorian Péron
b8228fbe31
Merge pull request #8241 from phinjensen/fold-non-utf8
fold: process streams as bytes, not strings, to handle non-utf8 data
2025-06-23 11:03:32 +02:00
Daniel Hofstetter
b084badc70
Merge pull request #8254 from sylvestre/l10n-stdbuf
l10n: port stdbuf for translation + add french
2025-06-23 10:44:03 +02:00
Daniel Hofstetter
da754ed66d
Merge pull request #8247 from sylvestre/l10n-echo
l10n: port echo for translation + add french
2025-06-23 10:20:49 +02:00
Daniel Hofstetter
73bcf4efc2
Merge pull request #8255 from uutils/renovate/zip-4.x-lockfile
chore(deps): update rust crate zip to v4.2.0
2025-06-23 09:53:30 +02:00
renovate[bot]
7d2fc68889
chore(deps): update rust crate zip to v4.2.0 2025-06-23 06:59:11 +00:00
Phineas Jensen
faa6a9bb95 tests/fold: add tests for non-utf8 streams 2025-06-22 20:57:19 -06:00
Phineas Jensen
cad7d0fe1b fold: handle non-utf8 streams 2025-06-22 20:57:07 -06:00
Sylvestre Ledru
564daa89c8 l10n: port stdbuf for translation + add french 2025-06-22 23:29:59 +02:00
Sylvestre Ledru
c96f414681 l10n: port echo for translation + add french 2025-06-22 18:36:27 +02:00
Daniel Hofstetter
60bf6cbc91
Merge pull request #8237 from sylvestre/pre-commit-ftl
add the fluent hook conf file
2025-06-22 14:42:53 +02:00
Daniel Hofstetter
ca3fd84995
Merge pull request #8240 from sylvestre/l10n-head
l10n: port head for translation + add french
2025-06-22 14:25:20 +02:00
Sylvestre Ledru
eb1940525f l10n: port head for translation + add french 2025-06-22 01:12:32 +02:00
Sylvestre Ledru
813bb1f7af l10n: port ptx for translation + add french 2025-06-22 00:36:46 +02:00
Sylvestre Ledru
fdb1a2cf7f l10n: port seq for translation + add french 2025-06-22 00:14:30 +02:00
Sylvestre Ledru
df731e3650 l10n: port nl for translation + add french 2025-06-22 00:09:36 +02:00