wenzelm [Thu, 30 Jul 2009 21:27:15 +0200] rev 32290
merged
haftmann [Thu, 30 Jul 2009 08:18:22 +0200] rev 32289
merged
haftmann [Wed, 29 Jul 2009 16:54:20 +0200] rev 32288
cleaned up abstract tuple operations and named them consistently
haftmann [Wed, 29 Jul 2009 16:48:34 +0200] rev 32287
cleaned up abstract tuple operations and named them consistently
wenzelm [Thu, 30 Jul 2009 23:06:06 +0200] rev 32286
added Multithreading.sync_wait, which turns enabled interrupts to sync ones, to ensure that wait will reaquire its lock when interrupted;
wenzelm [Thu, 30 Jul 2009 18:43:52 +0200] rev 32285
trancl_tac etc.: back to static context -- problem was caused by bad solver in AFP/JiveDataStoreModel;
wenzelm [Thu, 30 Jul 2009 17:54:57 +0200] rev 32284
retrofit: more precise handling of locally introduced schematic variables (avoid zero_var_indexes);
wenzelm [Thu, 30 Jul 2009 12:20:43 +0200] rev 32283
qualified Subgoal.FOCUS;
wenzelm [Thu, 30 Jul 2009 11:23:57 +0200] rev 32282
FOCUS_PREMS as full replacement for METAHYPS, where the conclusion may still contain schematic variables;
wenzelm [Thu, 30 Jul 2009 11:23:17 +0200] rev 32281
focus: more precise treatment of schematic variables, only the "visible" part of the text is fixed;
added FOCUS_PREMS, which may serve as full replacement for OldGoals.METAHYPS;