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;
wenzelm [Thu, 19 Jul 2007 23:18:50 +0200] rev 23864
use thy_header.ML earlier;
wenzelm [Thu, 19 Jul 2007 23:18:48 +0200] rev 23863
tuned signature;