wenzelm [Tue, 10 Mar 2009 21:20:01 +0100] rev 30421
explicit root_path, parent_path;
derived absolute_path;
tuned;
wenzelm [Tue, 10 Mar 2009 21:19:22 +0100] rev 30420
removed obsolete no_base_names;
tuned;
wenzelm [Tue, 10 Mar 2009 21:18:52 +0100] rev 30419
invoke_case: proper qualification of name binding, avoiding old no_base_names;
wenzelm [Tue, 10 Mar 2009 21:18:01 +0100] rev 30418
add_path: discontinued special meaning of "//", "/", "..";
added root_path, parent_path;
wenzelm [Tue, 10 Mar 2009 18:52:26 +0100] rev 30417
merged
webertj [Tue, 10 Mar 2009 17:39:18 +0000] rev 30416
Automated merge with ssh://webertj@atbroy100.informatik.tu-muenchen.de//home/isabelle-repository/repos/isabelle
webertj [Tue, 10 Mar 2009 17:39:06 +0000] rev 30415
Instead of giving up entirely, arith now ignores all inequalities when there are too many.
wenzelm [Tue, 10 Mar 2009 17:54:49 +0100] rev 30414
merged
hoelzl [Tue, 10 Mar 2009 16:36:22 +0100] rev 30413
Fixed type error which appeared when Approximation bounds where specified as floating point numbers
wenzelm [Tue, 10 Mar 2009 16:51:08 +0100] rev 30412
just one naming policy based on binding content -- eliminated odd "object-oriented" style;
uniform handling of regular vs. mandatory name prefixes -- add_path and sticky_prefix may be freely intermixed;
misc tuning and cleanup;