wenzelm [Wed, 21 Jul 2010 16:29:20 +0200] rev 37874
reactivate SML/NJ test on macbroy28, while macbroy23 is unavailable;
wenzelm [Wed, 21 Jul 2010 16:14:16 +0200] rev 37873
eliminated old time_use/time_use_thy variants -- timing is implicitly controlled via Output.timing;
misc tuning and simplification;
wenzelm [Wed, 21 Jul 2010 15:44:36 +0200] rev 37872
moved src/Tools/Compute_Oracle to src/HOL/Matrix/Compute_Oracle -- it actually depends on HOL anyway;
wenzelm [Wed, 21 Jul 2010 15:31:38 +0200] rev 37871
replaced Thy_Info.the_theory by Context.this_theory -- avoid referring to accidental theory loader state;
wenzelm [Wed, 21 Jul 2010 15:23:46 +0200] rev 37870
thm_deps/unused_thms: Context.get_theory based on proper theory ancestry, not accidental theory loader state;
wenzelm [Wed, 21 Jul 2010 15:13:36 +0200] rev 37869
explicit dependency on theory HOL;
wenzelm [Wed, 21 Jul 2010 15:02:51 +0200] rev 37868
ML antiquotations @{theory} and @{theory_ref} refer to the theory ancestry, not any accidental theory loader state;
recovered @{theory_ref NAME} (cf. 1f09a22a1027);