diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2017-02-13 23:34:06 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-02-14 10:54:21 -0800 |
commit | a4d92d579f792e8eac4f7cf590bfffc522bf3da9 (patch) | |
tree | aa46ad1d8065d65c3d678ffeabd33e3158e841e0 /unicode_width.h | |
parent | mingw: follow-up to "replace isatty() hack" (diff) | |
download | tgif-a4d92d579f792e8eac4f7cf590bfffc522bf3da9.tar.xz |
mingw: make stderr unbuffered again
When removing the hack for isatty(), we actually removed more than just
an isatty() hack: we removed the hack where internal data structures of
the MSVC runtime are modified in order to redirect stdout/stderr.
Instead of using that hack (that does not work with newer versions of
the runtime, anyway), we replaced it by reopening the respective file
descriptors.
What we forgot was to mark stderr as unbuffered again.
Reported by Hannes Sixt. Fixed with Jeff Hostetler's assistance.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Tested-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'unicode_width.h')
0 files changed, 0 insertions, 0 deletions