wenzelm [Thu, 05 Aug 2010 13:41:00 +0200] rev 38149
somewhat uniform Thy_Header.split_thy_path in ML and Scala;
wenzelm [Wed, 04 Aug 2010 16:28:45 +0200] rev 38148
uniform naming of imports (source specification) vs. parents (thy node names) vs. parent_thys (theory values);
wenzelm [Wed, 04 Aug 2010 16:11:51 +0200] rev 38147
load_thy/after_load: explicit check of parent theories, which might have failed to join proofs -- avoid uninformative crash via Graph.UNDEF;
wenzelm [Wed, 04 Aug 2010 15:50:55 +0200] rev 38146
export use_thys_wrt;
wenzelm [Wed, 04 Aug 2010 15:45:49 +0200] rev 38145
more precise CRITICAL sections, using NAMED_CRITICAL uniformly;
wenzelm [Wed, 04 Aug 2010 15:14:48 +0200] rev 38144
updated to Netbeans 6.9;
wenzelm [Wed, 04 Aug 2010 14:46:17 +0200] rev 38143
schedule_futures: discontinued special treatment of non-parallel proofs, which might have affected memory usage at some point, but does not seem to make a difference with as little as 2GB RAM;
wenzelm [Tue, 03 Aug 2010 22:28:43 +0200] rev 38142
more precise CRITICAL sections;
tuned;
wenzelm [Tue, 03 Aug 2010 21:34:38 +0200] rev 38141
removed unused Update_Time data (cf. ac94ff28e9e1);
wenzelm [Tue, 03 Aug 2010 18:52:42 +0200] rev 38140
modernized specifications;
tuned headers;