Tue, 31 Jul 2007 22:21:22 +0200 wenzelm setmp_noncritical print_mode;
Tue, 31 Jul 2007 22:21:20 +0200 wenzelm simultaneous use_thys;
Tue, 31 Jul 2007 22:21:18 +0200 wenzelm removed obsolete HOL/Real/ROOT.ML;
Tue, 31 Jul 2007 21:19:24 +0200 wenzelm no_document: setmp_noncritical;
Tue, 31 Jul 2007 21:19:23 +0200 wenzelm with_charset: setmp_noncritical;
Tue, 31 Jul 2007 21:19:22 +0200 wenzelm added max-threads preference;
Tue, 31 Jul 2007 21:19:21 +0200 wenzelm replaced depth_limit ref by blast_depth_limit configuration option;
Tue, 31 Jul 2007 21:19:20 +0200 wenzelm replaced dtK ref by datatype_distinctness_limit configuration option;
Tue, 31 Jul 2007 21:19:18 +0200 wenzelm moved classical tools from theory IFOL to FOL;
Tue, 31 Jul 2007 19:40:28 +0200 wenzelm register_thy: more sanity checks;
Tue, 31 Jul 2007 19:40:26 +0200 wenzelm moved lin_arith stuff to Tools/lin_arith.ML;
Tue, 31 Jul 2007 19:40:25 +0200 wenzelm proper context for cooper_tac within arith;
Tue, 31 Jul 2007 19:40:24 +0200 wenzelm tuned LinArith setup;
Tue, 31 Jul 2007 19:40:23 +0200 wenzelm HOL setup for linear arithmetic -- moved here from arith_data.ML;
Tue, 31 Jul 2007 19:40:22 +0200 wenzelm added Tools/lin_arith.ML;
Tue, 31 Jul 2007 19:38:33 +0200 wenzelm tuned;
Tue, 31 Jul 2007 19:26:35 +0200 wenzelm tuned section "Style";
Tue, 31 Jul 2007 14:45:36 +0200 narboux undo a change in last commit : give a single name to the inversion lemmas for the same inductive type
Tue, 31 Jul 2007 14:18:24 +0200 ballarin Proper interpretation of total orders in lattices.
Tue, 31 Jul 2007 13:31:01 +0200 wenzelm * Configuration options;
Tue, 31 Jul 2007 13:30:35 +0200 wenzelm added configuration options;
Tue, 31 Jul 2007 13:30:27 +0200 wenzelm removed use/update_thy_only;
Tue, 31 Jul 2007 09:31:26 +0200 chaieb find_body goes under meta-quantifier ; tactic generalizes free variables;
Tue, 31 Jul 2007 09:31:23 +0200 chaieb Added dependency on langford files in Tools/Qelim
Tue, 31 Jul 2007 09:31:19 +0200 chaieb Tuned document
Tue, 31 Jul 2007 00:56:34 +0200 wenzelm added register_thy (replaces pretend_use_thy_only and really flag);
Tue, 31 Jul 2007 00:56:32 +0200 wenzelm ThyInfo.register_thy;
Tue, 31 Jul 2007 00:56:31 +0200 wenzelm turned fast_arith_split/neq_limit into configuration options;
Tue, 31 Jul 2007 00:56:31 +0200 wenzelm added global config options;
Tue, 31 Jul 2007 00:56:29 +0200 wenzelm arith method setup: proper context;
Tue, 31 Jul 2007 00:56:26 +0200 wenzelm arith method setup: proper context;
Mon, 30 Jul 2007 19:46:15 +0200 wenzelm tuned ML declarations;
Mon, 30 Jul 2007 19:46:13 +0200 wenzelm simultaneous use_thys;
Mon, 30 Jul 2007 19:22:27 +0200 wenzelm dequeue: wait loop while PROTECTED -- avoids race condition;
Mon, 30 Jul 2007 11:12:28 +0200 wenzelm marked some CRITICAL sections;
Mon, 30 Jul 2007 10:39:12 +0200 urbanc updated some of the definitions and proofs
Sun, 29 Jul 2007 23:27:40 +0200 wenzelm tuned msgs;
Sun, 29 Jul 2007 22:42:02 +0200 wenzelm deps: keep thy source text, avoid reloading;
Sun, 29 Jul 2007 22:42:00 +0200 wenzelm adapted ThyLoad.deps_thy;
Sun, 29 Jul 2007 22:41:59 +0200 wenzelm more informative tracing;
Sun, 29 Jul 2007 22:41:58 +0200 wenzelm load_thy: avoid reloading of text;
Sun, 29 Jul 2007 22:41:55 +0200 wenzelm added of_list_limited (with limit argument);
Sun, 29 Jul 2007 19:46:04 +0200 wenzelm more informative tracing;
Sun, 29 Jul 2007 19:46:03 +0200 wenzelm explicit global state argument -- no longer CRITICAL;
Sun, 29 Jul 2007 19:46:02 +0200 wenzelm added option -T (multithreading trace mode);
Sun, 29 Jul 2007 17:28:57 +0200 wenzelm critical: improved diagostics;
Sun, 29 Jul 2007 17:28:56 +0200 wenzelm tuned msg;
Sun, 29 Jul 2007 17:28:55 +0200 wenzelm NAMED_CRITICAL;
Sun, 29 Jul 2007 16:00:06 +0200 wenzelm removed obsolete Output.ML_errors/toplevel_errors;
Sun, 29 Jul 2007 16:00:05 +0200 wenzelm removed obsolete Output.ML_errors/toplevel_errors;
Sun, 29 Jul 2007 16:00:04 +0200 wenzelm added TOPLEVEL_ERROR (simplified version from output.ML);
Sun, 29 Jul 2007 16:00:03 +0200 wenzelm removed obsolete TOPLEVEL_ERROR etc. (cf. toplevel.ML);
Sun, 29 Jul 2007 16:00:02 +0200 wenzelm added ML toplevel use commands: Toplevel.program;
Sun, 29 Jul 2007 16:00:00 +0200 wenzelm removed obsolete install_pp.ML (cf. pure_setup.ML);
Sun, 29 Jul 2007 14:30:07 +0200 wenzelm replaced program_defs_ref by proper context data (via attribute "program");
Sun, 29 Jul 2007 14:30:06 +0200 wenzelm renamed Drule.is_dummy_thm to Thm.is_dummy;
Sun, 29 Jul 2007 14:30:05 +0200 wenzelm added list update;
Sun, 29 Jul 2007 14:30:04 +0200 wenzelm moved Drule.add/del/merge_rules to Thm.add/del/merge_thms;
Sun, 29 Jul 2007 14:30:03 +0200 wenzelm Named collections of theorems in canonical order.
Sun, 29 Jul 2007 14:30:02 +0200 wenzelm added Tools/named_thms.ML;
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip