wenzelm [Mon, 27 Jul 2009 12:11:18 +0200] rev 32219
more specific conditions: scheduler_event, work_available, work_finished -- considereably reduces overhead with many threads;
more specific signal vs. broadcast;
execute/finish: more careful notification based on minimal/maximal status;
tuned shutdown;
wenzelm [Mon, 27 Jul 2009 12:00:02 +0200] rev 32218
enqueue/finish: return minimal/maximal state of this task;
haftmann [Mon, 27 Jul 2009 09:01:13 +0200] rev 32217
NEWS
wenzelm [Sun, 26 Jul 2009 22:33:32 +0200] rev 32216
tacticals FOCUS and FOCUS_PARAMS;
wenzelm [Sun, 26 Jul 2009 22:28:31 +0200] rev 32215
replaced old METAHYPS by FOCUS;
eliminated homegrown SUBGOAL combinator -- beware of exception Subscript in body;
modernized functor names;
minimal tuning of sources;
reactivated dead quasi.ML (ever used?);
wenzelm [Sun, 26 Jul 2009 22:24:13 +0200] rev 32214
replaced old METAHYPS by FOCUS;
wenzelm [Sun, 26 Jul 2009 20:57:19 +0200] rev 32213
added focus_params/FOCUS_PARAMS, which focus on the parameter prefix only;
wenzelm [Sun, 26 Jul 2009 20:38:11 +0200] rev 32212
replaced old METAHYPS by FOCUS;
wenzelm [Sun, 26 Jul 2009 19:54:37 +0200] rev 32211
tuned eval_tac: eliminated unused METAHYPS (FOCUS fails due to schematic goals);
wenzelm [Sun, 26 Jul 2009 19:38:02 +0200] rev 32210
retrofit: actually handle schematic variables -- need to export into original context;
wenzelm [Sun, 26 Jul 2009 18:58:02 +0200] rev 32209
merged
haftmann [Sun, 26 Jul 2009 08:03:40 +0200] rev 32208
adapted to changed prefixes
haftmann [Sun, 26 Jul 2009 07:54:28 +0200] rev 32207
merged
haftmann [Sat, 25 Jul 2009 18:44:55 +0200] rev 32206
improved handling of parameter import; tuned
haftmann [Sat, 25 Jul 2009 18:44:55 +0200] rev 32205
explicit is better than implicit
haftmann [Sat, 25 Jul 2009 18:44:54 +0200] rev 32204
localized interpretation of min/max-lattice
haftmann [Sat, 25 Jul 2009 18:44:54 +0200] rev 32203
adapted to localized interpretation of min/max-lattice
wenzelm [Sun, 26 Jul 2009 18:57:11 +0200] rev 32202
SUBPROOF/Obtain.result: named params;
wenzelm [Sun, 26 Jul 2009 13:21:12 +0200] rev 32201
updated Variable.focus, SUBPROOF, Obtain.result, Goal.finish;
wenzelm [Sun, 26 Jul 2009 13:12:54 +0200] rev 32200
advanced retrofit, which allows new subgoals and variables;
added FOCUS -- does not require closed proof;
wenzelm [Sun, 26 Jul 2009 13:12:54 +0200] rev 32199
Variable.focus: named parameters;
wenzelm [Sun, 26 Jul 2009 13:12:53 +0200] rev 32198
lambda/cabs/all: named variants;
wenzelm [Sun, 26 Jul 2009 13:12:52 +0200] rev 32197
Goal.finish: explicit context for printing;
wenzelm [Sat, 25 Jul 2009 18:55:30 +0200] rev 32196
fixed Method.Basic;
wenzelm [Sat, 25 Jul 2009 18:55:12 +0200] rev 32195
eliminated obsolete/obscure Seq.wrap, Position.setmp_thread_data_seq;
wenzelm [Sat, 25 Jul 2009 18:04:15 +0200] rev 32194
Method.Basic: no position;
wenzelm [Sat, 25 Jul 2009 18:02:43 +0200] rev 32193
basic method application: avoid Position.setmp_thread_data_seq, which destroys transaction context;
Method.Basic: no position;
wenzelm [Sat, 25 Jul 2009 14:58:45 +0200] rev 32192
dequeue_towards: need to try imm_preds as well;
wenzelm [Sat, 25 Jul 2009 14:32:35 +0200] rev 32191
internal session timing;
wenzelm [Sat, 25 Jul 2009 14:18:26 +0200] rev 32190
enqueue: maintain transitive closure, which simplifies dequeue_towards;
wenzelm [Sat, 25 Jul 2009 13:15:53 +0200] rev 32189
ML_Context.the_generic_context;
wenzelm [Sat, 25 Jul 2009 12:43:45 +0200] rev 32188
eliminated redundant Library.multiply;
wenzelm [Sat, 25 Jul 2009 10:31:27 +0200] rev 32187
renamed structure Display_Goal to Goal_Display;
wenzelm [Sat, 25 Jul 2009 00:53:47 +0200] rev 32186
tuned tracing;
wenzelm [Sat, 25 Jul 2009 00:39:05 +0200] rev 32185
added Multithreading.real_time;
wenzelm [Sat, 25 Jul 2009 00:13:39 +0200] rev 32184
simplified/unified Multithreading.tracing_time;
tuned;
wenzelm [Fri, 24 Jul 2009 23:36:37 +0200] rev 32183
get_name: cover only PThm, not PAxm;
wenzelm [Fri, 24 Jul 2009 22:59:28 +0200] rev 32182
eliminated OldGoals.read_term;
wenzelm [Fri, 24 Jul 2009 22:59:08 +0200] rev 32181
more antiquotations instead of adhoc ML stuff;
wenzelm [Fri, 24 Jul 2009 22:31:27 +0200] rev 32180
ML_Context.the_local_context;
wenzelm [Fri, 24 Jul 2009 22:17:32 +0200] rev 32179
eliminated the_context;
wenzelm [Fri, 24 Jul 2009 22:09:09 +0200] rev 32178
do not open OldGoals;
wenzelm [Fri, 24 Jul 2009 21:34:37 +0200] rev 32177
renamed functor SplitterFun to Splitter, require explicit theory;
wenzelm [Fri, 24 Jul 2009 21:21:45 +0200] rev 32176
renamed functor BlastFun to Blast, require explicit theory;
eliminated src/FOL/blastdata.ML;
wenzelm [Fri, 24 Jul 2009 21:18:05 +0200] rev 32175
eliminated OldGoals.prove_goal;
wenzelm [Fri, 24 Jul 2009 21:02:34 +0200] rev 32174
explicit OldGoals;
wenzelm [Fri, 24 Jul 2009 20:55:56 +0200] rev 32173
structure OldGoals: no pervasive names;
wenzelm [Fri, 24 Jul 2009 18:58:58 +0200] rev 32172
renamed functor ProjectRuleFun to Project_Rule;
renamed structure ProjectRule to Project_Rule;
wenzelm [Fri, 24 Jul 2009 12:33:00 +0200] rev 32171
renamed functor InductFun to Induct;
wenzelm [Fri, 24 Jul 2009 12:32:43 +0200] rev 32170
tuned;
wenzelm [Fri, 24 Jul 2009 12:00:02 +0200] rev 32169
renamed Pure/tctical.ML to Pure/tactical.ML;
wenzelm [Fri, 24 Jul 2009 11:55:34 +0200] rev 32168
eliminated print_goals_without_context -- proper pretty printing;
wenzelm [Fri, 24 Jul 2009 11:50:35 +0200] rev 32167
Display_Goal.pretty_goals: always Markup.subgoal, clarified options;
wenzelm [Fri, 24 Jul 2009 11:31:22 +0200] rev 32166
removed Formal_Power_Series_Examples (cf. adea7a729c7a);
wenzelm [Fri, 24 Jul 2009 11:30:32 +0200] rev 32165
make: keep going by default;
chaieb [Thu, 23 Jul 2009 23:43:45 +0200] rev 32164
merged