Martin Kunkel
c31de82629
unit test coverage: fix missing coverage
...
binary-path option of grcov needs to be set to full target/debug folder
to include unit test binaries.
2025-12-09 16:45:53 +00:00
Dorian Péron
92d7792c72
Merge pull request #9613 from Ecordonnier/eco/nohup-command-exec
...
nohup: use Command::exec() instead of libc::execvp()
2025-12-09 17:29:16 +01:00
Daniel Hofstetter
2feb6b9cea
Merge pull request #9614 from Ecordonnier/eco/env-command-exec
...
env: use Command::exec() instead of libc::execvp()
2025-12-09 17:16:16 +01:00
oech3
5090d9a761
benchmarks.yml: Stop unnecessary apt-get
2025-12-09 14:41:52 +01:00
Etienne Cordonnier
e27da7efcc
env: use Command::exec() instead of libc::execvp()
...
No need to use the unsafe `libc::execvp()`, the standard rust library provides
the functionality via the safe function `Command::exec()`.
Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com >
2025-12-09 14:16:33 +01:00
Daniel Hofstetter
85aabf2038
Merge pull request #9610 from uutils/renovate/davidanson-markdownlint-cli2-action-22.x
...
chore(deps): update davidanson/markdownlint-cli2-action action to v22
2025-12-09 14:04:42 +01:00
Etienne Cordonnier
10bdc1ffae
nohup: use Command::exec() instead of libc::execvp()
...
No need to use the unsafe `libc::execvp()`, the standard rust library provides
the functionality via the safe function `Command::exec()`.
Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com >
2025-12-09 13:49:43 +01:00
renovate[bot]
4a3f3c6fd4
chore(deps): update davidanson/markdownlint-cli2-action action to v22
2025-12-09 10:47:40 +00:00
Daniel Hofstetter
aaa061052f
Merge pull request #9569 from RenjiSann/cksum-fix-b2sum
...
hashsum: Fix length processing to fix last GNU test
2025-12-08 14:29:38 +01:00
Dorian Peron
00d90700ca
test(hashsum): Improve tests for checking length validation errors for BLAKE2b
2025-12-08 13:10:37 +01:00
Daniel Hofstetter
3108c45d23
Merge pull request #9584 from dgilman/main
...
use github URLs for fetching tldr.zip
2025-12-08 09:24:45 +01:00
David Gilman
1fbc51fe10
doc: use github URLs for fetching tldr.zip
2025-12-07 17:42:10 -05:00
Chris Dryden
67ede852a0
stty: Changing shell command to add recognizing a TTY for stty tests ( #9336 )
2025-12-07 22:03:25 +01:00
Daniel Hofstetter
dd118e0570
Merge pull request #9596 from sylvestre/0.5.0
...
prepare version 0.5.0
2025-12-07 17:28:53 +01:00
oech3
3528d106e4
GHA-delete-GNU-workflow-logs.sh: Support custom jq command and support jaq for the case it is not installed as jq ( #9581 )
2025-12-07 17:07:44 +01:00
Shay Elkin
a7c9d03ea3
Merge pull request #9152 from shayelkin/main
...
uudoc: fix manpage for individual utilities has wrong name (nit)
2025-12-07 17:07:19 +01:00
Sylvestre Ledru
61e0eae8fc
prepare version 0.5.0
2025-12-07 16:55:01 +01:00
oech3
39a8c87fd0
build-gnu.sh: Enable misc/coreutils.sh ( #9572 )
...
* build-gnu.sh: Enable misc/coreutils.sh
* why-error.md: Remove misc/coreutils.sh
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com >
---------
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com >
2025-12-07 15:24:31 +01:00
Daniel Hofstetter
45c974f992
Merge pull request #9589 from oech3/patch-7
...
validation.rs: Remove non GNU hashsum aliases
2025-12-07 14:23:59 +01:00
Daniel Hofstetter
b200aa908e
Merge pull request #9583 from oech3/patch-5
...
build-gnu.sh: Remove 2 non-GNU binary
2025-12-07 14:08:34 +01:00
Daniel Hofstetter
ce08a434b7
Merge pull request #9585 from sylvestre/tee-intermittent
...
tee: fix poll timeout causing intermittent hangs with -p flag
2025-12-07 13:58:12 +01:00
Daniel Hofstetter
4428750484
Merge pull request #9593 from uutils/renovate/vmactions-freebsd-vm-1.x
...
chore(deps): update vmactions/freebsd-vm action to v1.2.9
2025-12-07 13:41:08 +01:00
Daniel Hofstetter
eda7caec73
Merge pull request #9588 from oech3/patch-6
...
coreutils: Print utility not found to stderr
2025-12-07 13:29:36 +01:00
renovate[bot]
ae7473483d
chore(deps): update vmactions/freebsd-vm action to v1.2.9
2025-12-07 12:06:28 +00:00
Mahdi Ali-Raihan
345f2ccd14
tests/mkfifo: added a test to check mkfifo permission denied error for code coverage ( #9586 )
...
* tests/mkfifo: added a test to check mkfifo permission denied error for code coverage
* fixed formatting
2025-12-07 13:05:45 +01:00