Mon, 06 Apr 2020 20:11:07 +0200 wenzelm clarified signature;
Mon, 06 Apr 2020 20:02:15 +0200 wenzelm clarified signature;
Mon, 06 Apr 2020 19:33:29 +0200 wenzelm more uniform and Java-conformant: change of handler is non-blocking and interrupts should not be exposed prematurely (reverting 220d19f3e074);
Mon, 06 Apr 2020 14:03:58 +0200 wenzelm terminate faster;
Mon, 06 Apr 2020 13:59:48 +0200 wenzelm tuned;
Mon, 06 Apr 2020 13:54:45 +0200 wenzelm tuned;
Mon, 06 Apr 2020 13:40:44 +0200 wenzelm clarified interrupt handling;
Mon, 06 Apr 2020 12:53:45 +0200 wenzelm clarified modules;
Mon, 06 Apr 2020 12:36:00 +0200 wenzelm tuned;
Mon, 06 Apr 2020 12:28:44 +0200 wenzelm misc tuning and clarification;
Sun, 05 Apr 2020 22:08:52 +0200 wenzelm more general interrupt_handler, with some cascading;
Sun, 05 Apr 2020 21:05:08 +0200 wenzelm clarified signature;
Mon, 06 Apr 2020 19:46:38 +0100 paulson a few more applys
Mon, 06 Apr 2020 11:56:04 +0100 paulson fixed a broken frac_le proof
Sun, 05 Apr 2020 22:04:19 +0100 paulson fixed more nasty proofs
Sun, 05 Apr 2020 17:12:37 +0100 paulson merged
Sun, 05 Apr 2020 17:12:26 +0100 paulson Tidied up more ancient, horrible proofs. Liberalised frac_le
Sun, 05 Apr 2020 13:24:12 +0200 wenzelm clarified signature: more uniform ML vs. Scala;
Sun, 05 Apr 2020 13:19:29 +0200 wenzelm clarified names;
Sun, 05 Apr 2020 13:05:40 +0200 wenzelm clarified names;
Sat, 04 Apr 2020 21:38:20 +0200 wenzelm proper use of flag;
Sat, 04 Apr 2020 21:16:06 +0200 wenzelm clarified signature;
Sat, 04 Apr 2020 20:53:36 +0200 wenzelm tuned names;
Sat, 04 Apr 2020 20:16:25 +0200 wenzelm finally expose interrupt, similar to ML;
Sat, 04 Apr 2020 20:06:15 +0200 wenzelm Standard_Thread for isabelle command-line tools;
Sat, 04 Apr 2020 19:30:45 +0200 wenzelm tuned -- Command_Line.tool is already part of Isabelle_Tool;
Sat, 04 Apr 2020 19:18:19 +0200 wenzelm clarified signature;
Sat, 04 Apr 2020 18:13:05 +0200 wenzelm clarified signature;
Sat, 04 Apr 2020 18:05:37 +0200 wenzelm thread pool with Standard_Thread workers;
Sat, 04 Apr 2020 17:50:56 +0200 wenzelm clarified signature;
Sat, 04 Apr 2020 13:45:21 +0200 wenzelm support for uninterruptible execution;
Fri, 03 Apr 2020 20:49:49 +0200 wenzelm tuned -- prefer Config.T over Data;
Fri, 03 Apr 2020 20:31:55 +0200 wenzelm proper "editor_tracing_messages=0" as in "isabelle dump";
Fri, 03 Apr 2020 20:29:54 +0200 wenzelm tuned;
Fri, 03 Apr 2020 20:27:52 +0200 wenzelm clarified build_options vs. job options;
Fri, 03 Apr 2020 18:26:04 +0200 wenzelm more official handling of protocol messages, including export;
Fri, 03 Apr 2020 17:35:10 +0200 wenzelm less redundant markup reports;
Fri, 03 Apr 2020 13:51:56 +0200 wenzelm more accurate context position reports;
Fri, 03 Apr 2020 12:45:14 +0200 wenzelm clarified signature;
Fri, 03 Apr 2020 11:47:08 +0200 wenzelm clarified signature;
Fri, 03 Apr 2020 11:37:00 +0200 wenzelm tuned;
Fri, 03 Apr 2020 11:29:44 +0200 wenzelm clarified signature;
Fri, 03 Apr 2020 11:22:51 +0200 wenzelm tuned signature;
Thu, 02 Apr 2020 20:37:11 +0200 wenzelm proper treatment of startup errors, notably for Pure ROOT.ML;
Thu, 02 Apr 2020 20:06:43 +0200 wenzelm proper treatment of protocol exceptions and prover termination: avoid session.stop while saving image;
Thu, 02 Apr 2020 13:04:24 +0200 wenzelm merged
Thu, 02 Apr 2020 11:45:03 +0200 wenzelm Added tag Isabelle2020-RC4 for changeset 1f3d9a9dd42a
Sat, 28 Mar 2020 22:18:28 +0100 wenzelm more robust, notably wrt. interrupts;
Thu, 26 Mar 2020 11:48:52 +0100 wenzelm merged
Wed, 25 Mar 2020 17:38:22 +0100 wenzelm more NEWS;
Wed, 25 Mar 2020 17:33:46 +0100 wenzelm clarified messages: indicate termination explicitly;
Tue, 24 Mar 2020 13:43:29 +0100 wenzelm avoid vacous type variable, due to "potentially redundant" shyps in Thm.unconstrainT;
Mon, 23 Mar 2020 13:26:35 +0100 wenzelm Added tag Isabelle2020-RC3 for changeset 7fe1a344404a
Mon, 23 Mar 2020 12:29:40 +0100 wenzelm updated to current cygwin-20200323, after 3.1.4-1 from 19-Feb-2020;
Sun, 22 Mar 2020 22:03:48 +0100 wenzelm avoid jdk-11.0.6+10: it shows problem "S8217731: Font rendering and glyph spacing changed from jdk-8 to jdk-11" https://bugs.openjdk.java.net/browse/JDK-8217731 even though the changelog claims to have resolved this;
Thu, 02 Apr 2020 12:49:53 +0200 wenzelm clarified signature: more direct Isabelle_Process.EXIT;
Thu, 02 Apr 2020 12:19:09 +0200 wenzelm proper arguments of protocol function;
Wed, 01 Apr 2020 23:04:28 +0200 wenzelm merged
Wed, 01 Apr 2020 22:07:57 +0200 wenzelm more robust: process stdout on Windows may contain CR;
Wed, 01 Apr 2020 21:43:22 +0200 wenzelm clarified signature;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip