Bug#703894: Please add patch to disable buffering of stdout when not a tty

2013-05-20 Thread Michael Stapelberg
Hi Ian, Ian Campbell writes: > Do you not also care about stderr? Perhaps an explicit flush in > print_log would be just as good, something like: True, this should also be done for stderr. > diff --git a/qcontrol.c b/qcontrol.c > index f143a8d..50cf1c8 100644 > --- a/qcontrol.c > +++ b/qcontrol.

Bug#703894: Please add patch to disable buffering of stdout when not a tty

2013-05-04 Thread Ian Campbell
On Mon, 2013-03-25 at 14:18 +0100, Michael Stapelberg wrote: > Package: qcontrol > Version: 0.4.2+svn-r40-3 > Severity: wishlist > > Attached you can find a patch which disables buffering of stdout when > stdout is not a tty. From the code: > > + /* Disable buffering for stdout if std

Bug#703894: Please add patch to disable buffering of stdout when not a tty

2013-03-25 Thread Michael Stapelberg
Package: qcontrol Version: 0.4.2+svn-r40-3 Severity: wishlist Attached you can find a patch which disables buffering of stdout when stdout is not a tty. From the code: + /* Disable buffering for stdout if stdout is not a tty. +* This is necessary when redirecting std