Mon, 27 Jul 2009 12:16:58 +0200 wenzelm tuned;
Mon, 27 Jul 2009 12:11:18 +0200 wenzelm more specific conditions: scheduler_event, work_available, work_finished -- considereably reduces overhead with many threads;
Mon, 27 Jul 2009 12:00:02 +0200 wenzelm enqueue/finish: return minimal/maximal state of this task;
Mon, 27 Jul 2009 09:01:13 +0200 haftmann NEWS
Sun, 26 Jul 2009 22:33:32 +0200 wenzelm tacticals FOCUS and FOCUS_PARAMS;
Sun, 26 Jul 2009 22:28:31 +0200 wenzelm replaced old METAHYPS by FOCUS;
Sun, 26 Jul 2009 22:24:13 +0200 wenzelm replaced old METAHYPS by FOCUS;
Sun, 26 Jul 2009 20:57:19 +0200 wenzelm added focus_params/FOCUS_PARAMS, which focus on the parameter prefix only;
Sun, 26 Jul 2009 20:38:11 +0200 wenzelm replaced old METAHYPS by FOCUS;
Sun, 26 Jul 2009 19:54:37 +0200 wenzelm tuned eval_tac: eliminated unused METAHYPS (FOCUS fails due to schematic goals);
Sun, 26 Jul 2009 19:38:02 +0200 wenzelm retrofit: actually handle schematic variables -- need to export into original context;
Sun, 26 Jul 2009 18:58:02 +0200 wenzelm merged
Sun, 26 Jul 2009 08:03:40 +0200 haftmann adapted to changed prefixes
Sun, 26 Jul 2009 07:54:28 +0200 haftmann merged
Sat, 25 Jul 2009 18:44:55 +0200 haftmann improved handling of parameter import; tuned
Sat, 25 Jul 2009 18:44:55 +0200 haftmann explicit is better than implicit
Sat, 25 Jul 2009 18:44:54 +0200 haftmann localized interpretation of min/max-lattice
Sat, 25 Jul 2009 18:44:54 +0200 haftmann adapted to localized interpretation of min/max-lattice
Sun, 26 Jul 2009 18:57:11 +0200 wenzelm SUBPROOF/Obtain.result: named params;
Sun, 26 Jul 2009 13:21:12 +0200 wenzelm updated Variable.focus, SUBPROOF, Obtain.result, Goal.finish;
Sun, 26 Jul 2009 13:12:54 +0200 wenzelm advanced retrofit, which allows new subgoals and variables;
Sun, 26 Jul 2009 13:12:54 +0200 wenzelm Variable.focus: named parameters;
Sun, 26 Jul 2009 13:12:53 +0200 wenzelm lambda/cabs/all: named variants;
Sun, 26 Jul 2009 13:12:52 +0200 wenzelm Goal.finish: explicit context for printing;
Sat, 25 Jul 2009 18:55:30 +0200 wenzelm fixed Method.Basic;
Sat, 25 Jul 2009 18:55:12 +0200 wenzelm eliminated obsolete/obscure Seq.wrap, Position.setmp_thread_data_seq;
Sat, 25 Jul 2009 18:04:15 +0200 wenzelm Method.Basic: no position;
Sat, 25 Jul 2009 18:02:43 +0200 wenzelm basic method application: avoid Position.setmp_thread_data_seq, which destroys transaction context;
Sat, 25 Jul 2009 14:58:45 +0200 wenzelm dequeue_towards: need to try imm_preds as well;
Sat, 25 Jul 2009 14:32:35 +0200 wenzelm internal session timing;
Sat, 25 Jul 2009 14:18:26 +0200 wenzelm enqueue: maintain transitive closure, which simplifies dequeue_towards;
Sat, 25 Jul 2009 13:15:53 +0200 wenzelm ML_Context.the_generic_context;
Sat, 25 Jul 2009 12:43:45 +0200 wenzelm eliminated redundant Library.multiply;
Sat, 25 Jul 2009 10:31:27 +0200 wenzelm renamed structure Display_Goal to Goal_Display;
Sat, 25 Jul 2009 00:53:47 +0200 wenzelm tuned tracing;
Sat, 25 Jul 2009 00:39:05 +0200 wenzelm added Multithreading.real_time;
Sat, 25 Jul 2009 00:13:39 +0200 wenzelm simplified/unified Multithreading.tracing_time;
Fri, 24 Jul 2009 23:36:37 +0200 wenzelm get_name: cover only PThm, not PAxm;
Fri, 24 Jul 2009 22:59:28 +0200 wenzelm eliminated OldGoals.read_term;
Fri, 24 Jul 2009 22:59:08 +0200 wenzelm more antiquotations instead of adhoc ML stuff;
Fri, 24 Jul 2009 22:31:27 +0200 wenzelm ML_Context.the_local_context;
Fri, 24 Jul 2009 22:17:32 +0200 wenzelm eliminated the_context;
Fri, 24 Jul 2009 22:09:09 +0200 wenzelm do not open OldGoals;
Fri, 24 Jul 2009 21:34:37 +0200 wenzelm renamed functor SplitterFun to Splitter, require explicit theory;
Fri, 24 Jul 2009 21:21:45 +0200 wenzelm renamed functor BlastFun to Blast, require explicit theory;
Fri, 24 Jul 2009 21:18:05 +0200 wenzelm eliminated OldGoals.prove_goal;
Fri, 24 Jul 2009 21:02:34 +0200 wenzelm explicit OldGoals;
Fri, 24 Jul 2009 20:55:56 +0200 wenzelm structure OldGoals: no pervasive names;
Fri, 24 Jul 2009 18:58:58 +0200 wenzelm renamed functor ProjectRuleFun to Project_Rule;
Fri, 24 Jul 2009 12:33:00 +0200 wenzelm renamed functor InductFun to Induct;
Fri, 24 Jul 2009 12:32:43 +0200 wenzelm tuned;
Fri, 24 Jul 2009 12:00:02 +0200 wenzelm renamed Pure/tctical.ML to Pure/tactical.ML;
Fri, 24 Jul 2009 11:55:34 +0200 wenzelm eliminated print_goals_without_context -- proper pretty printing;
Fri, 24 Jul 2009 11:50:35 +0200 wenzelm Display_Goal.pretty_goals: always Markup.subgoal, clarified options;
Fri, 24 Jul 2009 11:31:22 +0200 wenzelm removed Formal_Power_Series_Examples (cf. adea7a729c7a);
Fri, 24 Jul 2009 11:30:32 +0200 wenzelm make: keep going by default;
Thu, 23 Jul 2009 23:43:45 +0200 chaieb merged
Thu, 23 Jul 2009 23:15:45 +0200 chaieb merged
Thu, 23 Jul 2009 22:25:09 +0200 chaieb fixed proof --- fact_setprod removed for fact_altdef_nat
Thu, 23 Jul 2009 21:13:21 +0200 chaieb merged
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip