Sun, 22 Jul 2007 21:20:55 +0200 wenzelm added simultaneous use_thys;
Sun, 22 Jul 2007 21:20:54 +0200 wenzelm avoid polymorphic equality;
Sun, 22 Jul 2007 21:20:53 +0200 wenzelm blast_hyp_subst_tac: plain bool argument;
Sun, 22 Jul 2007 17:53:55 +0200 chaieb Context data for QE in DLO (Langford's algorithm)
Sun, 22 Jul 2007 17:53:54 +0200 chaieb Quantifier elimination for Dense linear orders after Langford
Sun, 22 Jul 2007 17:53:51 +0200 chaieb Tuned proof : dlo replaced by ferrack
Sun, 22 Jul 2007 17:53:50 +0200 chaieb tuned
Sun, 22 Jul 2007 17:53:48 +0200 chaieb Renamed attribute dlo into attribute ferrack
Sun, 22 Jul 2007 17:53:45 +0200 chaieb Added quantifier elimination in dense linear orders after Langford; locale dense_linear_order renamed to constr_dense_linear_order (since it requires the beween constant). locale dense_linear_order is now the classical definition of DLO. constr_dense_linear_order is an instance of dense_linear_order; Method dlo now applies the langford QE, odl Method dlo renamed to ferrack, since it ia a QE only in interpretations where between is interpreted in a manner to vanish after substitution.
Sun, 22 Jul 2007 17:53:42 +0200 chaieb Tunes Proof
Sun, 22 Jul 2007 13:53:52 +0200 wenzelm begin_theory: simplified interface, keep thy info empty until end_theory;
Sun, 22 Jul 2007 13:53:51 +0200 wenzelm clarified init/begin_theory: no longer depend on thy_info.ML;
Sun, 22 Jul 2007 13:53:49 +0200 wenzelm clarified Present.init;
Sun, 22 Jul 2007 13:53:47 +0200 wenzelm simplified ThyInfo.begin_theory;
Sun, 22 Jul 2007 13:53:46 +0200 wenzelm load present.ML earlier: no longer depend on thy_info.ML;
Sun, 22 Jul 2007 11:58:23 +0200 wenzelm chmod u+rw on all files;
Sat, 21 Jul 2007 23:25:00 +0200 wenzelm tactics: avoid dynamic reference to accidental theory context (via ML_Context.the_context etc.);
Sat, 21 Jul 2007 17:40:40 +0200 wenzelm deps: maintain source specification of parents (prevents repeated ThyLoad.deps_thy);
Sat, 21 Jul 2007 17:40:39 +0200 wenzelm tuned;
Sat, 21 Jul 2007 09:14:16 +0200 haftmann dropped Nat legacy bindings
Fri, 20 Jul 2007 19:54:03 +0200 wenzelm check_file: fall back on Path.current;
Fri, 20 Jul 2007 19:13:07 +0200 wenzelm tuned;
Fri, 20 Jul 2007 19:10:05 +0200 wenzelm * Theory loader: be more serious about observing the static theory header specifications;
Fri, 20 Jul 2007 19:09:11 +0200 wenzelm added ISABELLE_FILE_IDENT;
Fri, 20 Jul 2007 17:54:17 +0200 wenzelm simplified ThyLoad interfaces: only one additional directory;
Fri, 20 Jul 2007 17:54:17 +0200 wenzelm simplified ThyLoad interfaces: only one additional directory;
Fri, 20 Jul 2007 17:54:15 +0200 wenzelm simplified ThyLoad interfaces: only one additional directory;
Fri, 20 Jul 2007 15:29:25 +0200 obua new functions cut_matrix', etc.
Fri, 20 Jul 2007 14:33:40 +0200 haftmann dropped Nat.ML legacy bindings
Fri, 20 Jul 2007 14:28:25 +0200 haftmann moved class ord from Orderings.thy to HOL.thy
Fri, 20 Jul 2007 14:28:05 +0200 haftmann dropped Nat.ML legacy bindings
Fri, 20 Jul 2007 14:28:01 +0200 haftmann split class abs from class minus
Fri, 20 Jul 2007 14:27:56 +0200 haftmann simplified HOL bootstrap
Fri, 20 Jul 2007 00:01:40 +0200 wenzelm tuned;
Thu, 19 Jul 2007 23:49:05 +0200 wenzelm ThyHeader.read: Source.of_string_limited;
Thu, 19 Jul 2007 23:49:04 +0200 wenzelm added of_string_limited (more efficient for partial scans);
Thu, 19 Jul 2007 23:49:02 +0200 wenzelm added rep_ident;
Thu, 19 Jul 2007 23:49:00 +0200 wenzelm added pprint for Path.T, File.ident;
Thu, 19 Jul 2007 23:18:59 +0200 wenzelm tuned signature;
Thu, 19 Jul 2007 23:18:58 +0200 wenzelm removed obsolete use/update_thy_only;
Thu, 19 Jul 2007 23:18:56 +0200 wenzelm adapted ThyLoad.check_file etc.;
Thu, 19 Jul 2007 23:18:55 +0200 wenzelm adapted ThyLoad.deps_thy
Thu, 19 Jul 2007 23:18:55 +0200 wenzelm adapted ThyHeader.read;
Thu, 19 Jul 2007 23:18:54 +0200 wenzelm adapted ThyLoad.check_file;
Thu, 19 Jul 2007 23:18:52 +0200 wenzelm moved deps_thy to ThyLoad (independent of outer syntax);
Thu, 19 Jul 2007 23:18:51 +0200 wenzelm removed obsolete use/update_thy_only;
Thu, 19 Jul 2007 23:18:50 +0200 wenzelm use thy_header.ML earlier;
Thu, 19 Jul 2007 23:18:48 +0200 wenzelm tuned signature;
Thu, 19 Jul 2007 23:18:46 +0200 wenzelm tuned;
Thu, 19 Jul 2007 23:18:45 +0200 wenzelm replaced info by ident (for full identification, potentially content-based);
Thu, 19 Jul 2007 23:18:43 +0200 wenzelm added undefined: 'a -> 'b;
Thu, 19 Jul 2007 21:47:46 +0200 haftmann support for SML builtin ints
Thu, 19 Jul 2007 21:47:45 +0200 haftmann adapted to new code generator framework
Thu, 19 Jul 2007 21:47:44 +0200 haftmann code lemma for contents
Thu, 19 Jul 2007 21:47:43 +0200 haftmann code lemma for of_int
Thu, 19 Jul 2007 21:47:42 +0200 haftmann tuned
Thu, 19 Jul 2007 21:47:39 +0200 haftmann uniform naming conventions for CG theories
Thu, 19 Jul 2007 21:47:38 +0200 haftmann added lemmas by Brian Huffman
Thu, 19 Jul 2007 21:47:37 +0200 haftmann moved set Nats to Nat.thy
Thu, 19 Jul 2007 21:47:36 +0200 haftmann added of_int_of_nat
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip