wenzelm [Tue, 10 Aug 2010 14:15:50 +0200] rev 38260
edit_document: synchronous reply to ensure consistent state wrt. calling (AWT) thread;
wenzelm [Tue, 10 Aug 2010 12:29:11 +0200] rev 38259
distinguish proper Isabelle_Process INPUT vs. raw STDIN, tuned corresponding method names;
asynchronous Isabelle_Process.init -- raw ML toplevel stays active;
simplified Isabelle_Process using actors;
misc tuning;
wenzelm [Tue, 10 Aug 2010 12:09:53 +0200] rev 38258
added Library.thread_actor -- thread as actor;
wenzelm [Tue, 10 Aug 2010 12:08:24 +0200] rev 38257
clarified JEDIT_JAVA_OPTIONS vs. JEDIT_SYSTEM_OPTIONS -- discontinued JEDIT_APPLE_PROPERTIES;
static default Dactors.corePoolSize=4 for more reproducible concurrency, independently of number of cores;
wenzelm [Mon, 09 Aug 2010 22:02:26 +0200] rev 38256
auto_flush: higher frequency;
wenzelm [Mon, 09 Aug 2010 21:35:45 +0200] rev 38255
uniform raw_dump for input/output fifos on Cygwin;
wenzelm [Mon, 09 Aug 2010 21:23:24 +0200] rev 38254
more robust fifo rendezvous: Cygwin 1.7 does not really block as expected;
wenzelm [Mon, 09 Aug 2010 18:18:32 +0200] rev 38253
Isabelle_Process: separate input fifo for commands (still using the old tty protocol);
some partial workarounds for Cygwin;