Wed, 22 May 2013 19:44:51 +0200 wenzelm merged
Wed, 22 May 2013 18:10:54 +0200 wenzelm added isabelle_scala_script wrapper -- NB: portable hash-bang allows exactly one executable, without additional arguments;
Wed, 22 May 2013 16:47:48 +0200 wenzelm tuned signature;
Wed, 22 May 2013 16:42:13 +0200 wenzelm more informative Build.build_results;
Wed, 22 May 2013 16:13:52 +0200 wenzelm stop protocol handlers as well;
Wed, 22 May 2013 16:01:08 +0200 wenzelm more robust command line -- accomodate /bin/kill on recent Linux (e.g. Xubuntu 13.04):
Wed, 22 May 2013 14:10:45 +0200 wenzelm explicit management of Session.Protocol_Handlers, with protocol state and functions;
Wed, 22 May 2013 12:39:09 +0200 smolkas prevent pretty printer from automatically annotating numerals
Wed, 22 May 2013 12:39:07 +0200 smolkas tuned
Wed, 22 May 2013 08:46:39 +0200 nipkow simplified example and proof
Wed, 22 May 2013 00:30:36 +0200 nipkow tuned
Tue, 21 May 2013 21:05:10 +0200 wenzelm tuned messages;
Tue, 21 May 2013 18:03:36 +0200 wenzelm proper options;
Tue, 21 May 2013 17:55:28 +0200 wenzelm proper options;
Tue, 21 May 2013 17:45:53 +0200 wenzelm more markup;
Tue, 21 May 2013 16:51:16 +0200 wenzelm tuned;
Tue, 21 May 2013 16:47:18 +0200 wenzelm less intrusive rendering of antiquoted text -- avoid visual clash with "blue variables" in particular;
Tue, 21 May 2013 13:22:47 +0200 wenzelm proper context;
Tue, 21 May 2013 12:03:05 +0200 wenzelm make SML/NJ happy;
Tue, 21 May 2013 11:01:14 +0200 blanchet added CASC-related files, to keep a public record of the Isabelle submission at the competition
Tue, 21 May 2013 09:02:58 +0200 blanchet disabled choice in Satallax
Tue, 21 May 2013 09:02:58 +0200 blanchet use HOL-TPTP image in TPTP tools (for less verbose and faster startup) and filter out some messages
Tue, 21 May 2013 09:02:58 +0200 blanchet prefer compiled version of LEO-II and Satallax if available
Tue, 21 May 2013 09:02:58 +0200 blanchet updated remote provers
Tue, 21 May 2013 09:02:58 +0200 blanchet added compatibility alias
Mon, 20 May 2013 20:54:11 +0200 wenzelm merged
Mon, 20 May 2013 20:49:10 +0200 wenzelm more rigorous check of simplifier context;
Mon, 20 May 2013 20:47:33 +0200 wenzelm proper context;
Mon, 20 May 2013 18:38:28 +0200 wenzelm proper context;
Mon, 20 May 2013 18:37:35 +0200 wenzelm proper run-time context;
Mon, 20 May 2013 17:14:39 +0200 wenzelm more precise treatment of theory vs. Proof.context;
Mon, 20 May 2013 17:11:17 +0200 wenzelm proper run-time context;
Mon, 20 May 2013 17:10:33 +0200 wenzelm tuned;
Mon, 20 May 2013 16:17:56 +0200 wenzelm more explicit Session.update_options as source of Global_Options event;
Mon, 20 May 2013 15:42:14 +0200 wenzelm even later Options.reset_default -- still needed for printing errors of Session.finish (e.g. via Command_Line.tool0);
Mon, 20 May 2013 14:04:21 +0200 wenzelm tuned;
Mon, 20 May 2013 13:54:24 +0200 wenzelm discontinued odd workaround for scala-2.9.2, which is hopefully obsolete in scala-2.10.x;
Mon, 20 May 2013 13:38:48 +0200 wenzelm reset options last -- other parts of the system may still need them;
Mon, 20 May 2013 13:29:45 +0200 wenzelm tuned signature;
Mon, 20 May 2013 16:12:33 +0200 blanchet updated Sledgehammer docs
Mon, 20 May 2013 13:07:31 +0200 blanchet parse agsyHOL proofs (as unsat cores)
Mon, 20 May 2013 12:35:29 +0200 blanchet freeze types in Sledgehammer goal, not just terms
Mon, 20 May 2013 11:49:56 +0200 blanchet generate agsyHOL-friendly THF (to some extent -- partial application of connectives remains an issue)
Mon, 20 May 2013 11:35:55 +0200 blanchet tuned code
Mon, 20 May 2013 11:27:13 +0200 blanchet started adding agsyHOL as an experimental prover
Mon, 20 May 2013 03:41:58 +0200 nipkow defined lvars and rvars of commands separately.
Sun, 19 May 2013 20:41:19 +0200 blanchet made "completish" mode a bit more complete
Sun, 19 May 2013 20:15:00 +0200 haftmann infrastructure for generic data for code symbols (constants, type constructors, classes, instances)
Sun, 19 May 2013 20:15:00 +0200 haftmann tuned and clarified
Sun, 19 May 2013 20:15:00 +0200 haftmann tuned, including signature
Sat, 18 May 2013 13:04:10 +0200 wenzelm discontinued odd workaround for scala-2.10.0-RC1;
Sat, 18 May 2013 13:00:05 +0200 wenzelm discontinued odd workaround for scala-2.9.2, which is hopefully obsolete in scala-2.10.x;
Sat, 18 May 2013 12:41:31 +0200 wenzelm explicit notion of public options, which are shown in the editor options dialog;
Fri, 17 May 2013 23:31:02 +0200 wenzelm back to more paranoid interrupt test after request is cancelled -- avoid race condition;
Fri, 17 May 2013 21:15:33 +0200 wenzelm timeout counts as regular error, with rc = 1 (cf. special Exn.Interrupt vs. regular TimeLimit.TimeOut in Isabelle/ML);
Fri, 17 May 2013 21:06:01 +0200 wenzelm added isabelle tty option -o;
Fri, 17 May 2013 21:02:08 +0200 wenzelm oops;
Fri, 17 May 2013 20:53:28 +0200 wenzelm renamed 'print_configs' to 'print_options';
Fri, 17 May 2013 20:41:45 +0200 wenzelm proper option quick_and_dirty;
Fri, 17 May 2013 20:30:04 +0200 wenzelm retain quick_and_dirty as-is -- no censorship;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip