]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
sh: Some changes to stderr flushing:
authorJilles Tjoelker <jilles@FreeBSD.org>
Sat, 21 Nov 2009 14:28:32 +0000 (14:28 +0000)
committerJilles Tjoelker <jilles@FreeBSD.org>
Sat, 21 Nov 2009 14:28:32 +0000 (14:28 +0000)
commitc6204d4a81effd8076dc5299f0b7ca807f5305b5
tree577f16ed2214690de633f6521e07d52dcb58724d
parentee47d334ef1d053a2df02b0481dd57e421aea333
sh: Some changes to stderr flushing:
* increase buffer size from 100 to 256 bytes
* remove implied flush from out2str(), in particular this avoids unnecessary
  flushing in the middle of a -x tracing line
* rename dprintf() to out2fmt_flush(), make it flush out2 and use this
  function in various places where flushing is desired after an error
  message
bin/sh/histedit.c
bin/sh/input.c
bin/sh/jobs.c
bin/sh/main.c
bin/sh/output.c
bin/sh/output.h
bin/sh/parser.c