bulwahn [Mon, 25 Oct 2010 21:17:15 +0200] rev 40140
using mode_eq instead of op = for lookup in the predicate compiler
bulwahn [Mon, 25 Oct 2010 21:17:14 +0200] rev 40139
renaming split_modeT' to split_modeT
bulwahn [Mon, 25 Oct 2010 21:17:13 +0200] rev 40138
options as first argument to check functions
bulwahn [Mon, 25 Oct 2010 21:17:12 +0200] rev 40137
changing test parameters in examples to get to a result within the global timelimit
bulwahn [Mon, 25 Oct 2010 21:17:11 +0200] rev 40136
adding a global fixed timeout to quickcheck
bulwahn [Mon, 25 Oct 2010 21:17:10 +0200] rev 40135
adding a global time limit to the values command
wenzelm [Mon, 25 Oct 2010 22:47:02 +0200] rev 40134
explicit message_output thread, with flushing after timeout, ensure atomic user-operations without the danger of IO Interrupt;
eliminated auto_flush threads -- use plain line buffering for stdout/stderr;
tuned;
wenzelm [Mon, 25 Oct 2010 21:23:09 +0200] rev 40133
more explicit indication of Output.Private_Hooks (still public to accomodate clones of Proof General for now);
wenzelm [Mon, 25 Oct 2010 21:06:56 +0200] rev 40132
renamed Output.priority to Output.urgent_message to emphasize its special role more clearly;
wenzelm [Mon, 25 Oct 2010 20:24:13 +0200] rev 40131
explicitly qualify type Output.output, which is a slightly odd internal feature;