nalla
2c4e94f7ad
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 >
2015-09-29 16:45:25 +02:00
..
2015-08-19 14:41:33 -07:00
2015-09-08 15:35:05 -07:00
2015-09-14 11:44:44 -07:00
2015-08-10 15:37:14 -07:00
2015-08-24 13:09:02 -07:00
2015-06-26 09:24:42 -07:00
2015-09-03 19:18:00 -07:00
2015-09-29 16:45:25 +02:00
2015-08-25 16:09:17 -07:00
2015-09-29 16:45:20 +02:00
2015-08-20 13:16:50 -07:00
2015-08-31 15:39:10 -07:00
2015-06-22 13:17:12 -07:00
2015-09-03 19:17:48 -07:00
2015-06-22 13:17:12 -07:00
2015-08-03 10:41:31 -07:00
2015-08-10 15:37:12 -07:00
2015-08-25 14:57:09 -07:00
2015-05-26 13:49:25 -07:00
2015-08-19 14:48:55 -07:00
2015-09-29 16:38:09 +02:00
2015-08-25 13:11:21 -07:00
2015-08-20 09:57:38 -07:00
2015-08-10 15:37:14 -07:00
2015-08-31 15:39:05 -07:00
2015-09-01 16:31:12 -07:00
2015-07-13 14:02:02 -07:00
2015-09-11 09:50:00 -07:00
2015-08-19 12:58:58 -07:00
2015-09-01 16:31:16 -07:00
2015-08-19 14:41:26 -07:00
2015-09-01 16:31:18 -07:00
2015-08-10 15:37:12 -07:00
2015-08-10 15:37:12 -07:00
2015-08-03 11:01:10 -07:00
2015-09-01 15:52:54 -07:00
2015-08-10 15:37:14 -07:00
2015-08-24 10:33:15 -07:00
2015-07-15 10:30:54 -07:00
2015-08-19 12:58:58 -07:00
2015-06-29 11:39:07 -07:00
2015-09-09 14:30:35 -07:00
2015-08-31 09:33:53 -07:00
2015-09-11 09:50:02 -07:00
2015-06-23 14:27:34 -07:00
2015-05-26 13:24:46 -07:00
2015-09-11 09:50:02 -07:00
2015-06-22 14:20:47 -07:00
2015-06-22 14:20:47 -07:00
2015-08-31 15:39:03 -07:00