[Omake] SVN Commit: OMake Build System [0.9.8.x] (Rev. 9857)
Aleksey Nogin
nogin at metaprl.org
Fri Dec 8 15:07:48 PST 2006
Module name: OMake Build System [0.9.8.x]
Changes by: nogin at metaprl.org (Aleksey Nogin)
Date: 2006-12-08 15:07:48 -0800 (Fri, 08 Dec 2006)
Revision: 9857
Log message:
On Windows, we spawn two separate threads for each job - one watching stdout and one watching stderr. The two threads might get activated in parallel, so we need to have two separate buffers to make sure the stdout and stderr do not get intermingled (which, in particular, might lead to corrupted scanner output).
Changes:
+6 -6 omake-branches/0.9.8.x/src/exec/omake_exec_local.ml
----
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2006-12.html#06/12/08.15:07:48
More information about the OMake-CVS
mailing list