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;
wenzelm [Fri, 22 Feb 2013 17:02:16 +0100] rev 51243
make SML/NJ happy;
wenzelm [Fri, 22 Feb 2013 17:02:00 +0100] rev 51242
identify exceptions more robustly, to allow SML/NJ report toplevel errors without crash;
wenzelm [Fri, 22 Feb 2013 16:52:10 +0100] rev 51241
make SML/NJ happy;
wenzelm [Fri, 22 Feb 2013 14:39:12 +0100] rev 51240
updated headers;
wenzelm [Fri, 22 Feb 2013 14:38:52 +0100] rev 51239
eliminated hard tabs;
wenzelm [Fri, 22 Feb 2013 14:25:52 +0100] rev 51238
discontinued obsolete src/HOL/IsaMakefile;
wenzelm [Thu, 21 Feb 2013 18:27:28 +0100] rev 51237
merged
wenzelm [Thu, 21 Feb 2013 18:21:40 +0100] rev 51236
more explicit session dependency, for improved parallel performance of HOL-UNITY test session -- NB: separate 'theories' sections are sequential;
wenzelm [Thu, 21 Feb 2013 16:00:48 +0100] rev 51235
merged
wenzelm [Thu, 21 Feb 2013 15:35:09 +0100] rev 51234
removed obsolete tags;
wenzelm [Thu, 21 Feb 2013 10:52:14 +0100] rev 51233
highest priority for proofs with unknown / very short timing -- recover original scheduling with parallel_proofs_reuse_timing = false;
blanchet [Thu, 21 Feb 2013 16:36:19 +0100] rev 51232
tuned misleading message
wenzelm [Thu, 21 Feb 2013 15:10:04 +0100] rev 51231
merged
wenzelm [Wed, 20 Feb 2013 19:57:17 +0100] rev 51230
option parallel_proofs_reuse_timing controls reuse of log information -- since it is not always beneficial for performance;
wenzelm [Wed, 20 Feb 2013 18:04:44 +0100] rev 51229
prefer outdegree in comparison again (cf. 88c96e836ed6) -- NB: big jobs might hide behind small ones in this naive queuing scheme;
wenzelm [Wed, 20 Feb 2013 15:22:22 +0100] rev 51228
more tight representation of command timing;
tuned signatures;
tuned;