Commit Graph

19148 Commits

Author SHA1 Message Date
Devel08 e4987f0dbd pr: exit with code 1 if --column argument is zero (#11750) 2026-04-20 22:41:53 +02:00
xtqqczze ab786f50ef wc: introduce IS_POSIXLY_CORRECT static (#11853) 2026-04-20 22:40:15 +02:00
oech3 dc18b54fb7 cat: call pipe() once with multiple input (#11699) 2026-04-20 22:36:15 +02:00
Aleksandar Janicijevic 6133ef5176 du: Allow command-line argument that appears more than once (#11897)
---------

Co-authored-by: Aleksandar Janicijevic <aleks@vogonsoft.com>
2026-04-20 22:34:11 +02:00
xtqqczze bd76e84ea2 refactor(tee): implement Copy for OutputErrorMode 2026-04-20 22:22:52 +02:00
xtqqczze a78f017cc4 tee: merge logic of flush into write
Co-authored-by: oech3 <79379754+oech3@users.noreply.github.com>
2026-04-20 22:22:52 +02:00
xtqqczze 5aa6c642d2 fix(tee): rename Error parameter in process_error 2026-04-20 22:22:52 +02:00
oech3 34fd4beac3 uucore: remove returned and unused usize 2026-04-20 17:13:49 +02:00
xtqqczze 0a0f222447 mv: use question_mark 2026-04-20 16:52:31 +02:00
xtqqczze c8813c8331 ls: simplify extraction of indices 2026-04-20 16:52:31 +02:00
oech3 742e8ca27f cp, uucore: remove unused returned u64 2026-04-20 15:52:06 +02:00
oech3 e50ddecd08 du: make du -a -s error 2026-04-20 15:05:13 +02:00
oech3 53384016c1 tee: reduce line of code 2026-04-20 09:55:27 +02:00
oech3 7254f8dfc9 tee: remove duplicated flush() 2026-04-20 09:16:16 +02:00
oech3 ec1fcdb4ac ls, stty: reduce cfg by target_vendor (#11910) 2026-04-20 08:36:32 +02:00
oech3 ab378e831f nohup: simplify cfg & use compile_error! 2026-04-20 08:28:44 +02:00
xtqqczze 4704caee08 clippy: lower array-size-threshold to ~64 KiB 2026-04-19 14:50:36 +02:00
xtqqczze 40070cadfc clippy: warn for large_stack_arrays lint
https://rust-lang.github.io/rust-clippy/rust-1.95.0/index.html#large_stack_arrays
2026-04-19 14:50:36 +02:00
oech3 e829cfb26c tee: move fn copy to MultiWriter & simplify 2026-04-19 14:28:37 +02:00
oech3 d5e84b4212 uniq: remove a collapsible_if 2026-04-19 13:50:07 +02:00
Lorenzo Rossi fbefc2bd99 tail: fix panic on write error in bounded_tail (#11886)
* tail: fix panic on write error in bounded_tail

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* tail: increase test file size to ensure bounded_tail path

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2026-04-19 13:39:40 +02:00
oech3 09587d3706 realpath: remove collapsible_if 2026-04-19 13:27:21 +02:00
oech3 d3870d0989 rmdir: remove collapsible_if 2026-04-19 13:18:16 +02:00
oech3 e006be06d2 od: remove collapsible_if 2026-04-19 12:50:33 +02:00
oech3 f835fc484e join: remove collapsible_if 2026-04-19 11:43:31 +02:00