Commits
Click on a commit to change the comparison rangesort: ignore broken pipe when writing to stdout sort: use uucore SIGPIPE handling for broken pipes
Enable uucore SIGPIPE capture + conditional pipe error handling so
`sort | head -n 0` does not emit "Broken pipe" diagnostics and matches
GNU exit status behavior.
Add a shell-pipeline regression test that asserts no stderr and exit
code 141 when the downstream closes early.
Also apply small idiomatic cleanups (e.g. `.map(Into::into)`). Add PIPESTATUS to spell-checker ignore list tests/sort: run broken-pipe pipeline test under bash