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);
wenzelm [Wed, 21 Jul 2010 14:27:05 +0200] rev 37867
added Context.get_theory -- avoid referring to accidental theory loader state (cf. Thy_Info.get_theory);
wenzelm [Wed, 21 Jul 2010 13:55:44 +0200] rev 37866
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;
wenzelm [Wed, 21 Jul 2010 13:25:14 +0200] rev 37865
clarified/exported Future.worker_subgroup, which is already the default for Future.fork;