Sun, 05 Dec 2021 12:50:36 +0100 clarified corner cases of syntax;
wenzelm [Sun, 05 Dec 2021 12:50:36 +0100] rev 74880
clarified corner cases of syntax;
Sun, 05 Dec 2021 12:23:10 +0100 clarified Parse.embedded_ml: follow documentation (8baf2e8b16e2);
wenzelm [Sun, 05 Dec 2021 12:23:10 +0100] rev 74879
clarified Parse.embedded_ml: follow documentation (8baf2e8b16e2);
Sat, 04 Dec 2021 20:30:16 +0000 a slightly simpler proof
paulson <lp15@cam.ac.uk> [Sat, 04 Dec 2021 20:30:16 +0000] rev 74878
a slightly simpler proof
Sat, 04 Dec 2021 17:23:42 +0100 provide component naproche-2d99afe5c349;
wenzelm [Sat, 04 Dec 2021 17:23:42 +0100] rev 74877
provide component naproche-2d99afe5c349;
Sat, 04 Dec 2021 12:38:51 +0100 merged
wenzelm [Sat, 04 Dec 2021 12:38:51 +0100] rev 74876
merged
Sat, 04 Dec 2021 12:38:32 +0100 Added tag Isabelle2021-1-RC5 for changeset 8baf2e8b16e2
wenzelm [Sat, 04 Dec 2021 12:38:32 +0100] rev 74875
Added tag Isabelle2021-1-RC5 for changeset 8baf2e8b16e2
Fri, 03 Dec 2021 20:11:21 +0100 more documentation about Type/Const antiquotations;
wenzelm [Fri, 03 Dec 2021 20:11:21 +0100] rev 74874
more documentation about Type/Const antiquotations;
Fri, 03 Dec 2021 15:11:16 +0100 more documentation about document build options;
wenzelm [Fri, 03 Dec 2021 15:11:16 +0100] rev 74873
more documentation about document build options;
Fri, 03 Dec 2021 13:32:58 +0100 address problems with launch4j and jdk-17 (see also 41d009462d3c, copy of 41d009462d3c);
wenzelm [Fri, 03 Dec 2021 13:32:58 +0100] rev 74872
address problems with launch4j and jdk-17 (see also 41d009462d3c, copy of 41d009462d3c);
Thu, 02 Dec 2021 12:46:29 +0100 tuned --- fewer IDE warnings;
wenzelm [Thu, 02 Dec 2021 12:46:29 +0100] rev 74871
tuned --- fewer IDE warnings;
Tue, 30 Nov 2021 11:31:07 +0100 more robust physical timeout (despite 1bea05713dde), especially relevant for quickcheck where large unary numerals may cause excessive heap allocations and resulting GC is better included in the timing;
wenzelm [Tue, 30 Nov 2021 11:31:07 +0100] rev 74870
more robust physical timeout (despite 1bea05713dde), especially relevant for quickcheck where large unary numerals may cause excessive heap allocations and resulting GC is better included in the timing;
Sun, 28 Nov 2021 19:15:12 +0100 added definitions multp{DM,HO} and corresponding lemmas
desharna [Sun, 28 Nov 2021 19:15:12 +0100] rev 74869
added definitions multp{DM,HO} and corresponding lemmas
Sun, 28 Nov 2021 19:12:48 +0100 added wfP_less to wellorder and wfP_less_multiset
desharna [Sun, 28 Nov 2021 19:12:48 +0100] rev 74868
added wfP_less to wellorder and wfP_less_multiset
Sun, 28 Nov 2021 09:57:48 +0100 restored lemmas less_multiset{DM,HO} inadvertently changed by c256bba593f3
desharna [Sun, 28 Nov 2021 09:57:48 +0100] rev 74867
restored lemmas less_multiset{DM,HO} inadvertently changed by c256bba593f3
Sat, 27 Nov 2021 22:20:27 +0100 merged
desharna [Sat, 27 Nov 2021 22:20:27 +0100] rev 74866
merged
Sat, 27 Nov 2021 14:45:00 +0100 added lemmas irreflp_{less,greater} to preorder and {trans,irrefl}_mult{,p} to Multiset
desharna [Sat, 27 Nov 2021 14:45:00 +0100] rev 74865
added lemmas irreflp_{less,greater} to preorder and {trans,irrefl}_mult{,p} to Multiset
Sat, 27 Nov 2021 10:46:57 +0100 redefined less_multiset to be based on multp
desharna [Sat, 27 Nov 2021 10:46:57 +0100] rev 74864
redefined less_multiset to be based on multp
Sat, 27 Nov 2021 10:28:48 +0100 added lemmas multp_code_eq_multp and multeqp_code_eq_reflclp_multp
desharna [Sat, 27 Nov 2021 10:28:48 +0100] rev 74863
added lemmas multp_code_eq_multp and multeqp_code_eq_reflclp_multp
Sat, 27 Nov 2021 10:22:42 +0100 added lemmas multp_cancel, multp_cancel_add_mset, and multp_cancel_max
desharna [Sat, 27 Nov 2021 10:22:42 +0100] rev 74862
added lemmas multp_cancel, multp_cancel_add_mset, and multp_cancel_max
Sat, 27 Nov 2021 10:16:46 +0100 added lemmas multp_implies_one_step, one_step_implies_multp, and subset_implies_multp
desharna [Sat, 27 Nov 2021 10:16:46 +0100] rev 74861
added lemmas multp_implies_one_step, one_step_implies_multp, and subset_implies_multp
Sat, 27 Nov 2021 10:05:59 +0100 added lemma wfP_multp
desharna [Sat, 27 Nov 2021 10:05:59 +0100] rev 74860
added lemma wfP_multp
Sat, 27 Nov 2021 10:01:40 +0100 added lemma mono_multp
desharna [Sat, 27 Nov 2021 10:01:40 +0100] rev 74859
added lemma mono_multp
Fri, 26 Nov 2021 11:14:10 +0100 added Multiset.multp as predicate equivalent of Multiset.mult
desharna [Fri, 26 Nov 2021 11:14:10 +0100] rev 74858
added Multiset.multp as predicate equivalent of Multiset.mult
Sat, 27 Nov 2021 17:02:04 +0100 address problems with launch4j and jdk-17 (see also 41d009462d3c);
wenzelm [Sat, 27 Nov 2021 17:02:04 +0100] rev 74857
address problems with launch4j and jdk-17 (see also 41d009462d3c);
Sat, 27 Nov 2021 15:39:56 +0100 more robust build on midrange hardware;
wenzelm [Sat, 27 Nov 2021 15:39:56 +0100] rev 74856
more robust build on midrange hardware;
Sat, 27 Nov 2021 14:55:47 +0100 clarified tests: omit somewhat pointless (unstable) results;
wenzelm [Sat, 27 Nov 2021 14:55:47 +0100] rev 74855
clarified tests: omit somewhat pointless (unstable) results;
Sat, 27 Nov 2021 14:31:11 +0100 proper fields for gnuplot (amending b614e3e4146a);
wenzelm [Sat, 27 Nov 2021 14:31:11 +0100] rev 74854
proper fields for gnuplot (amending b614e3e4146a);
Sat, 27 Nov 2021 14:03:44 +0100 tuned output;
wenzelm [Sat, 27 Nov 2021 14:03:44 +0100] rev 74853
tuned output;
Sat, 27 Nov 2021 13:55:03 +0100 tuned;
wenzelm [Sat, 27 Nov 2021 13:55:03 +0100] rev 74852
tuned;
Fri, 26 Nov 2021 19:44:21 +0100 merged
wenzelm [Fri, 26 Nov 2021 19:44:21 +0100] rev 74851
merged
Fri, 26 Nov 2021 16:25:58 +0100 more robust build on midrange hardware (despite 67d6f1708ea4);
wenzelm [Fri, 26 Nov 2021 16:25:58 +0100] rev 74850
more robust build on midrange hardware (despite 67d6f1708ea4);
Fri, 26 Nov 2021 13:45:28 +0100 Added tag Isabelle2021-1-RC4 for changeset 2336356d4180
wenzelm [Fri, 26 Nov 2021 13:45:28 +0100] rev 74849
Added tag Isabelle2021-1-RC4 for changeset 2336356d4180
Fri, 26 Nov 2021 13:36:45 +0100 updated to polyml-5.9;
wenzelm [Fri, 26 Nov 2021 13:36:45 +0100] rev 74848
updated to polyml-5.9;
Fri, 26 Nov 2021 13:07:15 +0100 NEWS on "isabelle mirabelle";
wenzelm [Fri, 26 Nov 2021 13:07:15 +0100] rev 74847
NEWS on "isabelle mirabelle";
Fri, 26 Nov 2021 13:05:36 +0100 tuned;
wenzelm [Fri, 26 Nov 2021 13:05:36 +0100] rev 74846
tuned;
Thu, 25 Nov 2021 21:31:50 +0100 clarified default for kodkod_scala;
wenzelm [Thu, 25 Nov 2021 21:31:50 +0100] rev 74845
clarified default for kodkod_scala; NEWS for proper release;
Thu, 25 Nov 2021 19:56:01 +0100 maintain option kodkod_scala within theory context, to allow local modification;
wenzelm [Thu, 25 Nov 2021 19:56:01 +0100] rev 74844
maintain option kodkod_scala within theory context, to allow local modification;
Thu, 25 Nov 2021 12:54:21 +0100 NEWS for proper release;
wenzelm [Thu, 25 Nov 2021 12:54:21 +0100] rev 74843
NEWS for proper release;
Thu, 25 Nov 2021 12:48:00 +0100 updated to flatlaf-1.6.4;
wenzelm [Thu, 25 Nov 2021 12:48:00 +0100] rev 74842
updated to flatlaf-1.6.4;
Thu, 25 Nov 2021 12:36:54 +0100 avoid broken links: auxiliary files are not yet supported;
wenzelm [Thu, 25 Nov 2021 12:36:54 +0100] rev 74841
avoid broken links: auxiliary files are not yet supported;
Wed, 24 Nov 2021 22:57:33 +0100 option document_comment_latex supports e.g. Dagstuhl LIPIcs;
wenzelm [Wed, 24 Nov 2021 22:57:33 +0100] rev 74840
option document_comment_latex supports e.g. Dagstuhl LIPIcs;
Wed, 24 Nov 2021 21:04:39 +0100 more explicit type Latex.Tags;
wenzelm [Wed, 24 Nov 2021 21:04:39 +0100] rev 74839
more explicit type Latex.Tags; generate isabelletags.sty from Isabelle/Scala, including comment.sty setup;
Wed, 24 Nov 2021 15:33:43 +0100 more uniform treatment of optional_argument for Latex elements;
wenzelm [Wed, 24 Nov 2021 15:33:43 +0100] rev 74838
more uniform treatment of optional_argument for Latex elements; discontinued somewhat pointless element position in Isabelle/Scala: semantic add-ons are better provided in Isabelle/ML; clarified signature of class Latex: overridable unknown_elem allows to extend the markup language;
Tue, 23 Nov 2021 21:43:45 +0100 removed pointless 'text_cartouche' command: regular 'text' already supports cartouches;
wenzelm [Tue, 23 Nov 2021 21:43:45 +0100] rev 74837
removed pointless 'text_cartouche' command: regular 'text' already supports cartouches;
Tue, 23 Nov 2021 21:02:13 +0100 example: alternative document headings, based on more general document output markup;
wenzelm [Tue, 23 Nov 2021 21:02:13 +0100] rev 74836
example: alternative document headings, based on more general document output markup;
Tue, 23 Nov 2021 20:46:40 +0100 more general document output: enclosing markup is defined in user-space;
wenzelm [Tue, 23 Nov 2021 20:46:40 +0100] rev 74835
more general document output: enclosing markup is defined in user-space;
Tue, 23 Nov 2021 17:14:55 +0100 clarified modules (see c299abcf7081);
wenzelm [Tue, 23 Nov 2021 17:14:55 +0100] rev 74834
clarified modules (see c299abcf7081);
Tue, 23 Nov 2021 16:06:09 +0100 output for document commands like 'section', 'text' is defined in user-space, as part of the command transaction;
wenzelm [Tue, 23 Nov 2021 16:06:09 +0100] rev 74833
output for document commands like 'section', 'text' is defined in user-space, as part of the command transaction;
Tue, 23 Nov 2021 12:29:09 +0100 clarified modules;
wenzelm [Tue, 23 Nov 2021 12:29:09 +0100] rev 74832
clarified modules;
Tue, 23 Nov 2021 12:04:01 +0100 tuned signature: more explicit types for presentation;
wenzelm [Tue, 23 Nov 2021 12:04:01 +0100] rev 74831
tuned signature: more explicit types for presentation;
Mon, 22 Nov 2021 23:08:57 +0100 more robust support for Windows line-endings;
wenzelm [Mon, 22 Nov 2021 23:08:57 +0100] rev 74830
more robust support for Windows line-endings;
Mon, 22 Nov 2021 16:49:58 +0100 source positions for document markup commands, e.g. to retrieve PIDE markup in presentation;
wenzelm [Mon, 22 Nov 2021 16:49:58 +0100] rev 74829
source positions for document markup commands, e.g. to retrieve PIDE markup in presentation;
Mon, 22 Nov 2021 15:03:37 +0100 more compact data during presentation: Entity_Context.Theory_Export instead of full Export_Theory.Theory;
wenzelm [Mon, 22 Nov 2021 15:03:37 +0100] rev 74828
more compact data during presentation: Entity_Context.Theory_Export instead of full Export_Theory.Theory;
Sun, 21 Nov 2021 17:42:11 +0100 clarified system option standard values: avoid oddities like "isabelle build -o document_output" producing directories named "true";
wenzelm [Sun, 21 Nov 2021 17:42:11 +0100] rev 74827
clarified system option standard values: avoid oddities like "isabelle build -o document_output" producing directories named "true";
Sat, 20 Nov 2021 20:42:41 +0100 more symbolic latex_output via XML (using YXML within text);
wenzelm [Sat, 20 Nov 2021 20:42:41 +0100] rev 74826
more symbolic latex_output via XML (using YXML within text);
Sat, 20 Nov 2021 19:39:22 +0100 proper enclose_name (amending e77c5bfca9aa);
wenzelm [Sat, 20 Nov 2021 19:39:22 +0100] rev 74825
proper enclose_name (amending e77c5bfca9aa);
Sat, 20 Nov 2021 18:58:23 +0100 Latex.Output.latex_heading depends on option document_heading_prefix, e.g. relevant for Dagstuhl LIPIcs which prefers unaliased \section etc.;
wenzelm [Sat, 20 Nov 2021 18:58:23 +0100] rev 74824
Latex.Output.latex_heading depends on option document_heading_prefix, e.g. relevant for Dagstuhl LIPIcs which prefers unaliased \section etc.;
Sat, 20 Nov 2021 18:15:09 +0100 more symbolic latex_output via XML;
wenzelm [Sat, 20 Nov 2021 18:15:09 +0100] rev 74823
more symbolic latex_output via XML;
Sat, 20 Nov 2021 13:53:34 +0100 clarified hook for Mirabelle (again): cover all 'theories' sections within ROOT (see also 9ead8d9be3ab);
wenzelm [Sat, 20 Nov 2021 13:53:34 +0100] rev 74822
clarified hook for Mirabelle (again): cover all 'theories' sections within ROOT (see also 9ead8d9be3ab);
Sat, 20 Nov 2021 12:59:53 +0100 tuned;
wenzelm [Sat, 20 Nov 2021 12:59:53 +0100] rev 74821
tuned;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip