1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00
Commit graph

15910 commits

Author SHA1 Message Date
Sylvestre Ledru
576bd6f565 env: adjust to test after the improvement on the error message 2025-06-30 13:42:40 +02:00
Sylvestre Ledru
625dec0be1 l10n: port env for translation + add french 2025-06-30 13:42:40 +02:00
Daniel Hofstetter
069a43a65d
Merge pull request #8092 from sylvestre/l10n-uptime
l10n: port uptime to translation + add french
2025-06-30 13:42:02 +02:00
Daniel Hofstetter
ba447eb869
Merge pull request #8191 from sylvestre/l10n-dd
l10n: port dd for translation + add french
2025-06-30 11:02:15 +02:00
Sylvestre Ledru
433e18e003
Merge pull request #8288 from cakebaker/install_simplify_return_type
install: use `bool` as return type of `need_copy`
2025-06-30 10:47:11 +02:00
Daniel Hofstetter
19103eefcd
Merge pull request #8287 from sylvestre/l10n-base32
l10n: port base32 for translation + add french
2025-06-30 10:26:07 +02:00
Daniel Hofstetter
348bd3d90b install: use bool as return type of need_copy
instead of UResult<bool>
2025-06-30 09:42:38 +02:00
Daniel Hofstetter
97041c9828
Merge pull request #8265 from sylvestre/install-C
install: implement option -C
2025-06-30 09:29:52 +02:00
Sylvestre Ledru
42339fe191
GNUMakefile: install libstdbuf (#8238)
Use external libstdbuf.so when building with make, as embedding the library
is only needed to work around "cargo install" limitations with shared libraries.

Also change default installation directory to /usr/local/libexec/coreutils/ for consistency
with GNU coreutils

Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
2025-06-30 09:17:31 +02:00
Sylvestre Ledru
cc296d8e14 gh/action: add missing locales for tests/fmt/non-space.sh 2025-06-30 00:06:52 +02:00
Sylvestre Ledru
2df7f01c15 fmt: fix the last two gnu issues 2025-06-30 00:06:52 +02:00
Sylvestre Ledru
d9c72dcdc8 install -C: also the manage the ignore case 2025-06-29 23:51:45 +02:00
Sylvestre Ledru
bdcd2ef00a install: implement option -C
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2025-06-29 23:19:09 +02:00
Dorian Péron
56ce0e28ad
cksum: Fix file quoting on stderr (#8272)
* cksum: handle escaping in stderr for file errors

* uutests: Minor fix and stdX_contains_bytes feature

* test(cksum): add test for stderr escaping
2025-06-29 22:07:27 +02:00
Sylvestre Ledru
7bc0883c24 base*: create the symlink 2025-06-29 20:11:02 +02:00
Sylvestre Ledru
f12111b7a2 base*: create a common locale directory with symlinks 2025-06-29 20:11:02 +02:00
Sylvestre Ledru
e00167bd6b l10n: port base32 for translation + add french 2025-06-29 20:11:02 +02:00
VenetiaFurtado
c64adee068
touch: add -f flag (#8274)
* touch: fix f flag

* Update src/uu/touch/src/touch.rs

Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>

* touch: add test for f flag

* Update src/uu/touch/src/touch.rs

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

* Update tests/by-util/test_touch.rs

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

* remove unnecessary comment

---------

Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2025-06-29 15:26:33 +02:00
Daniel Hofstetter
1d76a00840
Merge pull request #8116 from sylvestre/l10n-touch
l10n: port touch for translation + add french
2025-06-29 14:50:48 +02:00
Daniel Hofstetter
fd7661c62e
Merge pull request #8243 from sylvestre/l10n-stat
l10n: port stat for translation + use thiserror + add french
2025-06-29 14:40:48 +02:00
Sylvestre Ledru
c8066700a2 l10n: port touch for translation + add french 2025-06-28 22:15:47 +02:00
Sylvestre Ledru
688215725c l10n: port dd for translation + add french 2025-06-28 21:52:00 +02:00
Sylvestre Ledru
3f0b87e319 l10n: port stat for translation + use thiserror + add french 2025-06-28 21:36:18 +02:00
Sylvestre Ledru
a0e45f2267 l10n: port uptime to translation + add french 2025-06-28 20:07:27 +02:00
Sylvestre Ledru
411874f34b
Merge pull request #8284 from sylvestre/moz-fluent
Use mozilla fluent linter (and remove mine)
2025-06-28 20:07:11 +02:00
Sylvestre Ledru
eaa6d228b1 Use mozilla fluent linter (and remove mine) 2025-06-28 19:01:33 +02:00
Daniel Hofstetter
eefe70f883
Merge pull request #8283 from sylvestre/flt
fix ftl - Identifiers may only contain lowercase characters and -
2025-06-28 18:58:52 +02:00
Sylvestre Ledru
4d7bd55df0 fix ftl - Identifiers may only contain lowercase characters and - 2025-06-28 18:04:11 +02:00
Daniel Hofstetter
2140961c8e
Merge pull request #8282 from sylvestre/clipp
clippy: replace vector indexing with safe .get() method
2025-06-28 14:54:28 +02:00
Sylvestre Ledru
e446ed929a clippy: replace vector indexing with safe .get() method 2025-06-28 10:13:51 +02:00
jenningsfan
3214c4d604
install: don't error when multiple arguments of the same type are given, instead override with last one (#8033) (#8053) 2025-06-28 09:57:55 +02:00
Dorian Péron
46cfeadf7c
Merge pull request #8279 from cakebaker/clippy_fix_warnings_in_uucore
clippy: fix warnings from `uninlined_format_args` lint
2025-06-28 02:12:04 +02:00
Daniel Hofstetter
72a65ae2d4
Merge pull request #8278 from uutils/renovate/console-0.x
fix(deps): update rust crate console to 0.16.0
2025-06-27 16:42:13 +02:00
Daniel Hofstetter
2c64a347ff clippy: fix warnings from uninlined_format_args 2025-06-27 16:09:20 +02:00
renovate[bot]
53d259c13f
fix(deps): update rust crate console to 0.16.0 2025-06-27 13:47:33 +00:00
Sylvestre Ledru
c23ebe2a98
Merge pull request #8277 from cakebaker/cargo_toml_remove_lint
Cargo.toml: remove `match_on_vec_items` lint
2025-06-27 15:45:35 +02:00
Daniel Hofstetter
7ead5121da Cargo.toml/config.toml: format files 2025-06-27 15:11:54 +02:00
Daniel Hofstetter
85952a07a2 Cargo.toml: remove match_on_vec_items lint
it has been removed from clippy
2025-06-27 14:57:40 +02:00
Dorian Péron
dcc5492f8e
Merge pull request #8268 from tgrez/main
od: fix handling of non-ascii chars
2025-06-27 13:38:07 +02:00
Tomasz Guz
cad92245f7 od: fix handling of non-ascii chars 2025-06-27 12:42:18 +02:00
Martin Kunkel
baab9aa895 timeout: Add test for SIGTERM processing
This is the test for issue #8040.
2025-06-27 17:01:53 +08:00
Luv-Ray
ec5f6feaa2 timeout: catch TERM signal 2025-06-27 17:01:42 +08:00
Luv-Ray
fb2399f56b
fix clippy (#8275)
* fix clippy

* update

* update
2025-06-27 09:15:24 +02:00
Sylvestre Ledru
507e1cc09b
Merge pull request #8271 from RenjiSann/quoting-simplify
uucore(quoting_style): Improve quoting style handling
2025-06-26 17:11:09 +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
Dorian Péron
6275e62f87
Merge pull request #8269 from sylvestre/clippy
uucore: fix clippy warnings - the following explicit lifetimes could be elided: 'a
2025-06-25 22:45:15 +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