Thu, 12 Mar 2009 11:17:34 +0100 wenzelm updated according to actual manual title;
Thu, 12 Mar 2009 11:10:02 +0100 wenzelm renamed NameSpace.bind to NameSpace.define;
Thu, 12 Mar 2009 11:09:26 +0100 wenzelm renamed bind to define;
Thu, 12 Mar 2009 11:07:22 +0100 wenzelm tuned signature;
Thu, 12 Mar 2009 00:02:30 +0100 wenzelm updated generated files;
Thu, 12 Mar 2009 00:02:03 +0100 wenzelm tuned;
Wed, 11 Mar 2009 23:59:34 +0100 wenzelm added 'local_setup' command;
Wed, 11 Mar 2009 20:54:03 +0100 wenzelm debugging: special handling of EXCURSION_FAIL;
Wed, 11 Mar 2009 20:42:16 +0100 wenzelm tuned;
Wed, 11 Mar 2009 20:36:20 +0100 wenzelm delete unused generated files;
Wed, 11 Mar 2009 20:11:06 +0100 wenzelm basic setup for "main" as generated Isabelle manual;
Wed, 11 Mar 2009 20:09:23 +0100 wenzelm tuned;
Wed, 11 Mar 2009 19:27:48 +0100 wenzelm merged
Wed, 11 Mar 2009 18:32:23 +0100 haftmann merged
Wed, 11 Mar 2009 16:20:07 +0100 haftmann fixed typo
Wed, 11 Mar 2009 16:15:17 +0100 haftmann (restored previous version)
Wed, 11 Mar 2009 15:56:52 +0100 haftmann corrected type inference of primitive definitions
Wed, 11 Mar 2009 15:56:51 +0100 haftmann HOLogic.mk_set, HOLogic.dest_set
Wed, 11 Mar 2009 15:56:50 +0100 haftmann tuned
Wed, 11 Mar 2009 15:56:50 +0100 haftmann tuned funny error message
Wed, 11 Mar 2009 15:56:49 +0100 haftmann stripped dead code
Wed, 11 Mar 2009 15:56:49 +0100 haftmann min_weak_def [code del]
Wed, 11 Mar 2009 19:27:04 +0100 wenzelm renamed (unused?) "split.splits" to split_splits -- it was only accepted by accident;
Wed, 11 Mar 2009 17:51:01 +0100 wenzelm merged
Wed, 11 Mar 2009 13:53:51 +0100 hoelzl Extended approximation boundaries by fractions and base-2 floating point numbers
Wed, 11 Mar 2009 12:51:00 +0100 nipkow Added "What's in Main" to doc sources
Wed, 11 Mar 2009 11:41:14 +0100 nipkow merged
Wed, 11 Mar 2009 11:40:58 +0100 nipkow Docs
Wed, 11 Mar 2009 10:58:18 +0100 hoelzl Updated paths in Decision_Procs comments and NEWS
Wed, 11 Mar 2009 16:36:27 +0100 wenzelm eliminated qualified_names naming policy: qualified names are only permitted via explicit Binding.qualify/qualified_name etc. (NB: user-level outer syntax should never do this);
Wed, 11 Mar 2009 15:45:40 +0100 wenzelm more precise treatment of qualified bindings;
Wed, 11 Mar 2009 15:44:12 +0100 wenzelm removed obsolete absolute_path -- use root_path with qualified binding;
Wed, 11 Mar 2009 15:42:19 +0100 wenzelm explicit Binding.qualified_name -- prevents implicitly qualified bstring;
Wed, 11 Mar 2009 15:38:25 +0100 wenzelm Thm.def_binding_optional;
Wed, 11 Mar 2009 15:36:12 +0100 wenzelm added def_binding_optional -- robust version of def_name_optional for bindings;
Wed, 11 Mar 2009 08:45:57 +0100 haftmann merged
Wed, 11 Mar 2009 08:45:47 +0100 haftmann avoid inspecting pretty output
Wed, 11 Mar 2009 08:45:47 +0100 haftmann explicit code equations for some rarely used pred operations
Wed, 11 Mar 2009 08:45:47 +0100 haftmann moved Decision_Procs examples to Decision_Procs/ex
Wed, 11 Mar 2009 08:45:46 +0100 haftmann explicitly delete some code equations
Wed, 11 Mar 2009 08:45:46 +0100 haftmann delete code equations for types pred and seq
Tue, 10 Mar 2009 22:50:19 +0100 wenzelm merged
Tue, 10 Mar 2009 22:22:52 +0100 nipkow Docs
Tue, 10 Mar 2009 22:49:56 +0100 wenzelm Consts.eq_const is back again (cf. 907da436f8a9) -- required in ProofContext.transfer_syntax to prevent expensive merges of local_consts/global_consts;
Tue, 10 Mar 2009 22:27:32 +0100 wenzelm recover old ids;
Tue, 10 Mar 2009 21:43:19 +0100 wenzelm controlled_execution/debugging: special handling of UNDEF to prevent it to appear in exception_trace;
Tue, 10 Mar 2009 21:20:01 +0100 wenzelm explicit root_path, parent_path;
Tue, 10 Mar 2009 21:19:22 +0100 wenzelm removed obsolete no_base_names;
Tue, 10 Mar 2009 21:18:52 +0100 wenzelm invoke_case: proper qualification of name binding, avoiding old no_base_names;
Tue, 10 Mar 2009 21:18:01 +0100 wenzelm add_path: discontinued special meaning of "//", "/", "..";
Tue, 10 Mar 2009 18:52:26 +0100 wenzelm merged
Tue, 10 Mar 2009 17:39:18 +0000 webertj Automated merge with ssh://webertj@atbroy100.informatik.tu-muenchen.de//home/isabelle-repository/repos/isabelle
Tue, 10 Mar 2009 17:39:06 +0000 webertj Instead of giving up entirely, arith now ignores all inequalities when there are too many.
Tue, 10 Mar 2009 17:54:49 +0100 wenzelm merged
Tue, 10 Mar 2009 16:36:22 +0100 hoelzl Fixed type error which appeared when Approximation bounds where specified as floating point numbers
Tue, 10 Mar 2009 16:51:08 +0100 wenzelm just one naming policy based on binding content -- eliminated odd "object-oriented" style;
Tue, 10 Mar 2009 16:48:27 +0100 wenzelm tuned proofs;
Tue, 10 Mar 2009 16:44:20 +0100 wenzelm added qualified_name_of;
Tue, 10 Mar 2009 16:43:59 +0100 wenzelm pretty_full_theory: no longer display name prefix -- naming is far more complex now;
Tue, 10 Mar 2009 16:42:58 +0100 wenzelm quote binding for ML toplevel pp;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip