Mon, 23 Jul 2007 19:45:44 +0200 wenzelm eliminated transform_failure (to avoid critical section for main transactions);
Mon, 23 Jul 2007 16:45:04 +0200 wenzelm setmp_noncritical (assumes outermost control);
Mon, 23 Jul 2007 16:45:03 +0200 wenzelm PrintMode.with_modes;
Mon, 23 Jul 2007 16:45:02 +0200 wenzelm added with_modes, with_default;
Mon, 23 Jul 2007 16:45:01 +0200 wenzelm marked some CRITICAL sections;
Mon, 23 Jul 2007 16:45:00 +0200 wenzelm added setmp_noncritical;
Mon, 23 Jul 2007 16:44:59 +0200 wenzelm PrintMode.with_default;
Mon, 23 Jul 2007 15:16:35 +0200 haftmann added nbe implementation heading for dictionaries
Mon, 23 Jul 2007 15:04:56 +0200 berghofe Tuned.
Mon, 23 Jul 2007 14:39:21 +0200 berghofe Protected underscore in inductive_set.
Mon, 23 Jul 2007 14:36:37 +0200 berghofe Replaced "hand-made" LaTeX code in Protocol/protocol.tex by
Mon, 23 Jul 2007 14:34:27 +0200 berghofe Removed legacy ML files in Protocol case study.
Mon, 23 Jul 2007 14:31:34 +0200 berghofe LaTeX code is now generated directly from theory files.
Mon, 23 Jul 2007 14:30:53 +0200 berghofe Ported ML proof scripts to Isar.
Mon, 23 Jul 2007 14:06:14 +0200 wenzelm hide internal structures (again);
Mon, 23 Jul 2007 14:06:12 +0200 wenzelm marked some CRITICAL sections (for multithreading);
Mon, 23 Jul 2007 14:06:11 +0200 wenzelm added compatibility file for ML systems without multithreading;
Mon, 23 Jul 2007 13:50:31 +0200 ballarin interpretation: unfolding of equations;
Mon, 23 Jul 2007 13:48:30 +0200 ballarin interpretation: equations are propositions not pairs of terms;
Mon, 23 Jul 2007 13:47:48 +0200 ballarin interpretation: unfolding of equations;
Mon, 23 Jul 2007 01:17:57 +0200 kleing increase default max heap size for poly to -H 500 (this is what isatest uses,
Sun, 22 Jul 2007 23:33:57 +0200 wenzelm simultaneous use_thys;
Sun, 22 Jul 2007 23:23:39 +0200 wenzelm fixed document;
Sun, 22 Jul 2007 22:01:30 +0200 wenzelm turned ex/prop.ML, ex/quant.ML into proper theories;
Sun, 22 Jul 2007 21:20:58 +0200 wenzelm inform_file_processed: tuned msg, no state;
Sun, 22 Jul 2007 21:20:56 +0200 wenzelm simultaneous use_thys;
Sun, 22 Jul 2007 21:20:56 +0200 wenzelm init_empty: invoke operation *after* safe_exit;
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
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip