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
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
Etienne Cordonnier
e1441eff2c GNUMakefile: install libstdbuf
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-22 23:30:34 +02: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
Sylvestre Ledru
53e3e665ca l10n: port cp for translation + add french 2025-06-21 23:49:20 +02:00
Sylvestre Ledru
938d05a6d5 l10n: port split for translation + add french 2025-06-21 22:34:41 +02:00
Sylvestre Ledru
df31c933a6 l10n: port printf for translation + add french 2025-06-21 21:34:18 +02:00
Sylvestre Ledru
aa4a85a4ff add a job to verify that pre-commit works 2025-06-21 21:15:15 +02:00
Sylvestre Ledru
6aa4e6d156 l10n: port numfmt for translation + add french 2025-06-21 20:48:27 +02:00
Sylvestre Ledru
f825409392
Merge pull request #8164 from cakebaker/uptime_improve_uptime_since
uptime: improve readability of `uptime_since`
2025-06-21 19:45:56 +02:00
Sylvestre Ledru
7b3247d80e
Merge pull request #8236 from cakebaker/docs_add_no_utf8_as_extension
docs: add `-U`/`--no-utf8` as extension of `expand`/`unexpand`
2025-06-21 19:44:57 +02:00
Sylvestre Ledru
599a958454 Add a fluent precommit hook 2025-06-21 19:30:22 +02:00
Daniel Hofstetter
2c9be39099 docs: add -U/--no-utf8 as extension of (un)expand 2025-06-21 17:23:14 +02:00
Sylvestre Ledru
f314daff25
Merge pull request #8234 from kevinburke/locale
lib/mods/locale: fix locale loading
2025-06-21 10:36:27 +02:00
Kevin Burke
3f94a3e4d7
lib/mods/locale: fix locale loading
I'm not sure exactly why this is happening, but when I install
coreutils with `make install PREFIX=some-prefix`, before this patch
coreutils would look in the wrong place for locales - it would look in
e.g. "bin/cut/en-US.ftl" instead of in share/locales/cut/en-US.ftl.

This patch fixes the issue, add a test as well.

Fixes #8115.
2025-06-20 13:54:23 -07:00
Sylvestre Ledru
34133506ff
Merge pull request #8233 from cakebaker/bump_phf_crates
Bump `phf` and `phf_codegen` & fix compilation errors
2025-06-20 20:00:36 +02:00
Daniel Hofstetter
8391276bb2 build.rs: adapt to changes in phf_codegen 2025-06-20 18:38:43 +02:00
Daniel Hofstetter
9fb8cd2e50 Bump phf & phf_codegen from 0.11.2 to 0.12.1 2025-06-20 17:07:57 +02:00
Timothy G.
d05460a16c
unexpand: add -f short alias for --first-only (#8229) 2025-06-19 21:59:23 +02:00
Daniel Hofstetter
39c793c885
Merge pull request #8221 from willshuttleworth/stty-size
stty: add options to set and print terminal size
2025-06-19 16:59:00 +02:00
Will Shuttleworth
10f8d77560 stty: add option to print terminal size 2025-06-19 08:38:47 -04:00
Will Shuttleworth
93ac655936 stty: add tests for setting rows/cols 2025-06-19 08:38:08 -04:00
Will Shuttleworth
aa58eff8d6 stty: add rows/cols settings 2025-06-19 08:38:01 -04:00
Sylvestre Ledru
e324e2c439
Merge pull request #8226 from cakebaker/bump_selinux_crates
Bump selinux crates
2025-06-19 10:52:47 +02:00
Sylvestre Ledru
dcaef2eb65
Merge pull request #8225 from cakebaker/tee_move_test
tee: move test to `linux_only` module
2025-06-19 10:43:04 +02:00
Daniel Hofstetter
dcbb5936eb Bump selinux crates
selinux from 0.5.1 to 0.5.2, selinux-sys from 0.6.14 to 0.6.15
2025-06-19 10:25:31 +02:00
Sudhakar Verma
c674cf1839
Merge pull request #8217 from sudhackar/ls-fix
ls: follow symlinks for xattrs, fix #8216
2025-06-19 10:17:25 +02:00
Daniel Hofstetter
cccaba63c2 tee: move test to "linux_only" module 2025-06-19 09:42:22 +02:00
Dorian Péron
86f0c617d8
Merge pull request #8218 from Maximkaaa/tee_buffering
tee: remove output buffering
2025-06-19 08:41:01 +02:00
Maxim
e354ddea02 tee: remove output buffering
To comply with POSIX standard `tee` implementation must not buffer
its output, so we replace std::io::copy implementation that does
buffering with the custom one.
2025-06-19 09:28:38 +09:00
Daniel Hofstetter
2ba6c32687
Merge pull request #8219 from Maximkaaa/tee_no_more_writable
tests/tee: enable no_more_writable test
2025-06-18 18:51:33 +02:00
Maxim
1613cdba10 tests/tee: move no_more_writable test to linux_only module 2025-06-19 00:37:26 +09:00
Maxim
7310c7fca1 tests/tee: enable no_more_writable test 2025-06-19 00:35:53 +09:00
Daniel Hofstetter
2451682637
Merge pull request #8205 from sylvestre/l10n-expand
l10n: port expand for translation + add french
2025-06-18 10:51:48 +02:00