$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: jurko.gospodnetic_at_[hidden]
Date: 2008-06-03 19:19:58
Author: jurko
Date: 2008-06-03 19:19:58 EDT (Tue, 03 Jun 2008)
New Revision: 46104
URL: http://svn.boost.org/trac/boost/changeset/46104
Log:
Made all Boost Jam's ECHO commands automatically flush the standard output to make that output more promptly displayed to the user.
Text files modified:
trunk/tools/jam/src/builtins.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/tools/jam/src/builtins.c
==============================================================================
--- trunk/tools/jam/src/builtins.c (original)
+++ trunk/tools/jam/src/builtins.c 2008-06-03 19:19:58 EDT (Tue, 03 Jun 2008)
@@ -494,6 +494,7 @@
{
list_print( lol_get( frame->args, 0 ) );
printf( "\n" );
+ fflush( stdout );
return L0;
}