Thu, 13 Feb 2014 13:16:17 +0100 repaired logic for default provers -- ensures Z3 is kept if installed and configured as noncommercial
blanchet [Thu, 13 Feb 2014 13:16:17 +0100] rev 55453
repaired logic for default provers -- ensures Z3 is kept if installed and configured as noncommercial
Thu, 13 Feb 2014 13:16:17 +0100 avoid changing the state's context -- this results in transfer problems later with SMT, and hence preplay tactic failures
blanchet [Thu, 13 Feb 2014 13:16:17 +0100] rev 55452
avoid changing the state's context -- this results in transfer problems later with SMT, and hence preplay tactic failures
Thu, 13 Feb 2014 13:16:16 +0100 removed hint that is seldom useful in practice
blanchet [Thu, 13 Feb 2014 13:16:16 +0100] rev 55451
removed hint that is seldom useful in practice
Thu, 13 Feb 2014 12:24:28 +0100 reactivate some examples that still appear to work;
wenzelm [Thu, 13 Feb 2014 12:24:28 +0100] rev 55450
reactivate some examples that still appear to work;
Thu, 13 Feb 2014 12:14:47 +0100 removed dead code;
wenzelm [Thu, 13 Feb 2014 12:14:47 +0100] rev 55449
removed dead code;
Thu, 13 Feb 2014 12:09:51 +0100 explicit indication that redefining outer syntax commands is not supposed to happen -- NB: interactive mode requires global change of syntax;
wenzelm [Thu, 13 Feb 2014 12:09:51 +0100] rev 55448
explicit indication that redefining outer syntax commands is not supposed to happen -- NB: interactive mode requires global change of syntax;
Thu, 13 Feb 2014 11:54:14 +0100 do not redefine outer syntax commands;
wenzelm [Thu, 13 Feb 2014 11:54:14 +0100] rev 55447
do not redefine outer syntax commands;
Thu, 13 Feb 2014 11:37:00 +0100 tuned whitespace;
wenzelm [Thu, 13 Feb 2014 11:37:00 +0100] rev 55446
tuned whitespace;
Thu, 13 Feb 2014 11:23:55 +0100 static repair of ML file -- untested (!) by default since 76965c356d2a;
wenzelm [Thu, 13 Feb 2014 11:23:55 +0100] rev 55445
static repair of ML file -- untested (!) by default since 76965c356d2a;
Wed, 12 Feb 2014 17:36:00 +0100 iteration n in the 'default' vs. 'update_new' vs. 'update' saga -- 'update' makes sense now that we honor the canonical order on 'merge' (as opposed to raising 'DUP')
blanchet [Wed, 12 Feb 2014 17:36:00 +0100] rev 55444
iteration n in the 'default' vs. 'update_new' vs. 'update' saga -- 'update' makes sense now that we honor the canonical order on 'merge' (as opposed to raising 'DUP')
Wed, 12 Feb 2014 17:35:59 +0100 don't hide constant forever, since it may appear in some 'primcorec'-generated theorems
blanchet [Wed, 12 Feb 2014 17:35:59 +0100] rev 55443
don't hide constant forever, since it may appear in some 'primcorec'-generated theorems
Wed, 12 Feb 2014 17:35:59 +0100 tuning
blanchet [Wed, 12 Feb 2014 17:35:59 +0100] rev 55442
tuning
Wed, 12 Feb 2014 16:35:58 +0100 HOL-IMP fastness
traytel [Wed, 12 Feb 2014 16:35:58 +0100] rev 55441
HOL-IMP fastness
Wed, 12 Feb 2014 14:32:45 +0100 merged, resolving some conflicts;
wenzelm [Wed, 12 Feb 2014 14:32:45 +0100] rev 55440
merged, resolving some conflicts;
Wed, 12 Feb 2014 13:56:43 +0100 eliminated hard tabs (assuming tab-width=2);
wenzelm [Wed, 12 Feb 2014 13:56:43 +0100] rev 55439
eliminated hard tabs (assuming tab-width=2);
Wed, 12 Feb 2014 13:53:11 +0100 more platform notes;
wenzelm [Wed, 12 Feb 2014 13:53:11 +0100] rev 55438
more platform notes;
Wed, 12 Feb 2014 13:33:05 +0100 tuned whitespace;
wenzelm [Wed, 12 Feb 2014 13:33:05 +0100] rev 55437
tuned whitespace;
Wed, 12 Feb 2014 13:31:18 +0100 removed odd comments -- inferred types are shown by Prover IDE;
wenzelm [Wed, 12 Feb 2014 13:31:18 +0100] rev 55436
removed odd comments -- inferred types are shown by Prover IDE;
Wed, 12 Feb 2014 11:28:17 +0100 maintain blob edits within history, which is important for Snapshot.convert/revert;
wenzelm [Wed, 12 Feb 2014 11:28:17 +0100] rev 55435
maintain blob edits within history, which is important for Snapshot.convert/revert;
Wed, 12 Feb 2014 11:05:48 +0100 more accurate eq_content;
wenzelm [Wed, 12 Feb 2014 11:05:48 +0100] rev 55434
more accurate eq_content;
Wed, 12 Feb 2014 10:50:49 +0100 clarified message_positions: cover alt_id as well;
wenzelm [Wed, 12 Feb 2014 10:50:49 +0100] rev 55433
clarified message_positions: cover alt_id as well; tuned;
Tue, 11 Feb 2014 21:58:31 +0100 maintain multiple command chunks and markup trees: for main chunk and loaded files;
wenzelm [Tue, 11 Feb 2014 21:58:31 +0100] rev 55432
maintain multiple command chunks and markup trees: for main chunk and loaded files; document view for all text areas, including auxiliary files;
Tue, 11 Feb 2014 17:44:29 +0100 common Command.Chunk for command source and auxiliary files (static Symbol.Index without actual String content);
wenzelm [Tue, 11 Feb 2014 17:44:29 +0100] rev 55431
common Command.Chunk for command source and auxiliary files (static Symbol.Index without actual String content); more informative type Blob, to allow markup reports;
Tue, 11 Feb 2014 15:55:05 +0100 tuned signature;
wenzelm [Tue, 11 Feb 2014 15:55:05 +0100] rev 55430
tuned signature;
Tue, 11 Feb 2014 15:05:13 +0100 report (but ignore) markup within auxiliary files;
wenzelm [Tue, 11 Feb 2014 15:05:13 +0100] rev 55429
report (but ignore) markup within auxiliary files;
Wed, 12 Feb 2014 10:59:25 +0100 merged
Andreas Lochbihler [Wed, 12 Feb 2014 10:59:25 +0100] rev 55428
merged
Wed, 12 Feb 2014 09:06:04 +0100 make integer_of_char and char_of_integer work with NBE and code_simp
Andreas Lochbihler [Wed, 12 Feb 2014 09:06:04 +0100] rev 55427
make integer_of_char and char_of_integer work with NBE and code_simp
Wed, 12 Feb 2014 08:56:38 +0100 make lifting setup for String.literal local to prevent transfer from replacing STR ''...'' literals
Andreas Lochbihler [Wed, 12 Feb 2014 08:56:38 +0100] rev 55426
make lifting setup for String.literal local to prevent transfer from replacing STR ''...'' literals
Wed, 12 Feb 2014 10:20:31 +0100 [mq]: news
blanchet [Wed, 12 Feb 2014 10:20:31 +0100] rev 55425
[mq]: news
Wed, 12 Feb 2014 08:37:28 +0100 remove hidden fact about hidden constant from code generator setup
blanchet [Wed, 12 Feb 2014 08:37:28 +0100] rev 55424
remove hidden fact about hidden constant from code generator setup
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip