nalla
a591cf1766
mingw: explicitly fflush stdout
...
For performance reasons `stdout` is not unbuffered by default. That leads
to problems if after printing to `stdout` a read on `stdin` is performed.
For that reason interactive commands like `git clean -i` do not function
properly anymore if the `stdout` is not flushed by `fflush(stdout)` before
trying to read from `stdin`.
In the case of `git clean -i` all reads on `stdin` were preceded by a
`fflush(stdout)` call.
Signed-off-by: nalla <nalla@hamal.uberspace.de >
2018-04-02 22:33:01 +02:00
..
2018-03-21 11:30:10 -07:00
2018-03-06 14:54:02 -08:00
2018-02-08 12:37:30 -08:00
2018-02-07 12:41:36 -08:00
2018-02-09 10:24:50 -08:00
2018-03-06 14:54:07 -08:00
2018-02-12 13:09:35 -08:00
2018-02-09 10:24:50 -08:00
2018-03-14 12:01:07 -07:00
2018-04-02 22:33:01 +02:00
2018-02-15 15:18:13 -08:00
2018-01-30 10:42:36 -08:00
2018-04-02 22:32:29 +02:00
2018-02-21 14:27:30 -08:00
2018-02-27 10:33:57 -08:00
2018-02-14 13:10:05 -08:00
2018-02-14 13:10:05 -08:00
2017-12-08 09:58:52 -08:00
2018-03-14 12:01:07 -07:00
2017-12-27 11:16:23 -08:00
2018-03-06 14:54:07 -08:00
2018-03-14 12:01:07 -07:00
2018-03-14 12:01:07 -07:00
2018-01-30 10:42:36 -08:00
2018-02-22 10:08:05 -08:00
2018-03-15 10:16:24 -07:00
2018-02-22 10:08:05 -08:00
2018-02-02 10:40:34 -08:00
2018-02-09 10:24:51 -08:00
2018-03-21 11:30:10 -07:00
2018-01-30 10:42:36 -08:00
2018-03-06 14:54:07 -08:00
2018-03-21 11:30:10 -07:00
2018-03-14 12:01:07 -07:00
2018-03-14 12:01:06 -07:00
2018-02-22 10:08:05 -08:00
2018-03-06 14:54:07 -08:00
2018-03-14 12:01:07 -07:00
2018-02-09 10:24:52 -08:00
2018-02-21 12:45:04 -08:00
2018-01-30 10:42:36 -08:00
2018-03-14 12:01:06 -07:00
2018-03-14 12:01:07 -07:00
2017-12-08 09:52:42 -08:00
2018-03-14 12:01:07 -07:00
2018-02-15 14:55:45 -08:00
2018-03-21 11:30:15 -07:00
2018-03-06 14:54:07 -08:00
2017-12-13 11:15:14 -08:00
2018-03-21 11:30:10 -07:00
2017-12-27 11:16:29 -08:00
2018-03-28 11:04:25 -07:00
2018-03-14 12:01:07 -07:00
2018-03-14 12:01:06 -07:00
2018-02-09 10:24:50 -08:00
2018-02-14 13:10:05 -08:00
2018-03-14 12:01:07 -07:00