wenzelm [Tue, 28 Jul 2009 00:31:48 +0200] rev 32242
merged
wenzelm [Mon, 27 Jul 2009 23:43:35 +0200] rev 32241
merged
wenzelm [Mon, 27 Jul 2009 23:02:11 +0200] rev 32240
merged
wenzelm [Mon, 27 Jul 2009 22:25:29 +0200] rev 32239
merged
krauss [Mon, 27 Jul 2009 22:53:39 +0200] rev 32238
added proof of Kleene_Algebra.star_decomp
krauss [Mon, 27 Jul 2009 22:50:04 +0200] rev 32237
added missing proof of RBT.map_of_alist_of (contributed by Peter Lammich)
krauss [Mon, 27 Jul 2009 22:50:01 +0200] rev 32236
some lemmas about maps (contributed by Peter Lammich)
krauss [Mon, 27 Jul 2009 21:47:41 +0200] rev 32235
"more standard" argument order of relation composition (op O)
wenzelm [Tue, 28 Jul 2009 00:31:30 +0200] rev 32234
added rail antiquotation environment, which coexists with old-style content markup;
wenzelm [Tue, 28 Jul 2009 00:27:58 +0200] rev 32233
proper header;
proper structure;
tuned white space;
wenzelm [Mon, 27 Jul 2009 23:17:40 +0200] rev 32232
proper context for SAT tactics;
eliminated METAHYPS;
tuned signatures;
wenzelm [Mon, 27 Jul 2009 20:45:40 +0200] rev 32231
moved METAHYPS to old_goals.ML (cf. SUBPROOF and FOCUS in subgoal.ML for properly localized versions of the same idea);
wenzelm [Mon, 27 Jul 2009 17:36:30 +0200] rev 32230
interruptible: Thread.testInterrupt before changing thread attributes;
wenzelm [Mon, 27 Jul 2009 17:12:19 +0200] rev 32229
wait: absorb spurious interrupts;
replaced wait_timeout by explicit wait_interruptible;
wenzelm [Mon, 27 Jul 2009 16:53:28 +0200] rev 32228
scheduler: shutdown spontaneously (after some delay) if queue is empty;
scheduler_check: critical, only performed after fork/enqueue;
shutdown: passively wait for termination;