nalla
e573dbec44
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 >
2017-10-23 10:55:51 +02:00
..
2017-09-10 17:03:00 +09:00
2017-09-10 17:02:51 +09:00
2017-06-24 14:28:41 -07:00
2017-10-18 14:20:43 +09:00
2017-10-18 14:19:01 +09:00
2017-06-15 12:56:22 -07:00
2017-06-24 14:28:41 -07:00
2017-06-15 12:56:22 -07:00
2017-06-15 12:56:22 -07:00
2017-07-26 12:56:19 -07:00
2017-10-23 10:55:51 +02:00
2017-09-10 17:02:49 +09:00
2017-06-15 12:56:22 -07:00
2017-09-10 16:29:53 +09:00
2017-10-23 10:55:41 +02:00
2017-06-24 14:28:41 -07:00
2017-06-15 12:56:22 -07:00
2017-05-30 14:45:03 +09:00
2017-10-18 14:19:01 +09:00
2017-06-24 14:28:41 -07:00
2017-06-24 14:28:41 -07:00
2017-06-24 15:29:31 -07:00
2017-06-24 14:28:41 -07:00
2017-06-30 12:49:28 -07:00
2017-10-23 14:14:51 +09:00
2017-07-13 16:14:54 -07:00
2017-08-23 14:33:52 -07:00
2017-10-04 11:35:29 +09:00
2017-09-10 17:02:53 +09:00
2017-10-18 14:18:59 +09:00
2017-09-14 15:16:21 +09:00
2017-10-17 15:09:52 +09:00
2017-06-15 12:56:22 -07:00
2017-06-15 12:56:22 -07:00
2017-07-05 13:32:57 -07:00
2017-06-15 12:56:22 -07:00
2017-08-23 14:33:44 -07:00
2017-07-17 14:55:21 -07:00
2017-06-23 18:27:07 -07:00
2017-06-24 14:28:41 -07:00
2017-05-08 12:18:19 +09:00
2017-06-24 14:28:41 -07:00
2017-06-15 12:56:22 -07:00
2017-05-08 15:12:57 +09:00
2017-09-10 17:03:02 +09:00
2017-05-08 12:18:19 +09:00
2017-06-15 12:56:22 -07:00
2017-10-18 14:19:09 +09:00
2017-06-24 14:28:41 -07:00
2017-10-23 14:20:18 +09:00
2017-05-08 12:18:19 +09:00
2017-06-15 12:56:22 -07:00
2017-06-24 11:09:52 -07:00
2017-07-05 13:32:56 -07:00
2017-07-13 16:14:54 -07:00
2017-06-24 14:28:41 -07:00
2017-06-24 14:28:41 -07:00
2017-06-15 12:56:22 -07:00
2017-09-14 15:17:59 +09:00
2017-07-10 13:42:51 -07:00
2017-05-30 14:45:04 +09:00
2017-05-30 14:45:04 +09:00
2017-06-24 14:28:41 -07:00
2017-06-24 14:28:41 -07:00
2017-07-10 13:42:51 -07:00
2017-09-14 15:17:59 +09:00
2017-06-24 14:28:41 -07:00
2017-09-10 17:02:48 +09:00
2017-10-18 14:18:58 +09:00
2017-08-02 15:16:09 -07:00
2017-06-24 14:28:41 -07:00
2017-06-15 12:56:22 -07:00
2017-06-15 12:56:22 -07:00
2017-10-17 15:09:52 +09:00
2017-06-15 12:56:22 -07:00
2017-09-10 17:02:49 +09:00
2017-06-15 12:56:22 -07:00
2017-10-17 15:10:13 +09:00
2017-09-14 15:17:59 +09:00
2017-06-24 14:28:41 -07:00
2017-06-24 14:28:41 -07:00
2017-06-15 12:56:22 -07:00
2017-06-15 12:56:22 -07:00
2017-05-30 14:45:04 +09:00
2017-06-15 12:56:22 -07:00
2017-06-24 14:28:41 -07:00
2017-06-15 12:56:22 -07:00
2017-07-13 12:42:50 -07:00
2017-06-24 14:28:41 -07:00
2017-06-15 12:56:22 -07:00