• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

shogi-server source


Commit MetaInfo

Révision3fd7581aa67b00db3637fc21a2ff865581173988 (tree)
l'heure2013-11-04 18:47:58
AuteurDaigo Moriwaki <beatles@user...>
CommiterDaigo Moriwaki

Message de Log

[mk_game_results] Flush after each output line.

Change Summary

Modification

--- a/changelog
+++ b/changelog
@@ -3,6 +3,8 @@
33 * [mk_rate]
44 - Added a new option, --ignore, which is imported from
55 mk_rate-from-grep.
6+ * [mk_game_results]
7+ - Flush after each output line.
68
79 2013-09-08 Daigo Moriwaki <daigo at debian dot org>
810
--- a/mk_game_results
+++ b/mk_game_results
@@ -89,6 +89,7 @@ def grep(file)
8989 puts [time, state, black_mark, black_id, white_id, white_mark, file].join("\t")
9090 end
9191 end
92+ $stdout.flush
9293 end
9394
9495 # Show Usage