wenzelm [Sun, 22 Jul 2007 13:53:47 +0200] rev 23897
simplified ThyInfo.begin_theory;
wenzelm [Sun, 22 Jul 2007 13:53:46 +0200] rev 23896
load present.ML earlier: no longer depend on thy_info.ML;
wenzelm [Sun, 22 Jul 2007 11:58:23 +0200] rev 23895
chmod u+rw on all files;
wenzelm [Sat, 21 Jul 2007 23:25:00 +0200] rev 23894
tactics: avoid dynamic reference to accidental theory context (via ML_Context.the_context etc.);
wenzelm [Sat, 21 Jul 2007 17:40:40 +0200] rev 23893
deps: maintain source specification of parents (prevents repeated ThyLoad.deps_thy);
begin_theory: quiet_update_thys in interactive mode, removed no weak_use_thy in batch mode;
misc tuning;
wenzelm [Sat, 21 Jul 2007 17:40:39 +0200] rev 23892
tuned;
haftmann [Sat, 21 Jul 2007 09:14:16 +0200] rev 23891
dropped Nat legacy bindings
wenzelm [Fri, 20 Jul 2007 19:54:03 +0200] rev 23890
check_file: fall back on Path.current;
wenzelm [Fri, 20 Jul 2007 19:13:07 +0200] rev 23889
tuned;
wenzelm [Fri, 20 Jul 2007 19:10:05 +0200] rev 23888
* Theory loader: be more serious about observing the static theory header specifications;
* Theory loader: optional support for content-based file identification;
wenzelm [Fri, 20 Jul 2007 19:09:11 +0200] rev 23887
added ISABELLE_FILE_IDENT;
wenzelm [Fri, 20 Jul 2007 17:54:17 +0200] rev 23886
simplified ThyLoad interfaces: only one additional directory;
require_thy: cumulative appending of directory prefix;
tuned;