Thu, 28 Aug 2008 22:08:02 +0200updated
haftmann [Thu, 28 Aug 2008 22:08:02 +0200] rev 28052
updated

Thu, 28 Aug 2008 20:29:40 +0200tuned fold_lines;
wenzelm [Thu, 28 Aug 2008 20:29:40 +0200] rev 28051
tuned fold_lines;

Thu, 28 Aug 2008 20:19:45 +0200fold_lines: simplified, more efficient due to String.fields;
wenzelm [Thu, 28 Aug 2008 20:19:45 +0200] rev 28050
fold_lines: simplified, more efficient due to String.fields;

Thu, 28 Aug 2008 19:34:51 +0200rm fifo after open;
wenzelm [Thu, 28 Aug 2008 19:34:51 +0200] rev 28049
rm fifo after open;

Thu, 28 Aug 2008 19:31:55 +0200dummy setup for completion;
wenzelm [Thu, 28 Aug 2008 19:31:55 +0200] rev 28048
dummy setup for completion;

Thu, 28 Aug 2008 19:31:13 +0200create named pipe;
wenzelm [Thu, 28 Aug 2008 19:31:13 +0200] rev 28047
create named pipe;

Thu, 28 Aug 2008 19:29:59 +0200added is_cygwin;
wenzelm [Thu, 28 Aug 2008 19:29:59 +0200] rev 28046
added is_cygwin;
added exec2, which joins stdout/stderr;
tuned thread arrangement;

Thu, 28 Aug 2008 19:29:58 +0200join stdout/stderr, eliminated Kind.STDERR;
wenzelm [Thu, 28 Aug 2008 19:29:58 +0200] rev 28045
join stdout/stderr, eliminated Kind.STDERR;
messages are read from separate fifo (ensures that spurious stdout from shell wrappers, Poly/ML runtime system etc. do not spoil message protocol);
private output, output_raw;

Thu, 28 Aug 2008 19:29:57 +0200explicit output stream, typically a named pipe;
wenzelm [Thu, 28 Aug 2008 19:29:57 +0200] rev 28044
explicit output stream, typically a named pipe;

Thu, 28 Aug 2008 19:29:56 +0200refined option -W: output stream;
wenzelm [Thu, 28 Aug 2008 19:29:56 +0200] rev 28043
refined option -W: output stream;