Commit Graph

19545 Commits

Author SHA1 Message Date
Chris Dryden 15ac7ac696 Removing usage_vs_refs from comparison gnu test suite 2026-06-08 22:08:36 +02:00
Sylvestre Ledru dab93926d2 rm: hint to use ./-foo when removing a dash-prefixed file 2026-06-08 22:06:42 +02:00
max-amb 4a41104d38 Moved sync outside of filesystem calls 2026-06-08 20:46:23 +02:00
Daniel Hofstetter 13d37420bd cp: change return type of backup_dest()
from CopyResult<PathBuf> to CopyResult<()>
2026-06-08 17:40:39 +02:00
max-amb bebd613a96 cp: Added error handling on printing debug message 2026-06-08 09:07:07 +02:00
max-amb 4b2401e7d6 cp: Added write error (specifically for --debug) 2026-06-08 09:07:07 +02:00
oech3 47d7c76591 yes: improve throughput & simplify code (#12650) 2026-06-07 22:31:50 +02:00
Juan Cruz Mateos 80cc829771 sort: fix locale collation strength for hyphen ordering (#12677)
Set Strength::Quaternary on the ICU collator so that punctuation like
hyphens sort before alphanumerics in UTF-8 locales, matching GNU sort
behavior.

Fixes #12542
2026-06-07 21:55:03 +02:00
Daniel Hofstetter 5fd68db078 cp: remove unnecessary cfgs in Linux module (#12692) 2026-06-07 21:52:57 +02:00
oech3 2044117906 cp: remove unuseful .map(|_|()) (#12700) 2026-06-07 21:52:35 +02:00
oech3 758791ab50 sync: use map_err (#12704) 2026-06-07 21:43:26 +02:00
oech3 0babb7e133 sync: replace match by ok_or_else (#12706) 2026-06-07 21:42:38 +02:00
Sylvestre Ledru b2ddbabed3 fold: insert fold newline at read-buffer boundary (#12682)
follow up of #11314
2026-06-07 21:41:59 +02:00
oech3 6bd3a39c3a sync: drop unuseful comment (#12705) 2026-06-07 19:35:27 +02:00
oech3 c61b881360 cp: simplify bool 2026-06-07 16:01:35 +02:00
oech3 760b04646a tail: replace .ok().is_some_and by .is_ok_and 2026-06-07 15:23:27 +02:00
oech3 880108eb79 cp: replace match by is_ok_and 2026-06-07 14:54:02 +02:00
Sylvestre Ledru 89980ad700 ignore a ln wasm test 2026-06-07 14:36:17 +02:00
WhateverAWS 8a107b644b ptx: fix panic caused by improper assert (#10916)
* ptx:  fix panic caused by improper assert

* fix formatting
2026-06-07 12:02:31 +02:00
Wondr 1cda36fbed split: reject excessive suffix lengths (#12609) 2026-06-07 11:45:15 +02:00
Zhang Wen db86d3d668 fix install file with invalid uid (#7789)
* treat invalid user or group as uid or gid if it's an integer

* install: add test for install with invalid user or group
2026-06-07 11:27:36 +02:00
Himadri Bhattacharjee e6a6cb6399 fold: fix crash when reading from pseudo-devices (#11314)
* fold: fix crash when reading from pseudo-devices

squashme: wraparound struct for fold
squashme: fix crash when reading from pseudo-devices
Fixes #11291

* tests/fold: add tests to read from pseudo device streams

* tests/fold: kill child process before making asserts

* tests/fold: test fold on pseudo devices only for bsds and linux
2026-06-07 11:25:52 +02:00
renovate[bot] e55b67489b chore(deps): update codecov/codecov-action action to v7 2026-06-07 10:29:47 +02:00
Can Bölük 48d030dfb2 ln: accept non-utf8 source names in target-dir modes (#11403)
* ln: accept non-utf8 source names in target-dir modes

* ln: remove unused ln-error-cannot-stat locale strings
2026-06-06 19:40:42 +02:00
Daniel Hofstetter fab0cbd327 split: use map_err instead of match (#12664) 2026-06-06 18:56:10 +02:00