Wed, 21 Jul 2010 16:29:20 +0200reactivate SML/NJ test on macbroy28, while macbroy23 is unavailable;
wenzelm [Wed, 21 Jul 2010 16:29:20 +0200] rev 38142
reactivate SML/NJ test on macbroy28, while macbroy23 is unavailable;

Wed, 21 Jul 2010 16:14:16 +0200eliminated old time_use/time_use_thy variants -- timing is implicitly controlled via Output.timing;
wenzelm [Wed, 21 Jul 2010 16:14:16 +0200] rev 38141
eliminated old time_use/time_use_thy variants -- timing is implicitly controlled via Output.timing;
misc tuning and simplification;

Wed, 21 Jul 2010 15:44:36 +0200moved src/Tools/Compute_Oracle to src/HOL/Matrix/Compute_Oracle -- it actually depends on HOL anyway;
wenzelm [Wed, 21 Jul 2010 15:44:36 +0200] rev 38140
moved src/Tools/Compute_Oracle to src/HOL/Matrix/Compute_Oracle -- it actually depends on HOL anyway;

Wed, 21 Jul 2010 15:31:38 +0200replaced Thy_Info.the_theory by Context.this_theory -- avoid referring to accidental theory loader state;
wenzelm [Wed, 21 Jul 2010 15:31:38 +0200] rev 38139
replaced Thy_Info.the_theory by Context.this_theory -- avoid referring to accidental theory loader state;

Wed, 21 Jul 2010 15:23:46 +0200thm_deps/unused_thms: Context.get_theory based on proper theory ancestry, not accidental theory loader state;
wenzelm [Wed, 21 Jul 2010 15:23:46 +0200] rev 38138
thm_deps/unused_thms: Context.get_theory based on proper theory ancestry, not accidental theory loader state;

Wed, 21 Jul 2010 15:13:36 +0200explicit dependency on theory HOL;
wenzelm [Wed, 21 Jul 2010 15:13:36 +0200] rev 38137
explicit dependency on theory HOL;

Wed, 21 Jul 2010 15:02:51 +0200ML antiquotations @{theory} and @{theory_ref} refer to the theory ancestry, not any accidental theory loader state;
wenzelm [Wed, 21 Jul 2010 15:02:51 +0200] rev 38136
ML antiquotations @{theory} and @{theory_ref} refer to the theory ancestry, not any accidental theory loader state;
recovered @{theory_ref NAME} (cf. 1f09a22a1027);

Wed, 21 Jul 2010 14:27:05 +0200added Context.get_theory -- avoid referring to accidental theory loader state (cf. Thy_Info.get_theory);
wenzelm [Wed, 21 Jul 2010 14:27:05 +0200] rev 38135
added Context.get_theory -- avoid referring to accidental theory loader state (cf. Thy_Info.get_theory);

Wed, 21 Jul 2010 13:55:44 +0200thy_deps: more direct comparison of sessions, which is presumably what "unfold" is meant to indicate here -- also avoid referring to accidental theory loader state;
wenzelm [Wed, 21 Jul 2010 13:55:44 +0200] rev 38134
thy_deps: more direct comparison of sessions, which is presumably what "unfold" is meant to indicate here -- also avoid referring to accidental theory loader state;

Wed, 21 Jul 2010 13:25:14 +0200clarified/exported Future.worker_subgroup, which is already the default for Future.fork;
wenzelm [Wed, 21 Jul 2010 13:25:14 +0200] rev 38133
clarified/exported Future.worker_subgroup, which is already the default for Future.fork;