Wed, 29 Jul 2009 00:09:14 +0200 wenzelm removed old global get_claset/map_claset;
Tue, 28 Jul 2009 20:03:58 +0200 wenzelm eliminated METAHYPS;
Tue, 28 Jul 2009 19:49:42 +0200 wenzelm Future.shutdown before loading sequentially -- workaround scheduler deadlock;
Tue, 28 Jul 2009 18:17:36 +0200 wenzelm ResAxioms.neg_conjecture_clauses: proper context;
Tue, 28 Jul 2009 18:17:35 +0200 wenzelm neg_conjecture_clauses, neg_clausify_tac: proper context, eliminated METAHYPS;
Tue, 28 Jul 2009 18:17:35 +0200 wenzelm Hilbert_Classical: sequential loading due to @{prf}, which joins within a critical section (via options);
Tue, 28 Jul 2009 16:30:23 +0200 wenzelm eliminated separate Future.enabled -- let Future.join fail explicitly in critical section, instead of entering sequential mode silently;
Tue, 28 Jul 2009 16:28:49 +0200 wenzelm non-critical use_thy;
Tue, 28 Jul 2009 15:10:15 +0200 wenzelm future result: Synchronized.var;
Tue, 28 Jul 2009 15:05:18 +0200 wenzelm added unsynchronized Synchronized.peek;
Tue, 28 Jul 2009 14:54:53 +0200 wenzelm group status: Synchronized.var;
Tue, 28 Jul 2009 14:43:46 +0200 wenzelm tuned;
Tue, 28 Jul 2009 14:35:27 +0200 wenzelm Task_Queue.dequeue: explicit thread;
Tue, 28 Jul 2009 14:29:25 +0200 wenzelm more precise treatment of scheduler_event: continous pulse (50ms) instead of flooding, which was burning many CPU cycles in spare threads;
Tue, 28 Jul 2009 14:11:15 +0200 wenzelm interruptible_task: unified treatment of Multithreading.with_attributes (cf. 9f6461b1c9cc);
Tue, 28 Jul 2009 14:04:33 +0200 wenzelm misc tuning;
Tue, 28 Jul 2009 08:49:03 +0200 krauss tuned
Tue, 28 Jul 2009 08:48:56 +0200 krauss moved obsolete same_fst to Recdef.thy
Tue, 28 Jul 2009 08:48:48 +0200 krauss adapted doc to type of "op O"
Tue, 28 Jul 2009 00:31:48 +0200 wenzelm merged
Mon, 27 Jul 2009 23:43:35 +0200 wenzelm merged
Mon, 27 Jul 2009 23:02:11 +0200 wenzelm merged
Mon, 27 Jul 2009 22:25:29 +0200 wenzelm merged
Mon, 27 Jul 2009 22:53:39 +0200 krauss added proof of Kleene_Algebra.star_decomp
Mon, 27 Jul 2009 22:50:04 +0200 krauss added missing proof of RBT.map_of_alist_of (contributed by Peter Lammich)
Mon, 27 Jul 2009 22:50:01 +0200 krauss some lemmas about maps (contributed by Peter Lammich)
Mon, 27 Jul 2009 21:47:41 +0200 krauss "more standard" argument order of relation composition (op O)
Tue, 28 Jul 2009 00:31:30 +0200 wenzelm added rail antiquotation environment, which coexists with old-style content markup;
Tue, 28 Jul 2009 00:27:58 +0200 wenzelm proper header;
Mon, 27 Jul 2009 23:17:40 +0200 wenzelm proper context for SAT tactics;
Mon, 27 Jul 2009 20:45:40 +0200 wenzelm moved METAHYPS to old_goals.ML (cf. SUBPROOF and FOCUS in subgoal.ML for properly localized versions of the same idea);
Mon, 27 Jul 2009 17:36:30 +0200 wenzelm interruptible: Thread.testInterrupt before changing thread attributes;
Mon, 27 Jul 2009 17:12:19 +0200 wenzelm wait: absorb spurious interrupts;
Mon, 27 Jul 2009 16:53:28 +0200 wenzelm scheduler: shutdown spontaneously (after some delay) if queue is empty;
Mon, 27 Jul 2009 16:08:41 +0200 wenzelm join_next: do not yield, even if overloaded, to minimize "running" tasks;
Mon, 27 Jul 2009 15:53:43 +0200 wenzelm tuned tracing;
Mon, 27 Jul 2009 15:30:21 +0200 wenzelm cancel: improved reactivity due to more careful broadcasting;
Mon, 27 Jul 2009 15:06:33 +0200 wenzelm dequeue_towards: always return active tasks;
Mon, 27 Jul 2009 13:32:29 +0200 wenzelm merged
Mon, 27 Jul 2009 13:32:23 +0200 wenzelm removed unused low-level interrupts;
Mon, 27 Jul 2009 12:24:27 +0200 wenzelm tuned signature;
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;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip