wenzelm [Thu, 29 Jan 2015 17:07:49 +0100] rev 59472
discontinued special treatment of malformed commands (reverting e46cd0d26481), i.e. errors in outer syntax failure are treated like errors in inner syntax, name space lookup etc.;
wenzelm [Thu, 29 Jan 2015 16:35:29 +0100] rev 59471
more explicit indication of Async_Manager_Legacy as Proof General legacy;
wenzelm [Thu, 29 Jan 2015 16:16:01 +0100] rev 59470
tuned bootstrap;
wenzelm [Thu, 29 Jan 2015 15:27:29 +0100] rev 59469
tuned;
wenzelm [Thu, 29 Jan 2015 15:21:16 +0100] rev 59468
explicit threads_stack_limit (for recent Poly/ML SVN versions), which leads to soft interrupt instead of exhaustion of virtual memory, which is particularly relevant for the bigger address space of x86_64;
wenzelm [Thu, 29 Jan 2015 13:58:02 +0100] rev 59467
unused;
wenzelm [Thu, 29 Jan 2015 13:50:53 +0100] rev 59466
ensure that running into older execution is interruptible (see also b91dc7ab3464);
wenzelm [Thu, 29 Jan 2015 13:49:03 +0100] rev 59465
clarified worker_wait;
clarified join_next/join_loop, with proper thread attributes to allow interrupting of join (e.g. via Lazy.force);
wenzelm [Wed, 28 Jan 2015 22:50:00 +0100] rev 59464
explicit headless mode for machines that lack X11 (e.g. lxbroy10);
wenzelm [Wed, 28 Jan 2015 22:19:22 +0100] rev 59463
more robust protocol command: purge removed execs asynchronously, to remain reactive despite problems to cancel "Command.run_process" in a situation of overrunning non-terminating tasks (see also 59f1591a11cb);