Thu, 05 Feb 2015 13:01:12 +0100 more explicit hint on import order
haftmann [Thu, 05 Feb 2015 13:01:12 +0100] rev 59482
more explicit hint on import order
Thu, 05 Feb 2015 13:01:12 +0100 dropped dead code;
haftmann [Thu, 05 Feb 2015 13:01:12 +0100] rev 59481
dropped dead code; tuned
Thu, 05 Feb 2015 13:01:12 +0100 dropped obsolete external entrance point
haftmann [Thu, 05 Feb 2015 13:01:12 +0100] rev 59480
dropped obsolete external entrance point
Thu, 05 Feb 2015 13:01:12 +0100 explicit error message for non-existing targets
haftmann [Thu, 05 Feb 2015 13:01:12 +0100] rev 59479
explicit error message for non-existing targets
Mon, 02 Feb 2015 14:01:33 +0100 fixed typos
blanchet [Mon, 02 Feb 2015 14:01:33 +0100] rev 59478
fixed typos
Mon, 02 Feb 2015 14:01:33 +0100 less confusing constant
blanchet [Mon, 02 Feb 2015 14:01:33 +0100] rev 59477
less confusing constant
Mon, 02 Feb 2015 14:01:33 +0100 tuning
blanchet [Mon, 02 Feb 2015 14:01:33 +0100] rev 59476
tuning
Fri, 30 Jan 2015 17:29:51 +0100 simp rules for return_pmf
hoelzl [Fri, 30 Jan 2015 17:29:51 +0100] rev 59475
simp rules for return_pmf
Fri, 30 Jan 2015 17:29:41 +0100 related permutations with bij functions
hoelzl [Fri, 30 Jan 2015 17:29:41 +0100] rev 59474
related permutations with bij functions
Fri, 30 Jan 2015 17:35:03 +0100 canonical name
nipkow [Fri, 30 Jan 2015 17:35:03 +0100] rev 59473
canonical name
Thu, 29 Jan 2015 17:07:49 +0100 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 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.;
Thu, 29 Jan 2015 16:35:29 +0100 more explicit indication of Async_Manager_Legacy as Proof General legacy;
wenzelm [Thu, 29 Jan 2015 16:35:29 +0100] rev 59471
more explicit indication of Async_Manager_Legacy as Proof General legacy;
Thu, 29 Jan 2015 16:16:01 +0100 tuned bootstrap;
wenzelm [Thu, 29 Jan 2015 16:16:01 +0100] rev 59470
tuned bootstrap;
Thu, 29 Jan 2015 15:27:29 +0100 tuned;
wenzelm [Thu, 29 Jan 2015 15:27:29 +0100] rev 59469
tuned;
Thu, 29 Jan 2015 15:21:16 +0100 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 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;
Thu, 29 Jan 2015 13:58:02 +0100 unused;
wenzelm [Thu, 29 Jan 2015 13:58:02 +0100] rev 59467
unused;
Thu, 29 Jan 2015 13:50:53 +0100 ensure that running into older execution is interruptible (see also b91dc7ab3464);
wenzelm [Thu, 29 Jan 2015 13:50:53 +0100] rev 59466
ensure that running into older execution is interruptible (see also b91dc7ab3464);
Thu, 29 Jan 2015 13:49:03 +0100 clarified worker_wait;
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);
Wed, 28 Jan 2015 22:50:00 +0100 explicit headless mode for machines that lack X11 (e.g. lxbroy10);
wenzelm [Wed, 28 Jan 2015 22:50:00 +0100] rev 59464
explicit headless mode for machines that lack X11 (e.g. lxbroy10);
Wed, 28 Jan 2015 22:19:22 +0100 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);
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);
Wed, 28 Jan 2015 19:25:19 +0100 tuned signature;
wenzelm [Wed, 28 Jan 2015 19:25:19 +0100] rev 59462
tuned signature;
Wed, 28 Jan 2015 19:23:03 +0100 tuned comment;
wenzelm [Wed, 28 Jan 2015 19:23:03 +0100] rev 59461
tuned comment;
Wed, 28 Jan 2015 19:18:08 +0100 tuned signature;
wenzelm [Wed, 28 Jan 2015 19:18:08 +0100] rev 59460
tuned signature;
Wed, 28 Jan 2015 19:15:13 +0100 clarified module name;
wenzelm [Wed, 28 Jan 2015 19:15:13 +0100] rev 59459
clarified module name;
Wed, 28 Jan 2015 08:29:08 +0100 abstract code equation may also be default
haftmann [Wed, 28 Jan 2015 08:29:08 +0100] rev 59458
abstract code equation may also be default
Wed, 28 Jan 2015 08:29:08 +0100 proper term_of for iarray
haftmann [Wed, 28 Jan 2015 08:29:08 +0100] rev 59457
proper term_of for iarray
Wed, 28 Jan 2015 08:29:08 +0100 string printing conformant to both (S)ML and Isabelle/ML
haftmann [Wed, 28 Jan 2015 08:29:08 +0100] rev 59456
string printing conformant to both (S)ML and Isabelle/ML
Wed, 28 Jan 2015 14:24:29 +0100 Fixed bug in bugfix for function package
eberlm [Wed, 28 Jan 2015 14:24:29 +0100] rev 59455
Fixed bug in bugfix for function package
Wed, 28 Jan 2015 12:26:56 +0100 Fixed variable naming bug in function package
eberlm [Wed, 28 Jan 2015 12:26:56 +0100] rev 59454
Fixed variable naming bug in function package
Wed, 28 Jan 2015 11:17:21 +0100 moved bcontfun from AFP/Ordinary_Differential_Equations
hoelzl [Wed, 28 Jan 2015 11:17:21 +0100] rev 59453
moved bcontfun from AFP/Ordinary_Differential_Equations
Tue, 27 Jan 2015 16:12:40 +0100 ereal: tuned proofs concerning continuity and suprema
hoelzl [Tue, 27 Jan 2015 16:12:40 +0100] rev 59452
ereal: tuned proofs concerning continuity and suprema
Mon, 26 Jan 2015 14:40:13 +0100 spelling error
hoelzl [Mon, 26 Jan 2015 14:40:13 +0100] rev 59451
spelling error
Mon, 26 Jan 2015 14:34:10 +0100 NEWS;
wenzelm [Mon, 26 Jan 2015 14:34:10 +0100] rev 59450
NEWS;
Mon, 26 Jan 2015 14:31:39 +0100 removed unused operations;
wenzelm [Mon, 26 Jan 2015 14:31:39 +0100] rev 59449
removed unused operations;
Mon, 26 Jan 2015 13:48:29 +0100 prefer plain session_graph.pdf over GraphBrowser applet;
wenzelm [Mon, 26 Jan 2015 13:48:29 +0100] rev 59448
prefer plain session_graph.pdf over GraphBrowser applet;
Mon, 26 Jan 2015 13:44:37 +0100 complete pattern coverage, e.g. relevant for singleton graph;
wenzelm [Mon, 26 Jan 2015 13:44:37 +0100] rev 59447
complete pattern coverage, e.g. relevant for singleton graph;
Sun, 25 Jan 2015 22:11:06 +0100 discontinued obsolete option "document_graph";
wenzelm [Sun, 25 Jan 2015 22:11:06 +0100] rev 59446
discontinued obsolete option "document_graph";
Sun, 25 Jan 2015 21:46:21 +0100 provide session_graph.pdf via Isabelle/Scala;
wenzelm [Sun, 25 Jan 2015 21:46:21 +0100] rev 59445
provide session_graph.pdf via Isabelle/Scala;
Sun, 25 Jan 2015 20:22:20 +0100 support for session graph from Scala side;
wenzelm [Sun, 25 Jan 2015 20:22:20 +0100] rev 59444
support for session graph from Scala side;
Sun, 25 Jan 2015 20:16:27 +0100 support for off-line graph output, without GUI thread;
wenzelm [Sun, 25 Jan 2015 20:16:27 +0100] rev 59443
support for off-line graph output, without GUI thread;
Sun, 25 Jan 2015 18:31:35 +0100 make it independent from GUI thread, e.g. for Graph_File.write;
wenzelm [Sun, 25 Jan 2015 18:31:35 +0100] rev 59442
make it independent from GUI thread, e.g. for Graph_File.write;
Sun, 25 Jan 2015 17:48:14 +0100 separate module Graph_File;
wenzelm [Sun, 25 Jan 2015 17:48:14 +0100] rev 59441
separate module Graph_File;
Sun, 25 Jan 2015 17:17:37 +0100 tuned comments;
wenzelm [Sun, 25 Jan 2015 17:17:37 +0100] rev 59440
tuned comments;
Sun, 25 Jan 2015 15:40:28 +0100 tuned;
wenzelm [Sun, 25 Jan 2015 15:40:28 +0100] rev 59439
tuned;
Sun, 25 Jan 2015 13:56:21 +0100 more compact message;
wenzelm [Sun, 25 Jan 2015 13:56:21 +0100] rev 59438
more compact message;
Sun, 25 Jan 2015 13:32:32 +0100 proper naming convention;
wenzelm [Sun, 25 Jan 2015 13:32:32 +0100] rev 59437
proper naming convention;
Sun, 25 Jan 2015 13:14:50 +0100 prefer plain tuples;
wenzelm [Sun, 25 Jan 2015 13:14:50 +0100] rev 59436
prefer plain tuples;
Sun, 25 Jan 2015 13:04:36 +0100 tuned message;
wenzelm [Sun, 25 Jan 2015 13:04:36 +0100] rev 59435
tuned message;
(0) -30000 -10000 -3000 -1000 -300 -100 -48 +48 +100 +300 +1000 +3000 +10000 tip