Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #259286

Category gcoreutils
Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
Changed at Sat 28 Feb 2026 01:18:32
Repository git://git.savannah.gnu.org/coreutils.git
Project gcoreutils
Branch master
Revision d41e1375cb38f49fad5dfcab0460b2e702964d56

Comments

id: avoid unnecessary buffer flushing
* src/groups.c (main):
* src/id.c (main, print_stuff):
Don’t flush stdout before testing for write error.
Do the test only when in a loop, as a one-shot will
test for write error soon anyway.

Changed files