wenzelm [Sat, 04 Oct 2008 17:50:57 +0200] rev 28506
tuned isabelle usage;
wenzelm [Sat, 04 Oct 2008 17:40:58 +0200] rev 28505
updated generated file;
wenzelm [Sat, 04 Oct 2008 17:40:56 +0200] rev 28504
simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
wenzelm [Sat, 04 Oct 2008 16:19:49 +0200] rev 28503
updated generated file;
wenzelm [Sat, 04 Oct 2008 16:19:00 +0200] rev 28502
replaced ISABELLE by ISABELLE_PROCESS;
wenzelm [Sat, 04 Oct 2008 16:05:15 +0200] rev 28501
ISABELLE_PROCESS commandline;
wenzelm [Sat, 04 Oct 2008 16:05:09 +0200] rev 28500
replaced ISATOOL by ISABELLE_TOOL;
wenzelm [Sat, 04 Oct 2008 16:05:08 +0200] rev 28499
ISABELLE_PROCESS replaces ISABELLE and ISABELLE_TOOL replaces ISATOOL -- old bindings stay for a while (legacy feature);
wenzelm [Sat, 04 Oct 2008 14:43:40 +0200] rev 28498
eliminated prompt messages;
wenzelm [Sat, 04 Oct 2008 14:29:45 +0200] rev 28497
added isabelle_tool version as basic integrity check of platform/distribution;
wenzelm [Sat, 04 Oct 2008 14:29:43 +0200] rev 28496
renamed isatool to isabelle_tool in programming interfaces;
wenzelm [Sat, 04 Oct 2008 14:29:42 +0200] rev 28495
Theory header keywords.
wenzelm [Sat, 04 Oct 2008 14:29:40 +0200] rev 28494
added Thy/thy_header.scala;
wenzelm [Fri, 03 Oct 2008 21:31:27 +0200] rev 28493
tuned quotes;
wenzelm [Fri, 03 Oct 2008 21:13:17 +0200] rev 28492
factor: proper padding of digits;
wenzelm [Fri, 03 Oct 2008 21:06:39 +0200] rev 28491
plain process_id function;
wenzelm [Fri, 03 Oct 2008 21:06:38 +0200] rev 28490
removed obsolete Posix/Signal compatibility wrappers;
wenzelm [Fri, 03 Oct 2008 21:06:37 +0200] rev 28489
removed obsolete Posix/Signal compatibility wrappers;
plain process_id function;
adapted to recent changes in Pure;
wenzelm [Fri, 03 Oct 2008 21:06:36 +0200] rev 28488
removed obsolete Posix/Signal compatibility wrappers;
plain process_id function;
wenzelm [Fri, 03 Oct 2008 20:10:44 +0200] rev 28487
do not handle Error (which matches arbitrary exceptions!), but ERROR _;
wenzelm [Fri, 03 Oct 2008 20:10:43 +0200] rev 28486
updated to new AtpManager;
wenzelm [Fri, 03 Oct 2008 19:35:18 +0200] rev 28485
operate on Proof.state, not Toplevel.state;
moved setup to ATP_Linkup.thy;
wenzelm [Fri, 03 Oct 2008 19:35:17 +0200] rev 28484
misc simplifcation and tuning;
no export of structure Provers;
added add_provers, print_provers;
operate on Proof.state, not Toplevel.state;
use Time.+ etc. to make SML/XL of NJ happy;
explicit Isar commands 'atp_kill', 'atp_info', 'print_atps';
wenzelm [Fri, 03 Oct 2008 19:35:16 +0200] rev 28483
perform atp_setups here;
wenzelm [Fri, 03 Oct 2008 19:35:15 +0200] rev 28482
updated generated file;
wenzelm [Fri, 03 Oct 2008 19:35:14 +0200] rev 28481
removed HOL-Plain -- already included in HOL;
wenzelm [Fri, 03 Oct 2008 19:17:37 +0200] rev 28480
removed spurious ResAtp.set_prover;
wenzelm [Fri, 03 Oct 2008 17:07:41 +0200] rev 28479
simplified thread creation via SimpleThread;
wenzelm [Fri, 03 Oct 2008 17:07:39 +0200] rev 28478
simplified thread creation via SimpleThread;
managing_thread: option type (fork of inactive thread assumes threads are available in the first place);
wenzelm [Fri, 03 Oct 2008 16:37:09 +0200] rev 28477
version of sledgehammer using threads instead of processes, misc cleanup;
(by Fabian Immler);
wenzelm [Fri, 03 Oct 2008 15:20:33 +0200] rev 28476
removed old/unused setup of raw ATP oracles;
wenzelm [Fri, 03 Oct 2008 14:07:41 +0200] rev 28475
tuned;
wenzelm [Fri, 03 Oct 2008 14:06:19 +0200] rev 28474
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm [Fri, 03 Oct 2008 13:21:01 +0200] rev 28473
added PROOFGENERAL_EMACS, with attempt to find Carbon Emacs;
wenzelm [Fri, 03 Oct 2008 00:21:48 +0200] rev 28472
tuned tracing;
wenzelm [Fri, 03 Oct 2008 00:12:13 +0200] rev 28471
slower heartbeat;
wenzelm [Thu, 02 Oct 2008 23:52:12 +0200] rev 28470
added simple heartbeat thread;
wenzelm [Thu, 02 Oct 2008 23:52:10 +0200] rev 28469
time factor: one more digit;
wenzelm [Thu, 02 Oct 2008 23:30:44 +0200] rev 28468
more tuning of tracing messages;
wenzelm [Thu, 02 Oct 2008 22:09:22 +0200] rev 28467
include factor in timing report;
wenzelm [Thu, 02 Oct 2008 21:21:21 +0200] rev 28466
with_attributes: enforces InterruptAsynch => InterruptAsynchOnce to avoid race condition;
removed pointless comments;
wenzelm [Thu, 02 Oct 2008 19:59:01 +0200] rev 28465
tracing: ignore failure of any kind;
wenzelm [Thu, 02 Oct 2008 19:59:00 +0200] rev 28464
tuned SYNCHRONIZED: outermost Exn.release;
tuned tracing;
wenzelm [Thu, 02 Oct 2008 19:38:48 +0200] rev 28463
program wrapper: controlled_execution ensures proper thread attributes (global default is unsafe due to InterruptAsynch;
haftmann [Thu, 02 Oct 2008 17:18:36 +0200] rev 28462
added partiality section
haftmann [Thu, 02 Oct 2008 17:18:22 +0200] rev 28461
corrected class antiquotation
wenzelm [Thu, 02 Oct 2008 14:22:45 +0200] rev 28460
max_threads_value always 1 for dummy version;
wenzelm [Thu, 02 Oct 2008 14:22:44 +0200] rev 28459
simplified Exn.EXCEPTIONS, flatten nested occurrences;
wenzelm [Thu, 02 Oct 2008 14:22:40 +0200] rev 28458
simplified Exn.EXCEPTIONS;
wenzelm [Thu, 02 Oct 2008 14:22:36 +0200] rev 28457
major cleanup of hoare_tac.ML: just one copy for Hoare.thy and HoareAbort.thy (only 1 line different), refrain from inspecting the main goal, proper context;
haftmann [Thu, 02 Oct 2008 13:07:33 +0200] rev 28456
tuned
berghofe [Thu, 02 Oct 2008 12:17:20 +0200] rev 28455
Yet another proof of Newman's lemma, this time using the coherent logic prover.
wenzelm [Wed, 01 Oct 2008 22:33:29 +0200] rev 28454
unit_source: more rigid parsing, stop after final qed;
wenzelm [Wed, 01 Oct 2008 22:33:28 +0200] rev 28453
excursion/unit_result: no print for forked end, finish into global theory, pick resul from presentation context;
tuned;
wenzelm [Wed, 01 Oct 2008 22:33:24 +0200] rev 28452
replaced can_defer by is_relevant (negation);
future_proof: declare forked goal to prevent accidental generalization (e.g. instance goal);
wenzelm [Wed, 01 Oct 2008 20:02:37 +0200] rev 28451
datatype transition: internal trans field is maintained in reverse order;
tuned;
wenzelm [Wed, 01 Oct 2008 18:16:14 +0200] rev 28450
future_proof: protect conclusion of deferred proof state;
wenzelm [Wed, 01 Oct 2008 18:16:10 +0200] rev 28449
future_schedule: back to one group for all loader tasks;
wenzelm [Wed, 01 Oct 2008 14:17:06 +0200] rev 28448
tuned comments;
haftmann [Wed, 01 Oct 2008 13:33:54 +0200] rev 28447
fixed