Wed, 14 Jan 2015 10:15:41 +0100 allow line breaks in integral notation
Andreas Lochbihler [Wed, 14 Jan 2015 10:15:41 +0100] rev 59357
allow line breaks in integral notation
Wed, 14 Jan 2015 09:59:12 +0100 allow line breaks in probability syntax
Andreas Lochbihler [Wed, 14 Jan 2015 09:59:12 +0100] rev 59356
allow line breaks in probability syntax
Wed, 14 Jan 2015 01:42:36 +0100 don't minimize chained facts -- this leads to subtle failures, e.g. if a method succeeds without a chained fact but fails with it
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
Tue, 13 Jan 2015 20:01:48 +0100 NEWS
hoelzl [Tue, 13 Jan 2015 20:01:48 +0100] rev 59354
NEWS
Tue, 13 Jan 2015 19:10:36 +0100 measurability prover: removed app splitting, replaced by more powerful destruction rules
hoelzl [Tue, 13 Jan 2015 19:10:36 +0100] rev 59353
measurability prover: removed app splitting, replaced by more powerful destruction rules
Sun, 11 Jan 2015 21:06:47 +0100 tuned warnings: observe Context_Position.is_visible;
wenzelm [Sun, 11 Jan 2015 21:06:47 +0100] rev 59352
tuned warnings: observe Context_Position.is_visible;
Sun, 11 Jan 2015 20:45:03 +0100 removed unused/non-portable with_tmp_fifo;
wenzelm [Sun, 11 Jan 2015 20:45:03 +0100] rev 59351
removed unused/non-portable with_tmp_fifo;
Sun, 11 Jan 2015 20:40:14 +0100 discontinued fifo channel, always use portable socket;
wenzelm [Sun, 11 Jan 2015 20:40:14 +0100] rev 59350
discontinued fifo channel, always use portable socket;
Sun, 11 Jan 2015 13:44:25 +0100 tuned -- more Sidekick-friendly layout;
wenzelm [Sun, 11 Jan 2015 13:44:25 +0100] rev 59349
tuned -- more Sidekick-friendly layout;
Sun, 11 Jan 2015 13:12:47 +0100 do not crash into already running exec, instead join its lazy result in the subsequent step (amending 59f1591a11cb);
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);
Sun, 11 Jan 2015 12:46:19 +0100 more explicit errors;
wenzelm [Sun, 11 Jan 2015 12:46:19 +0100] rev 59347
more explicit errors;
Sat, 10 Jan 2015 22:04:43 +0100 proper latex;
wenzelm [Sat, 10 Jan 2015 22:04:43 +0100] rev 59346
proper latex;
Sat, 10 Jan 2015 21:39:49 +0100 tuned -- less redundant;
wenzelm [Sat, 10 Jan 2015 21:39:49 +0100] rev 59345
tuned -- less redundant;
Sat, 10 Jan 2015 21:22:25 +0100 proper Session.save with shutdown, which is relevant to avoid persistent threads;
wenzelm [Sat, 10 Jan 2015 21:22:25 +0100] rev 59344
proper Session.save with shutdown, which is relevant to avoid persistent threads;
Sat, 10 Jan 2015 20:28:53 +0100 tuned latex;
wenzelm [Sat, 10 Jan 2015 20:28:53 +0100] rev 59343
tuned latex;
Sat, 10 Jan 2015 16:35:21 +0100 merged
wenzelm [Sat, 10 Jan 2015 16:35:21 +0100] rev 59342
merged
Sat, 10 Jan 2015 16:35:07 +0100 always use socket to test performance and stability;
wenzelm [Sat, 10 Jan 2015 16:35:07 +0100] rev 59341
always use socket to test performance and stability;
Sat, 10 Jan 2015 14:28:41 +0100 explicit shutdown of scheduler and worker thread farm, assuming Session.shutdown() before saving heap image;
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;
Sat, 10 Jan 2015 13:02:27 +0100 tuned;
wenzelm [Sat, 10 Jan 2015 13:02:27 +0100] rev 59339
tuned;
Sat, 10 Jan 2015 12:21:27 +0100 discontinued worker_trend: prefer constant number of active + reserve threads;
wenzelm [Sat, 10 Jan 2015 12:21:27 +0100] rev 59338
discontinued worker_trend: prefer constant number of active + reserve threads; tuned exceptional situations;
Sat, 10 Jan 2015 11:48:52 +0100 tuned;
wenzelm [Sat, 10 Jan 2015 11:48:52 +0100] rev 59337
tuned;
Sat, 10 Jan 2015 13:31:37 +0100 added lemma
nipkow [Sat, 10 Jan 2015 13:31:37 +0100] rev 59336
added lemma
Sat, 10 Jan 2015 10:40:11 +0100 typo
haftmann [Sat, 10 Jan 2015 10:40:11 +0100] rev 59335
typo
Sat, 10 Jan 2015 10:24:30 +0100 avoid writing into source
haftmann [Sat, 10 Jan 2015 10:24:30 +0100] rev 59334
avoid writing into source
Fri, 09 Jan 2015 21:20:07 +0100 clarified active_job: take dependencies into account (e.g. future based on promise);
wenzelm [Fri, 09 Jan 2015 21:20:07 +0100] rev 59333
clarified active_job: take dependencies into account (e.g. future based on promise);
Fri, 09 Jan 2015 20:51:26 +0100 tuned;
wenzelm [Fri, 09 Jan 2015 20:51:26 +0100] rev 59332
tuned;
Fri, 09 Jan 2015 20:39:17 +0100 non-strict print_state: display old proof state on failure, e.g. unfinished command;
wenzelm [Fri, 09 Jan 2015 20:39:17 +0100] rev 59331
non-strict print_state: display old proof state on failure, e.g. unfinished command;
Fri, 09 Jan 2015 20:12:42 +0100 permissive worker_start: failure to fork thread is deferred to later attempt to provide missing threads, without crashing scheduler;
wenzelm [Fri, 09 Jan 2015 20:12:42 +0100] rev 59330
permissive worker_start: failure to fork thread is deferred to later attempt to provide missing threads, without crashing scheduler;
Fri, 09 Jan 2015 19:20:00 +0100 clarified Event_Timer.shutdown: manager thread remains until final shutdown in Session.finish;
wenzelm [Fri, 09 Jan 2015 19:20:00 +0100] rev 59329
clarified Event_Timer.shutdown: manager thread remains until final shutdown in Session.finish; discontinued spontaneous thread expiration from TTY age to avoid sporadic Simple_Thread.fork, which is potentially fragile in situations of resource shortage;
Fri, 09 Jan 2015 11:51:02 +0100 ignore print process even after fork, to avoid loosing active worker threads;
wenzelm [Fri, 09 Jan 2015 11:51:02 +0100] rev 59328
ignore print process even after fork, to avoid loosing active worker threads;
Fri, 09 Jan 2015 10:49:35 +0100 rel_pmf OO: conversion to nat is not necessary
hoelzl [Fri, 09 Jan 2015 10:49:35 +0100] rev 59327
rel_pmf OO: conversion to nat is not necessary
Fri, 09 Jan 2015 09:17:10 +0100 merged
Andreas Lochbihler [Fri, 09 Jan 2015 09:17:10 +0100] rev 59326
merged
Fri, 09 Jan 2015 09:16:51 +0100 simplify construction for distribution of rel_pmf over op OO
Andreas Lochbihler [Fri, 09 Jan 2015 09:16:51 +0100] rev 59325
simplify construction for distribution of rel_pmf over op OO
Fri, 09 Jan 2015 08:37:00 +0100 prefer option for default code printing width
haftmann [Fri, 09 Jan 2015 08:37:00 +0100] rev 59324
prefer option for default code printing width
Fri, 09 Jan 2015 08:36:59 +0100 modernized and more uniform style
haftmann [Fri, 09 Jan 2015 08:36:59 +0100] rev 59323
modernized and more uniform style
Thu, 08 Jan 2015 18:23:29 +0100 tuned order
haftmann [Thu, 08 Jan 2015 18:23:29 +0100] rev 59322
tuned order
Thu, 08 Jan 2015 18:23:27 +0100 tuned
haftmann [Thu, 08 Jan 2015 18:23:27 +0100] rev 59321
tuned
Thu, 08 Jan 2015 18:23:26 +0100 avoid technical term "mixin" in user documentation text
haftmann [Thu, 08 Jan 2015 18:23:26 +0100] rev 59320
avoid technical term "mixin" in user documentation text
Thu, 08 Jan 2015 20:56:39 +0100 tuned;
wenzelm [Thu, 08 Jan 2015 20:56:39 +0100] rev 59319
tuned;
Wed, 07 Jan 2015 18:09:11 +0100 merged
nipkow [Wed, 07 Jan 2015 18:09:11 +0100] rev 59318
merged
Wed, 07 Jan 2015 18:09:01 +0100 updated bibtex
nipkow [Wed, 07 Jan 2015 18:09:01 +0100] rev 59317
updated bibtex
Wed, 07 Jan 2015 14:19:06 +0100 tuned;
wenzelm [Wed, 07 Jan 2015 14:19:06 +0100] rev 59316
tuned;
Wed, 07 Jan 2015 14:06:52 +0100 misc tuning;
wenzelm [Wed, 07 Jan 2015 14:06:52 +0100] rev 59315
misc tuning;
Wed, 07 Jan 2015 09:06:20 +0100 made SML/NJ happier
blanchet [Wed, 07 Jan 2015 09:06:20 +0100] rev 59314
made SML/NJ happier
Wed, 07 Jan 2015 00:10:23 +0100 configurable options;
wenzelm [Wed, 07 Jan 2015 00:10:23 +0100] rev 59313
configurable options;
Tue, 06 Jan 2015 23:56:13 +0100 proper level distance according to number of edges, as in old browser;
wenzelm [Tue, 06 Jan 2015 23:56:13 +0100] rev 59312
proper level distance according to number of edges, as in old browser;
Tue, 06 Jan 2015 23:35:57 +0100 clarified Vertex.Ordering, to approximate situation before 4d985afc0565, which is relevant for level arrangement;
wenzelm [Tue, 06 Jan 2015 23:35:57 +0100] rev 59311
clarified Vertex.Ordering, to approximate situation before 4d985afc0565, which is relevant for level arrangement;
Tue, 06 Jan 2015 23:23:26 +0100 tuned;
wenzelm [Tue, 06 Jan 2015 23:23:26 +0100] rev 59310
tuned;
Tue, 06 Jan 2015 22:51:00 +0100 merged
wenzelm [Tue, 06 Jan 2015 22:51:00 +0100] rev 59309
merged
Tue, 06 Jan 2015 22:48:34 +0100 NEWS;
wenzelm [Tue, 06 Jan 2015 22:48:34 +0100] rev 59308
NEWS;
Tue, 06 Jan 2015 22:34:26 +0100 rubberband method as in old browser;
wenzelm [Tue, 06 Jan 2015 22:34:26 +0100] rev 59307
rubberband method as in old browser; tuned;
Tue, 06 Jan 2015 20:12:46 +0100 tuned;
wenzelm [Tue, 06 Jan 2015 20:12:46 +0100] rev 59306
tuned;
Tue, 06 Jan 2015 17:08:18 +0100 tuned signature;
wenzelm [Tue, 06 Jan 2015 17:08:18 +0100] rev 59305
tuned signature;
Tue, 06 Jan 2015 16:43:17 +0100 proper translate vertex (cf. 4d985afc0565);
wenzelm [Tue, 06 Jan 2015 16:43:17 +0100] rev 59304
proper translate vertex (cf. 4d985afc0565);
Tue, 06 Jan 2015 16:41:31 +0100 tuned signature;
wenzelm [Tue, 06 Jan 2015 16:41:31 +0100] rev 59303
tuned signature;
Tue, 06 Jan 2015 16:33:30 +0100 explict layout graph structure, with dummies and coordinates;
wenzelm [Tue, 06 Jan 2015 16:33:30 +0100] rev 59302
explict layout graph structure, with dummies and coordinates; explicit metrics for dummy box; tuned signature; misc tuning;
(0) -30000 -10000 -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 tip