Browse thread
Line buffering
-
Richard Jones
-
Bruno.Verlyck@i...
-
Richard Jones
- Nicolas Cannasse
- Xavier Leroy
-
Richard Jones
-
Bruno.Verlyck@i...
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2004-12-07 (19:58) |
From: | Nicolas Cannasse <warplayer@f...> |
Subject: | Re: [Caml-list] Line buffering |
> Thanks for the info anyway. It's somewhat annoying that stdout > can't be line buffered. If you wrap the stdout with an ExtLib IO filter, you can buffer it how you like. But it will require changing your calls to printf by IO.printf for example. Nicolas