wenzelm [Wed, 10 Jul 2013 21:13:32 +0200] rev 52579
make SML/NJ happy;
wenzelm [Wed, 10 Jul 2013 20:44:39 +0200] rev 52578
retain main thread for protocol loop -- no access to raw ML toplevel;
wenzelm [Wed, 10 Jul 2013 20:19:51 +0200] rev 52577
removed historic dimacs2hol (see also read_dimacs_cnf_file in src/HOL/Tools/sat_solver.ML);
wenzelm [Wed, 10 Jul 2013 20:16:04 +0200] rev 52576
less intrusive token_range rendering, which is relevant for inner parse errors;
smolkas [Wed, 10 Jul 2013 13:43:23 +0200] rev 52575
made SML/NJ happy
wenzelm [Wed, 10 Jul 2013 12:35:18 +0200] rev 52574
merged
wenzelm [Wed, 10 Jul 2013 12:33:28 +0200] rev 52573
tuned start_execution: avoid sleep on worker thread;
wenzelm [Wed, 10 Jul 2013 12:10:32 +0200] rev 52572
print "persistent" flag allows to adjust tradeoff of ML run-time vs. JVM heap-space;
wenzelm [Wed, 10 Jul 2013 11:32:49 +0200] rev 52571
allow to remove print functions;
tuned signature;
wenzelm [Wed, 10 Jul 2013 11:26:55 +0200] rev 52570
clarified Command.print: update old prints here;
wenzelm [Tue, 09 Jul 2013 23:49:19 +0200] rev 52569
produce print_execs assignment earlier during last_common phase (referring to current command_id, not prev);
wenzelm [Tue, 09 Jul 2013 18:11:31 +0200] rev 52568
tuned;
wenzelm [Tue, 09 Jul 2013 18:08:56 +0200] rev 52567
tuned proofs;
wenzelm [Tue, 09 Jul 2013 17:58:38 +0200] rev 52566
more formal type assign_update: avoid duplicate results and redundant update of global State.execs;