wenzelm [Sun, 16 Dec 2007 13:09:37 +0100] rev 25662
tuned comments;
wenzelm [Sun, 16 Dec 2007 13:05:53 +0100] rev 25661
constructor: allow default logic;
kill: refer to "isabelle.kill" system property;
wenzelm [Sun, 16 Dec 2007 13:05:07 +0100] rev 25660
constructor: allow default logic;
wenzelm [Sat, 15 Dec 2007 23:55:33 +0100] rev 25659
tuned whitespace;
wenzelm [Sat, 15 Dec 2007 23:54:59 +0100] rev 25658
compose command line according to isabelle.shell/home system properties;
wenzelm [Sat, 15 Dec 2007 23:54:10 +0100] rev 25657
tuned comments;
wenzelm [Sat, 15 Dec 2007 23:48:45 +0100] rev 25656
addClassPath;
wenzelm [Sat, 15 Dec 2007 22:03:46 +0100] rev 25655
added example session with Beanshell;
wenzelm [Sat, 15 Dec 2007 22:03:24 +0100] rev 25654
ExitThread: deliver message before EXIT;
wenzelm [Sat, 15 Dec 2007 21:52:49 +0100] rev 25653
tuned;
wenzelm [Sat, 15 Dec 2007 21:26:14 +0100] rev 25652
tuned;
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;
wenzelm [Sat, 15 Dec 2007 00:28:01 +0100] rev 25636
tuned whitespace;
wenzelm [Sat, 15 Dec 2007 00:24:02 +0100] rev 25635
proper termination of stdout thread;
tuned;
wenzelm [Fri, 14 Dec 2007 23:00:52 +0100] rev 25634
added exit thread;
added destroy method;
tuned;
wenzelm [Fri, 14 Dec 2007 21:22:02 +0100] rev 25633
tuned diagnostics;