Wed, 02 Jan 2013 15:08:38 +0100 support File.read_gzip as well, in accordance to File.write_gzip;
wenzelm [Wed, 02 Jan 2013 15:08:38 +0100] rev 50684
support File.read_gzip as well, in accordance to File.write_gzip; tuned signature;
Wed, 02 Jan 2013 13:50:59 +0100 inline ML statistics into build log;
wenzelm [Wed, 02 Jan 2013 13:50:59 +0100] rev 50683
inline ML statistics into build log;
Wed, 02 Jan 2013 13:20:10 +0100 removed outdated comment;
wenzelm [Wed, 02 Jan 2013 13:20:10 +0100] rev 50682
removed outdated comment;
Wed, 02 Jan 2013 13:06:54 +0100 enable Z3 for full test (cf. 6f48853f08d5);
wenzelm [Wed, 02 Jan 2013 13:06:54 +0100] rev 50681
enable Z3 for full test (cf. 6f48853f08d5);
Wed, 02 Jan 2013 20:53:01 +0100 removed old, unused code
smolkas [Wed, 02 Jan 2013 20:53:01 +0100] rev 50680
removed old, unused code
Wed, 02 Jan 2013 20:52:39 +0100 removed whitespace
smolkas [Wed, 02 Jan 2013 20:52:39 +0100] rev 50679
removed whitespace
Wed, 02 Jan 2013 20:52:32 +0100 removed duplicate code
smolkas [Wed, 02 Jan 2013 20:52:32 +0100] rev 50678
removed duplicate code
Wed, 02 Jan 2013 20:35:49 +0100 use rpair to avoid swap
smolkas [Wed, 02 Jan 2013 20:35:49 +0100] rev 50677
use rpair to avoid swap
Wed, 02 Jan 2013 19:59:06 +0100 generate "obtain" steps corresponding to skolemization inferences
blanchet [Wed, 02 Jan 2013 19:59:06 +0100] rev 50676
generate "obtain" steps corresponding to skolemization inferences
Wed, 02 Jan 2013 16:32:40 +0100 keep E's and Vampire's skolemization steps
blanchet [Wed, 02 Jan 2013 16:32:40 +0100] rev 50675
keep E's and Vampire's skolemization steps
Wed, 02 Jan 2013 16:02:33 +0100 tuning
blanchet [Wed, 02 Jan 2013 16:02:33 +0100] rev 50674
tuning
Wed, 02 Jan 2013 15:54:38 +0100 fixed oversensitive Skolem handling (cf. eaa540986291)
blanchet [Wed, 02 Jan 2013 15:54:38 +0100] rev 50673
fixed oversensitive Skolem handling (cf. eaa540986291)
Wed, 02 Jan 2013 15:44:00 +0100 added "obtain" to Isar proof construction data structure
blanchet [Wed, 02 Jan 2013 15:44:00 +0100] rev 50672
added "obtain" to Isar proof construction data structure
Wed, 02 Jan 2013 13:31:13 +0100 tuning
blanchet [Wed, 02 Jan 2013 13:31:13 +0100] rev 50671
tuning
Wed, 02 Jan 2013 13:14:47 +0100 properly take the existential closure of skolems
blanchet [Wed, 02 Jan 2013 13:14:47 +0100] rev 50670
properly take the existential closure of skolems
Wed, 02 Jan 2013 10:54:36 +0100 use "Lazy" to simplify control flow a bit and guarantee single evaluation (at most)
blanchet [Wed, 02 Jan 2013 10:54:36 +0100] rev 50669
use "Lazy" to simplify control flow a bit and guarantee single evaluation (at most)
Wed, 02 Jan 2013 10:41:53 +0100 tuning
blanchet [Wed, 02 Jan 2013 10:41:53 +0100] rev 50668
tuning
Wed, 02 Jan 2013 09:42:57 +0100 added 112 to list of known Z3 error codes
blanchet [Wed, 02 Jan 2013 09:42:57 +0100] rev 50667
added 112 to list of known Z3 error codes
Wed, 02 Jan 2013 09:31:25 +0100 actually run Z3 for "SMT_Tests" when "ISABELLE_FULL_TEST" is enabled
blanchet [Wed, 02 Jan 2013 09:31:25 +0100] rev 50666
actually run Z3 for "SMT_Tests" when "ISABELLE_FULL_TEST" is enabled
Wed, 02 Jan 2013 09:13:50 +0100 added missing certificate file to "ROOT"
blanchet [Wed, 02 Jan 2013 09:13:50 +0100] rev 50665
added missing certificate file to "ROOT"
Tue, 01 Jan 2013 21:55:46 +0100 more robust report_status: tolerate ML_statistics even if ignored right now, e.g. in batch build;
wenzelm [Tue, 01 Jan 2013 21:55:46 +0100] rev 50664
more robust report_status: tolerate ML_statistics even if ignored right now, e.g. in batch build;
Tue, 01 Jan 2013 13:37:37 +0100 more liberal edit_control_style: include preceeding control symbol to reduce potential for user surprise;
wenzelm [Tue, 01 Jan 2013 13:37:37 +0100] rev 50663
more liberal edit_control_style: include preceeding control symbol to reduce potential for user surprise;
Tue, 01 Jan 2013 11:36:30 +0100 regenerate certificates -- and use oracle in a few cases where the Z3 proof parser can't deal with Z3 3.2 proofs
blanchet [Tue, 01 Jan 2013 11:36:30 +0100] rev 50662
regenerate certificates -- and use oracle in a few cases where the Z3 proof parser can't deal with Z3 3.2 proofs
Tue, 01 Jan 2013 11:35:22 +0100 Z3's soft timeout is expressed in ms, not in s -- this explains the frequenty "error code 112" failures we had recently
blanchet [Tue, 01 Jan 2013 11:35:22 +0100] rev 50661
Z3's soft timeout is expressed in ms, not in s -- this explains the frequenty "error code 112" failures we had recently
Tue, 01 Jan 2013 10:53:43 +0100 dropped relics of ancient side-entry points
haftmann [Tue, 01 Jan 2013 10:53:43 +0100] rev 50660
dropped relics of ancient side-entry points
Mon, 31 Dec 2012 21:41:22 +0100 prefer JDialog over JWindow to avoid focus inversion problem on Compiz (e.g. Ubuntu/Unity 12.10): both JDialog and JFrame happen to work, but JFrame does not support parent nesting;
wenzelm [Mon, 31 Dec 2012 21:41:22 +0100] rev 50659
prefer JDialog over JWindow to avoid focus inversion problem on Compiz (e.g. Ubuntu/Unity 12.10): both JDialog and JFrame happen to work, but JFrame does not support parent nesting;
Mon, 31 Dec 2012 21:01:00 +0100 tuned signature;
wenzelm [Mon, 31 Dec 2012 21:01:00 +0100] rev 50658
tuned signature;
Mon, 31 Dec 2012 20:30:03 +0100 tuned imports;
wenzelm [Mon, 31 Dec 2012 20:30:03 +0100] rev 50657
tuned imports;
Mon, 31 Dec 2012 16:56:54 +0100 include user counters as well;
wenzelm [Mon, 31 Dec 2012 16:56:54 +0100] rev 50656
include user counters as well;
Mon, 31 Dec 2012 16:41:51 +0100 scala mode is already part of jedit-5.0.0;
wenzelm [Mon, 31 Dec 2012 16:41:51 +0100] rev 50655
scala mode is already part of jedit-5.0.0;
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip