wenzelm [Sat, 15 Dec 2007 21:24:14 +0100] rev 25651
* isatool browser now works with Cygwin;
* isabelle-process: non-ML sessions are run with "nice";
* JVM class isabelle.IsabelleProcess (in Isabelle/lib/classes);
wenzelm [Sat, 15 Dec 2007 21:17:48 +0100] rev 25650
added javapath (for cygwin);
wenzelm [Sat, 15 Dec 2007 20:10:26 +0100] rev 25649
ExitThread: sleep(300) before delivering EXIT message;
wenzelm [Sat, 15 Dec 2007 19:55:54 +0100] rev 25648
reorganized demo;
wenzelm [Sat, 15 Dec 2007 19:55:54 +0100] rev 25647
reorganized demo;
wenzelm [Sat, 15 Dec 2007 17:53:33 +0100] rev 25646
class Result: replaced FAILURE by SYSTEM (internal notification);
tuned isabelle command line -- explicit bash makes it work on cygwin also;
wenzelm [Sat, 15 Dec 2007 17:53:32 +0100] rev 25645
non-ML session: run with 'nice', to prevent isabelle process from flooding interactive front-ends (ProofGeneral/XEmacs etc.)
wenzelm [Sat, 15 Dec 2007 14:52:55 +0100] rev 25644
recover: not skip over "`";
wenzelm [Sat, 15 Dec 2007 14:35:50 +0100] rev 25643
package isabelle;
replaced outputWrapped by outputSync;
wenzelm [Sat, 15 Dec 2007 13:08:33 +0100] rev 25642
text_of: made even more robust against recurrent errors;
tuned;
wenzelm [Sat, 15 Dec 2007 13:08:32 +0100] rev 25641
added separate_chars;
wenzelm [Sat, 15 Dec 2007 13:08:31 +0100] rev 25640
removed unused escape_malformed;
wenzelm [Sat, 15 Dec 2007 13:08:30 +0100] rev 25639
outputWrapped: more robust initial synchronization;
wenzelm [Sat, 15 Dec 2007 12:15:28 +0100] rev 25638
Result: added STDOUT, SIGNAL;
renamed method destroy to kill;
method kill: close--sleep--destroy;
tuned;
wenzelm [Sat, 15 Dec 2007 00:52:17 +0100] rev 25637
option -m: avoid additional quoting;