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;
wenzelm [Sat, 23 Feb 2013 11:27:45 +0100] rev 51250
support for POSIX interrupts (bypassed on Windows);
traytel [Fri, 22 Feb 2013 20:25:51 +0100] rev 51249
merged
traytel [Fri, 22 Feb 2013 13:39:47 +0100] rev 51248
tuned error messages
traytel [Fri, 22 Feb 2013 13:38:10 +0100] rev 51247
Coercion_Examples defines required coercions itself (no Complex_Main needed)
traytel [Fri, 22 Feb 2013 13:36:31 +0100] rev 51246
apply unifying substitution before building the constraint graph
nipkow [Fri, 22 Feb 2013 20:12:53 +0100] rev 51245
more abstract intervals
wenzelm [Fri, 22 Feb 2013 17:24:09 +0100] rev 51244
more robust load_timings: ignore XML.Decode errors as well;