Thu, 02 Aug 2007 22:43:47 +0200 added int type constraints to accomodate hacked SML/NJ;
wenzelm [Thu, 02 Aug 2007 22:43:47 +0200] rev 24135
added int type constraints to accomodate hacked SML/NJ;
Thu, 02 Aug 2007 22:16:49 +0200 added int type constraints to accomodate hacked SML/NJ;
wenzelm [Thu, 02 Aug 2007 22:16:49 +0200] rev 24134
added int type constraints to accomodate hacked SML/NJ;
Thu, 02 Aug 2007 21:45:07 +0200 added int type constraints to accomodate hacked SML/NJ;
wenzelm [Thu, 02 Aug 2007 21:45:07 +0200] rev 24133
added int type constraints to accomodate hacked SML/NJ;
Thu, 02 Aug 2007 21:43:55 +0200 made mk_int/dest_int pervasive;
wenzelm [Thu, 02 Aug 2007 21:43:55 +0200] rev 24132
made mk_int/dest_int pervasive;
Thu, 02 Aug 2007 18:13:42 +0200 Experimental removal of assumptions of the form x : UNIV and the like after interpretation.
ballarin [Thu, 02 Aug 2007 18:13:42 +0200] rev 24131
Experimental removal of assumptions of the form x : UNIV and the like after interpretation.
Thu, 02 Aug 2007 17:31:10 +0200 Repaired term_of_char.
berghofe [Thu, 02 Aug 2007 17:31:10 +0200] rev 24130
Repaired term_of_char.
Thu, 02 Aug 2007 17:29:40 +0200 - Added cycle test to function mk_ind_def to avoid non-termination
berghofe [Thu, 02 Aug 2007 17:29:40 +0200] rev 24129
- Added cycle test to function mk_ind_def to avoid non-termination of code generator. - Functions generated from inductive predicates having neither parameters nor input arguments now take a unit element as an argument, otherwise the generated code would be ill-formed.
Thu, 02 Aug 2007 16:12:02 +0200 tuned;
wenzelm [Thu, 02 Aug 2007 16:12:02 +0200] rev 24128
tuned;
Thu, 02 Aug 2007 15:44:37 +0200 converted Meson tests to proper theory;
wenzelm [Thu, 02 Aug 2007 15:44:37 +0200] rev 24127
converted Meson tests to proper theory;
Thu, 02 Aug 2007 12:06:29 +0200 turned simp_depth_limit into configuration option;
wenzelm [Thu, 02 Aug 2007 12:06:29 +0200] rev 24126
turned simp_depth_limit into configuration option; tuned register_config;
Thu, 02 Aug 2007 12:06:28 +0200 added name_of;
wenzelm [Thu, 02 Aug 2007 12:06:28 +0200] rev 24125
added name_of;
Thu, 02 Aug 2007 12:06:27 +0200 turned simp_depth_limit into configuration option;
wenzelm [Thu, 02 Aug 2007 12:06:27 +0200] rev 24124
turned simp_depth_limit into configuration option;
Wed, 01 Aug 2007 21:10:36 +0200 tuned ML bindings (for multithreading);
wenzelm [Wed, 01 Aug 2007 21:10:36 +0200] rev 24123
tuned ML bindings (for multithreading); updated timings;
Wed, 01 Aug 2007 20:25:16 +0200 tuned ML bindings (for multithreading);
wenzelm [Wed, 01 Aug 2007 20:25:16 +0200] rev 24122
tuned ML bindings (for multithreading);
Wed, 01 Aug 2007 19:59:12 +0200 fix looping when applied to standard subgoals
huffman [Wed, 01 Aug 2007 19:59:12 +0200] rev 24121
fix looping when applied to standard subgoals
Wed, 01 Aug 2007 18:05:43 +0200 updated;
wenzelm [Wed, 01 Aug 2007 18:05:43 +0200] rev 24120
updated;
Wed, 01 Aug 2007 17:03:28 +0200 tracing: level;
wenzelm [Wed, 01 Aug 2007 17:03:28 +0200] rev 24119
tracing: level;
Wed, 01 Aug 2007 16:59:15 +0200 multithreading trace: int;
wenzelm [Wed, 01 Aug 2007 16:59:15 +0200] rev 24118
multithreading trace: int;
Wed, 01 Aug 2007 16:55:45 +0200 added toplevel print command;
wenzelm [Wed, 01 Aug 2007 16:55:45 +0200] rev 24117
added toplevel print command;
Wed, 01 Aug 2007 16:55:44 +0200 tuned;
wenzelm [Wed, 01 Aug 2007 16:55:44 +0200] rev 24116
tuned;
Wed, 01 Aug 2007 16:55:43 +0200 renamed 'print_options' to 'print_configs';
wenzelm [Wed, 01 Aug 2007 16:55:43 +0200] rev 24115
renamed 'print_options' to 'print_configs';
Wed, 01 Aug 2007 16:55:42 +0200 renamed config_option.ML to config.ML;
wenzelm [Wed, 01 Aug 2007 16:55:42 +0200] rev 24114
renamed config_option.ML to config.ML; moved attrib setup to attrib.ML;
Wed, 01 Aug 2007 16:55:41 +0200 renamed config_option.ML to config.ML;
wenzelm [Wed, 01 Aug 2007 16:55:41 +0200] rev 24113
renamed config_option.ML to config.ML;
Wed, 01 Aug 2007 16:55:40 +0200 simplified internal Config interface;
wenzelm [Wed, 01 Aug 2007 16:55:40 +0200] rev 24112
simplified internal Config interface;
Wed, 01 Aug 2007 16:55:39 +0200 updated;
wenzelm [Wed, 01 Aug 2007 16:55:39 +0200] rev 24111
updated;
Wed, 01 Aug 2007 16:55:37 +0200 tuned config options: eliminated separate attribute "option";
wenzelm [Wed, 01 Aug 2007 16:55:37 +0200] rev 24110
tuned config options: eliminated separate attribute "option";
Wed, 01 Aug 2007 16:50:16 +0200 oops -- fixed syntax;
wenzelm [Wed, 01 Aug 2007 16:50:16 +0200] rev 24109
oops -- fixed syntax;
Wed, 01 Aug 2007 16:48:47 +0200 "running": PROTECTED wakeup;
wenzelm [Wed, 01 Aug 2007 16:48:47 +0200] rev 24108
"running": PROTECTED wakeup; "cont": actually invoke wakeup!!
Tue, 31 Jul 2007 23:23:34 +0200 proper path specifications;
wenzelm [Tue, 31 Jul 2007 23:23:34 +0200] rev 24107
proper path specifications;
Tue, 31 Jul 2007 23:23:28 +0200 simultaneous use_thys;
wenzelm [Tue, 31 Jul 2007 23:23:28 +0200] rev 24106
simultaneous use_thys;
Tue, 31 Jul 2007 22:21:22 +0200 setmp_noncritical print_mode;
wenzelm [Tue, 31 Jul 2007 22:21:22 +0200] rev 24105
setmp_noncritical print_mode;
Tue, 31 Jul 2007 22:21:20 +0200 simultaneous use_thys;
wenzelm [Tue, 31 Jul 2007 22:21:20 +0200] rev 24104
simultaneous use_thys;
Tue, 31 Jul 2007 22:21:18 +0200 removed obsolete HOL/Real/ROOT.ML;
wenzelm [Tue, 31 Jul 2007 22:21:18 +0200] rev 24103
removed obsolete HOL/Real/ROOT.ML;
Tue, 31 Jul 2007 21:19:24 +0200 no_document: setmp_noncritical;
wenzelm [Tue, 31 Jul 2007 21:19:24 +0200] rev 24102
no_document: setmp_noncritical;
Tue, 31 Jul 2007 21:19:23 +0200 with_charset: setmp_noncritical;
wenzelm [Tue, 31 Jul 2007 21:19:23 +0200] rev 24101
with_charset: setmp_noncritical;
Tue, 31 Jul 2007 21:19:22 +0200 added max-threads preference;
wenzelm [Tue, 31 Jul 2007 21:19:22 +0200] rev 24100
added max-threads preference;
Tue, 31 Jul 2007 21:19:21 +0200 replaced depth_limit ref by blast_depth_limit configuration option;
wenzelm [Tue, 31 Jul 2007 21:19:21 +0200] rev 24099
replaced depth_limit ref by blast_depth_limit configuration option; tuned method setup;
Tue, 31 Jul 2007 21:19:20 +0200 replaced dtK ref by datatype_distinctness_limit configuration option;
wenzelm [Tue, 31 Jul 2007 21:19:20 +0200] rev 24098
replaced dtK ref by datatype_distinctness_limit configuration option;
Tue, 31 Jul 2007 21:19:18 +0200 moved classical tools from theory IFOL to FOL;
wenzelm [Tue, 31 Jul 2007 21:19:18 +0200] rev 24097
moved classical tools from theory IFOL to FOL;
Tue, 31 Jul 2007 19:40:28 +0200 register_thy: more sanity checks;
wenzelm [Tue, 31 Jul 2007 19:40:28 +0200] rev 24096
register_thy: more sanity checks;
Tue, 31 Jul 2007 19:40:26 +0200 moved lin_arith stuff to Tools/lin_arith.ML;
wenzelm [Tue, 31 Jul 2007 19:40:26 +0200] rev 24095
moved lin_arith stuff to Tools/lin_arith.ML;
Tue, 31 Jul 2007 19:40:25 +0200 proper context for cooper_tac within arith;
wenzelm [Tue, 31 Jul 2007 19:40:25 +0200] rev 24094
proper context for cooper_tac within arith;
Tue, 31 Jul 2007 19:40:24 +0200 tuned LinArith setup;
wenzelm [Tue, 31 Jul 2007 19:40:24 +0200] rev 24093
tuned LinArith setup;
Tue, 31 Jul 2007 19:40:23 +0200 HOL setup for linear arithmetic -- moved here from arith_data.ML;
wenzelm [Tue, 31 Jul 2007 19:40:23 +0200] rev 24092
HOL setup for linear arithmetic -- moved here from arith_data.ML;
Tue, 31 Jul 2007 19:40:22 +0200 added Tools/lin_arith.ML;
wenzelm [Tue, 31 Jul 2007 19:40:22 +0200] rev 24091
added Tools/lin_arith.ML;
Tue, 31 Jul 2007 19:38:33 +0200 tuned;
wenzelm [Tue, 31 Jul 2007 19:38:33 +0200] rev 24090
tuned;
Tue, 31 Jul 2007 19:26:35 +0200 tuned section "Style";
wenzelm [Tue, 31 Jul 2007 19:26:35 +0200] rev 24089
tuned section "Style"; added section "Thread-safe programming";
Tue, 31 Jul 2007 14:45:36 +0200 undo a change in last commit : give a single name to the inversion lemmas for the same inductive type
narboux [Tue, 31 Jul 2007 14:45:36 +0200] rev 24088
undo a change in last commit : give a single name to the inversion lemmas for the same inductive type
(0) -10000 -3000 -1000 -300 -100 -48 +48 +100 +300 +1000 +3000 +10000 +30000 tip