Sat, 29 May 2010 17:26:02 +0200avoid :\ which is not tail-recursive and tends to overflow the tiny JVM stack, which is not resizable at runtime;
wenzelm [Sat, 29 May 2010 17:26:02 +0200] rev 37185
avoid :\ which is not tail-recursive and tends to overflow the tiny JVM stack, which is not resizable at runtime;

Sat, 29 May 2010 16:44:44 +0200define_state/new_state: provide state immediately, which is now lazy;
wenzelm [Sat, 29 May 2010 16:44:44 +0200] rev 37184
define_state/new_state: provide state immediately, which is now lazy;
more careful document editing: single execution future forces all entries, synchronous cancelation after update;

Sat, 29 May 2010 15:52:47 +0200force_result within the current execution context -- avoids overhead of potential thread context switch and robustifies Interrupt handling;
wenzelm [Sat, 29 May 2010 15:52:47 +0200] rev 37183
force_result within the current execution context -- avoids overhead of potential thread context switch and robustifies Interrupt handling;
recovered some similarity to sequential version;

Sat, 29 May 2010 15:31:15 +0200future result: retain plain Interrupt for vacuous group exceptions;
wenzelm [Sat, 29 May 2010 15:31:15 +0200] rev 37182
future result: retain plain Interrupt for vacuous group exceptions;

Fri, 28 May 2010 22:51:04 +0200remove two examples, now that the definition of "fst" and "snd" has changed
blanchet [Fri, 28 May 2010 22:51:04 +0200] rev 37181
remove two examples, now that the definition of "fst" and "snd" has changed

Fri, 28 May 2010 22:34:21 +0200merged
wenzelm [Fri, 28 May 2010 22:34:21 +0200] rev 37180
merged

Fri, 28 May 2010 22:21:08 +0200accumulate only local results -- no proper history support yet;
wenzelm [Fri, 28 May 2010 22:21:08 +0200] rev 37179
accumulate only local results -- no proper history support yet;

Fri, 28 May 2010 21:40:32 +0200avoid deprecated Iterator.fromArray;
wenzelm [Fri, 28 May 2010 21:40:32 +0200] rev 37178
avoid deprecated Iterator.fromArray;

Fri, 28 May 2010 21:37:24 +0200more compiler warnings;
wenzelm [Fri, 28 May 2010 21:37:24 +0200] rev 37177
more compiler warnings;

Fri, 28 May 2010 21:17:59 +0200eliminated hard tabs;
wenzelm [Fri, 28 May 2010 21:17:59 +0200] rev 37176
eliminated hard tabs;