]> git.ipfire.org Git - thirdparty/coreutils.git/commit
pinky: don't print output in the wrong order when fully buffered
authorCollin Funk <collin.funk1@gmail.com>
Wed, 29 Apr 2026 01:28:25 +0000 (18:28 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Wed, 29 Apr 2026 01:28:25 +0000 (18:28 -0700)
commit4c4afad943d9aea3f84db3d069abebbfa20e46da
treedf3a24dadbc49e98b8bea2c041426c307cd0f397
parentd64e35a8a4c0e4608321433e0d84d917e4e36371
pinky: don't print output in the wrong order when fully buffered

* NEWS: Mention the bug fix.
* src/pinky.c (cat_file): Prefer streams to file descriptors when
writing to standard output.
NEWS
src/pinky.c