wenzelm [Mon, 25 Feb 2013 13:29:19 +0100] rev 51274
discontinued pointless command category "thy_schematic_goal" -- this is checked dynamically;
wenzelm [Mon, 25 Feb 2013 12:52:27 +0100] rev 51273
clarified Toplevel.element_result: scheduling policies happen here;
tuned;
wenzelm [Mon, 25 Feb 2013 12:17:50 +0100] rev 51272
prefer stateless 'ML_val' for tests;
wenzelm [Mon, 25 Feb 2013 12:17:11 +0100] rev 51271
tuned comment;
wenzelm [Mon, 25 Feb 2013 11:07:02 +0100] rev 51270
reconsider 'pretty_setmargin' as "control" command (instead of "diag") -- it is stateful and Proof General legacy;
wenzelm [Mon, 25 Feb 2013 10:50:52 +0100] rev 51269
merged;
wenzelm [Sun, 24 Feb 2013 17:29:55 +0100] rev 51268
simplified Outer_Syntax.read_span: internalized Toplevel.is_ignored;
eliminated separate Outer_Syntax.read_element;
wenzelm [Sun, 24 Feb 2013 14:14:07 +0100] rev 51267
tuned;
wenzelm [Sun, 24 Feb 2013 14:11:51 +0100] rev 51266
unified Command.is_proper in ML with Scala (see also 123be08eed88);
wenzelm [Mon, 25 Feb 2013 10:18:33 +0100] rev 51265
tuned order of modules;
wenzelm [Mon, 25 Feb 2013 20:11:42 +0100] rev 51264
fixed document;
haftmann [Sun, 24 Feb 2013 20:29:13 +0100] rev 51263
turned example into library for comparing growth of functions
haftmann [Sun, 24 Feb 2013 20:18:32 +0100] rev 51262
corrected reference
nipkow [Sun, 24 Feb 2013 18:30:35 +0100] rev 51261
improved orderings
smolkas [Sun, 24 Feb 2013 15:49:07 +0100] rev 51260
tuned agressiveness of isar compression
kleing [Sun, 24 Feb 2013 13:46:14 +1100] rev 51259
eliminated isize in favour of size + type coercion
wenzelm [Sat, 23 Feb 2013 22:00:12 +0100] rev 51258
make SML/NJ happy;
wenzelm [Sat, 23 Feb 2013 21:07:44 +0100] rev 51257
basic setup for appbundler-1.0 for Mac OS X and Java 7;
wenzelm [Sat, 23 Feb 2013 17:47:51 +0100] rev 51256
more robust handling of repeated interrupts while terminating managed process;
NB: InterruptedException should have interrupted status cleared already;
wenzelm [Sat, 23 Feb 2013 17:12:48 +0100] rev 51255
more friendly message for spurious InterruptedException, which might still occur due to JVM oddities;
wenzelm [Sat, 23 Feb 2013 15:08:53 +0100] rev 51254
more explicit GUI components for dynamic actions;
wenzelm [Sat, 23 Feb 2013 14:16:07 +0100] rev 51253
clarified Progress.stopped: rising edge only;
also cancel jobs that have not been considered yet;
wenzelm [Sat, 23 Feb 2013 12:55:59 +0100] rev 51252
more explicit console interrupt handling;
wenzelm [Sat, 23 Feb 2013 12:28:18 +0100] rev 51251
more permissive File.read_lines, which is relevant for Managed_Process join/kill;