wenzelm [Wed, 14 Jan 2015 16:27:19 +0100] rev 59366
clarified build_theories: proper protocol handler;
wenzelm [Wed, 14 Jan 2015 16:23:33 +0100] rev 59365
added Promise.cancel;
wenzelm [Wed, 14 Jan 2015 14:28:52 +0100] rev 59364
clarified build_theories;
wenzelm [Wed, 14 Jan 2015 11:52:08 +0100] rev 59363
added Path.decode in ML, in correspondence to Path.encode in Scala;
wenzelm [Tue, 13 Jan 2015 21:46:09 +0100] rev 59362
some support for PIDE batch session;
clarified Thy_Info.use_thys_options and corresponding protocol command;
hoelzl [Thu, 15 Jan 2015 15:04:51 +0100] rev 59361
piecewise measurability using restrict_space; cleanup Borel_Space
nipkow [Wed, 14 Jan 2015 17:04:19 +0100] rev 59360
tuned
Andreas Lochbihler [Wed, 14 Jan 2015 15:22:50 +0100] rev 59359
indent broken lines of bindings in do blocks
Andreas Lochbihler [Wed, 14 Jan 2015 13:51:34 +0100] rev 59358
more line breaks in integral notation
Andreas Lochbihler [Wed, 14 Jan 2015 10:15:41 +0100] rev 59357
allow line breaks in integral notation
Andreas Lochbihler [Wed, 14 Jan 2015 09:59:12 +0100] rev 59356
allow line breaks in probability syntax
blanchet [Wed, 14 Jan 2015 01:42:36 +0100] rev 59355
don't minimize chained facts -- this leads to subtle failures, e.g. if a method succeeds without a chained fact but fails with it
hoelzl [Tue, 13 Jan 2015 20:01:48 +0100] rev 59354
NEWS
hoelzl [Tue, 13 Jan 2015 19:10:36 +0100] rev 59353
measurability prover: removed app splitting, replaced by more powerful destruction rules
wenzelm [Sun, 11 Jan 2015 21:06:47 +0100] rev 59352
tuned warnings: observe Context_Position.is_visible;
wenzelm [Sun, 11 Jan 2015 20:45:03 +0100] rev 59351
removed unused/non-portable with_tmp_fifo;
wenzelm [Sun, 11 Jan 2015 20:40:14 +0100] rev 59350
discontinued fifo channel, always use portable socket;
wenzelm [Sun, 11 Jan 2015 13:44:25 +0100] rev 59349
tuned -- more Sidekick-friendly layout;
wenzelm [Sun, 11 Jan 2015 13:12:47 +0100] rev 59348
do not crash into already running exec, instead join its lazy result in the subsequent step (amending 59f1591a11cb);
wenzelm [Sun, 11 Jan 2015 12:46:19 +0100] rev 59347
more explicit errors;
wenzelm [Sat, 10 Jan 2015 22:04:43 +0100] rev 59346
proper latex;
wenzelm [Sat, 10 Jan 2015 21:39:49 +0100] rev 59345
tuned -- less redundant;
wenzelm [Sat, 10 Jan 2015 21:22:25 +0100] rev 59344
proper Session.save with shutdown, which is relevant to avoid persistent threads;
wenzelm [Sat, 10 Jan 2015 20:28:53 +0100] rev 59343
tuned latex;
wenzelm [Sat, 10 Jan 2015 16:35:21 +0100] rev 59342
merged
wenzelm [Sat, 10 Jan 2015 16:35:07 +0100] rev 59341
always use socket to test performance and stability;
wenzelm [Sat, 10 Jan 2015 14:28:41 +0100] rev 59340
explicit shutdown of scheduler and worker thread farm, assuming Session.shutdown() before saving heap image;
discontinued spontaneous thread expiration from TTY age to avoid sporadic Simple_Thread.fork, which is potentially fragile in situations of resource shortage;
wenzelm [Sat, 10 Jan 2015 13:02:27 +0100] rev 59339
tuned;