haftmann [Fri, 20 Jul 2007 14:28:05 +0200] rev 23880
dropped Nat.ML legacy bindings
haftmann [Fri, 20 Jul 2007 14:28:01 +0200] rev 23879
split class abs from class minus
haftmann [Fri, 20 Jul 2007 14:27:56 +0200] rev 23878
simplified HOL bootstrap
wenzelm [Fri, 20 Jul 2007 00:01:40 +0200] rev 23877
tuned;
wenzelm [Thu, 19 Jul 2007 23:49:05 +0200] rev 23876
ThyHeader.read: Source.of_string_limited;
wenzelm [Thu, 19 Jul 2007 23:49:04 +0200] rev 23875
added of_string_limited (more efficient for partial scans);
wenzelm [Thu, 19 Jul 2007 23:49:02 +0200] rev 23874
added rep_ident;
wenzelm [Thu, 19 Jul 2007 23:49:00 +0200] rev 23873
added pprint for Path.T, File.ident;
wenzelm [Thu, 19 Jul 2007 23:18:59 +0200] rev 23872
tuned signature;
load_path: always used, even for partially qualified path names;
check_file: precise (no adding of extensions!);
misc cleanup;
wenzelm [Thu, 19 Jul 2007 23:18:58 +0200] rev 23871
removed obsolete use/update_thy_only;
removed unused quiet_update_thy, get_succs;
renamed get_preds to get_parents;
deps: replaced File.info by File.ident (no comparison of paths!);
check_deps: reload (partially qualified) parents for unfinished theory,
no reference of previously loaded master paths!
require_thy: attempt at purely static path lookup, less permissive;
misc cleanup;
wenzelm [Thu, 19 Jul 2007 23:18:56 +0200] rev 23870
adapted ThyLoad.check_file etc.;
tuned signature;
wenzelm [Thu, 19 Jul 2007 23:18:55 +0200] rev 23869
adapted ThyLoad.deps_thy
wenzelm [Thu, 19 Jul 2007 23:18:55 +0200] rev 23868
adapted ThyHeader.read;
wenzelm [Thu, 19 Jul 2007 23:18:54 +0200] rev 23867
adapted ThyLoad.check_file;
wenzelm [Thu, 19 Jul 2007 23:18:52 +0200] rev 23866
moved deps_thy to ThyLoad (independent of outer syntax);
tuned load_thy;
wenzelm [Thu, 19 Jul 2007 23:18:51 +0200] rev 23865
removed obsolete use/update_thy_only;