wenzelm [Tue, 26 Feb 2013 12:50:52 +0100] rev 51280
less eventful shutdown: merely wait for scheduler to terminate;
wenzelm [Tue, 26 Feb 2013 12:46:47 +0100] rev 51279
tuned messages;
wenzelm [Tue, 26 Feb 2013 11:57:19 +0100] rev 51278
tuned;
wenzelm [Mon, 25 Feb 2013 20:55:48 +0100] rev 51277
merged;
wenzelm [Mon, 25 Feb 2013 17:47:32 +0100] rev 51276
more explicit Goal.shutdown_futures;
wenzelm [Mon, 25 Feb 2013 13:31:02 +0100] rev 51275
reconsider 'export_code' as "thy_decl" command due to its global side-effect on the file-system;
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;