Wed, 22 Aug 2012 23:22:57 +0200 prefer ML_file over old uses;
wenzelm [Wed, 22 Aug 2012 23:22:57 +0200] rev 48892
prefer ML_file over old uses;
Wed, 22 Aug 2012 22:55:41 +0200 prefer ML_file over old uses;
wenzelm [Wed, 22 Aug 2012 22:55:41 +0200] rev 48891
prefer ML_file over old uses;
Wed, 22 Aug 2012 22:47:16 +0200 'ML_file' evaluates ML text from a file directly within the theory, without predeclaration via 'uses';
wenzelm [Wed, 22 Aug 2012 22:47:16 +0200] rev 48890
'ML_file' evaluates ML text from a file directly within the theory, without predeclaration via 'uses';
Wed, 22 Aug 2012 21:43:17 +0200 add keywords of this node as well (e.g. relevant for Pure.thy);
wenzelm [Wed, 22 Aug 2012 21:43:17 +0200] rev 48889
add keywords of this node as well (e.g. relevant for Pure.thy);
Wed, 22 Aug 2012 21:28:33 +0200 tuned;
wenzelm [Wed, 22 Aug 2012 21:28:33 +0200] rev 48888
tuned;
Wed, 22 Aug 2012 21:06:26 +0200 tuned message -- dynamic loading happens routinely, e.g. in TTY/PG interaction;
wenzelm [Wed, 22 Aug 2012 21:06:26 +0200] rev 48887
tuned message -- dynamic loading happens routinely, e.g. in TTY/PG interaction;
Wed, 22 Aug 2012 21:02:02 +0200 discontinued separate list of required files -- maintain only provided files as they occur at runtime;
wenzelm [Wed, 22 Aug 2012 21:02:02 +0200] rev 48886
discontinued separate list of required files -- maintain only provided files as they occur at runtime; tuned signature;
Wed, 22 Aug 2012 18:04:30 +0200 find files via load commands within theory text;
wenzelm [Wed, 22 Aug 2012 18:04:30 +0200] rev 48885
find files via load commands within theory text; clarified Thy_Load.with_thy_text, simplified Thy_Load.check_thy;
Wed, 22 Aug 2012 16:24:52 +0200 clarified global get_recent_syntax: session always has its base_syntax, but it might be absent itself;
wenzelm [Wed, 22 Aug 2012 16:24:52 +0200] rev 48884
clarified global get_recent_syntax: session always has its base_syntax, but it might be absent itself;
Wed, 22 Aug 2012 16:10:23 +0200 pass syntax through check_thy;
wenzelm [Wed, 22 Aug 2012 16:10:23 +0200] rev 48883
pass syntax through check_thy;
Wed, 22 Aug 2012 15:53:17 +0200 use Thy_Header.read on explicit text only -- potentially via File.read, not Scan.byte_reader;
wenzelm [Wed, 22 Aug 2012 15:53:17 +0200] rev 48882
use Thy_Header.read on explicit text only -- potentially via File.read, not Scan.byte_reader; tuned signatures;
Wed, 22 Aug 2012 12:47:49 +0200 clarified Parse.path vs. Parse.explode -- prefer errors in proper transaction context;
wenzelm [Wed, 22 Aug 2012 12:47:49 +0200] rev 48881
clarified Parse.path vs. Parse.explode -- prefer errors in proper transaction context;
Wed, 22 Aug 2012 12:17:55 +0200 tuned;
wenzelm [Wed, 22 Aug 2012 12:17:55 +0200] rev 48880
tuned;
Wed, 22 Aug 2012 12:07:11 +0200 clarified bootstrapping of Pure;
wenzelm [Wed, 22 Aug 2012 12:07:11 +0200] rev 48879
clarified bootstrapping of Pure;
Wed, 22 Aug 2012 11:56:13 +0200 tuned errors;
wenzelm [Wed, 22 Aug 2012 11:56:13 +0200] rev 48878
tuned errors;
Tue, 21 Aug 2012 22:26:34 +0200 prefer File.full_path in accordance to check_file;
wenzelm [Tue, 21 Aug 2012 22:26:34 +0200] rev 48877
prefer File.full_path in accordance to check_file;
Tue, 21 Aug 2012 21:48:32 +0200 more standard Thy_Load.check_thy for Pure.thy, relying on its header;
wenzelm [Tue, 21 Aug 2012 21:48:32 +0200] rev 48876
more standard Thy_Load.check_thy for Pure.thy, relying on its header; pass uses and keywords from Thy_Load.check_thy to Thy_Info.load_thy; clarified 'ML_file' wrt. Thy_Load.require/provide, which is also relevant for Thy_Load.all_current;
Tue, 21 Aug 2012 21:25:45 +0200 updated Thy_Load.check_thy;
wenzelm [Tue, 21 Aug 2012 21:25:45 +0200] rev 48875
updated Thy_Load.check_thy;
Tue, 21 Aug 2012 20:32:33 +0200 refined Thy_Load.check_thy: find more uses in body text, based on keywords;
wenzelm [Tue, 21 Aug 2012 20:32:33 +0200] rev 48874
refined Thy_Load.check_thy: find more uses in body text, based on keywords; refined Thy_Info.require_thy(s): cumulate additional keywords; slightly more value-oriented type Keywords.keywords;
Tue, 21 Aug 2012 16:56:18 +0200 more direct cumulation of (sparse) keywords;
wenzelm [Tue, 21 Aug 2012 16:56:18 +0200] rev 48873
more direct cumulation of (sparse) keywords; discontinued slightly odd patching of Pure keywords; tuned signature;
Tue, 21 Aug 2012 14:54:29 +0200 some support for thy_load_commands;
wenzelm [Tue, 21 Aug 2012 14:54:29 +0200] rev 48872
some support for thy_load_commands; clarified signatures;
Tue, 21 Aug 2012 13:29:34 +0200 tuned signature;
wenzelm [Tue, 21 Aug 2012 13:29:34 +0200] rev 48871
tuned signature;
Tue, 21 Aug 2012 12:15:25 +0200 clarified initialization of Thy_Load, Thy_Info, Session;
wenzelm [Tue, 21 Aug 2012 12:15:25 +0200] rev 48870
clarified initialization of Thy_Load, Thy_Info, Session;
Tue, 21 Aug 2012 11:00:54 +0200 tuned;
wenzelm [Tue, 21 Aug 2012 11:00:54 +0200] rev 48869
tuned;
Mon, 20 Aug 2012 21:52:31 +0200 more robust cleaning of "% tag" and "-- cmt";
wenzelm [Mon, 20 Aug 2012 21:52:31 +0200] rev 48868
more robust cleaning of "% tag" and "-- cmt";
Mon, 20 Aug 2012 17:05:53 +0200 some support for inlining file content into outer syntax token language;
wenzelm [Mon, 20 Aug 2012 17:05:53 +0200] rev 48867
some support for inlining file content into outer syntax token language;
Mon, 20 Aug 2012 15:43:10 +0200 tuned comment;
wenzelm [Mon, 20 Aug 2012 15:43:10 +0200] rev 48866
tuned comment;
Mon, 20 Aug 2012 14:23:20 +0200 tuned;
wenzelm [Mon, 20 Aug 2012 14:23:20 +0200] rev 48865
tuned;
Mon, 20 Aug 2012 14:09:09 +0200 added keyword kind "thy_load" (with optional list of file extensions);
wenzelm [Mon, 20 Aug 2012 14:09:09 +0200] rev 48864
added keyword kind "thy_load" (with optional list of file extensions);
Mon, 20 Aug 2012 13:58:06 +0200 updated generated files;
wenzelm [Mon, 20 Aug 2012 13:58:06 +0200] rev 48863
updated generated files;
Mon, 20 Aug 2012 13:39:41 +0200 more strict syntax, according to manual;
wenzelm [Mon, 20 Aug 2012 13:39:41 +0200] rev 48862
more strict syntax, according to manual;
Mon, 20 Aug 2012 08:40:18 +0200 abstracted lemma
nipkow [Mon, 20 Aug 2012 08:40:18 +0200] rev 48861
abstracted lemma
Sun, 19 Aug 2012 19:31:45 +0200 retain unknown options within preferences;
wenzelm [Sun, 19 Aug 2012 19:31:45 +0200] rev 48860
retain unknown options within preferences; tuned print;
Sun, 19 Aug 2012 18:01:25 +0200 more comprehensible platform family name;
wenzelm [Sun, 19 Aug 2012 18:01:25 +0200] rev 48859
more comprehensible platform family name;
Sun, 19 Aug 2012 17:51:41 +0200 tuned message;
wenzelm [Sun, 19 Aug 2012 17:51:41 +0200] rev 48858
tuned message;
Sun, 19 Aug 2012 17:33:00 +0200 fewer components, more roots;
wenzelm [Sun, 19 Aug 2012 17:33:00 +0200] rev 48857
fewer components, more roots;
Sun, 19 Aug 2012 17:21:34 +0200 actually remove makeall (cf. 292b97e17fb7);
wenzelm [Sun, 19 Aug 2012 17:21:34 +0200] rev 48856
actually remove makeall (cf. 292b97e17fb7);
Fri, 17 Aug 2012 21:16:13 +0200 tuned;
wenzelm [Fri, 17 Aug 2012 21:16:13 +0200] rev 48855
tuned;
Fri, 17 Aug 2012 21:15:36 +0200 Backed out changeset ec82c33c75f8;
wenzelm [Fri, 17 Aug 2012 21:15:36 +0200] rev 48854
Backed out changeset ec82c33c75f8;
Fri, 17 Aug 2012 20:31:12 +0200 Typo fixed.
webertj [Fri, 17 Aug 2012 20:31:12 +0200] rev 48853
Typo fixed.
Fri, 17 Aug 2012 19:11:51 +0200 merged
wenzelm [Fri, 17 Aug 2012 19:11:51 +0200] rev 48852
merged
Fri, 17 Aug 2012 11:32:20 +0200 merged
nipkow [Fri, 17 Aug 2012 11:32:20 +0200] rev 48851
merged
Fri, 17 Aug 2012 08:56:08 +0200 fixed lemmas
nipkow [Fri, 17 Aug 2012 08:56:08 +0200] rev 48850
fixed lemmas
Thu, 16 Aug 2012 15:08:42 +0200 abstracted lemmas
nipkow [Thu, 16 Aug 2012 15:08:42 +0200] rev 48849
abstracted lemmas
Fri, 17 Aug 2012 19:08:55 +0200 updated to new init_components, hoping that mira can digest that;
wenzelm [Fri, 17 Aug 2012 19:08:55 +0200] rev 48848
updated to new init_components, hoping that mira can digest that;
Fri, 17 Aug 2012 19:07:14 +0200 some explanations on component categories;
wenzelm [Fri, 17 Aug 2012 19:07:14 +0200] rev 48847
some explanations on component categories;
Fri, 17 Aug 2012 18:04:49 +0200 specific cygwin components;
wenzelm [Fri, 17 Aug 2012 18:04:49 +0200] rev 48846
specific cygwin components;
Fri, 17 Aug 2012 17:37:27 +0200 obsolete;
wenzelm [Fri, 17 Aug 2012 17:37:27 +0200] rev 48845
obsolete;
Fri, 17 Aug 2012 17:35:07 +0200 some explanations on isabelle components;
wenzelm [Fri, 17 Aug 2012 17:35:07 +0200] rev 48844
some explanations on isabelle components;
Fri, 17 Aug 2012 17:52:10 +0200 some grouping of components;
wenzelm [Fri, 17 Aug 2012 17:52:10 +0200] rev 48843
some grouping of components;
Fri, 17 Aug 2012 17:48:26 +0200 renamed components to components_old, to make room for some directory of the same name;
wenzelm [Fri, 17 Aug 2012 17:48:26 +0200] rev 48842
renamed components to components_old, to make room for some directory of the same name;
Fri, 17 Aug 2012 15:05:57 +0200 minor robustification;
wenzelm [Fri, 17 Aug 2012 15:05:57 +0200] rev 48841
minor robustification;
Fri, 17 Aug 2012 14:56:37 +0200 added "isabelle components" tool;
wenzelm [Fri, 17 Aug 2012 14:56:37 +0200] rev 48840
added "isabelle components" tool;
Fri, 17 Aug 2012 14:55:46 +0200 tuned;
wenzelm [Fri, 17 Aug 2012 14:55:46 +0200] rev 48839
tuned;
Fri, 17 Aug 2012 12:14:58 +0200 direct support for component forests via init_components;
wenzelm [Fri, 17 Aug 2012 12:14:58 +0200] rev 48838
direct support for component forests via init_components; explicit ISABELLE_COMPONENTS_MISSING;
Fri, 17 Aug 2012 11:42:05 +0200 allow to provide external ISABELLE_IDENTIFIER for repository clone -- potentially relevant for isatest and mira;
wenzelm [Fri, 17 Aug 2012 11:42:05 +0200] rev 48837
allow to provide external ISABELLE_IDENTIFIER for repository clone -- potentially relevant for isatest and mira; clarified spaces in file names -- ISABELLE_HOME is non-critical after abolishment of "make";
Fri, 17 Aug 2012 11:37:14 +0200 tuned;
wenzelm [Fri, 17 Aug 2012 11:37:14 +0200] rev 48836
tuned;
Fri, 17 Aug 2012 11:23:57 +0200 tuned;
wenzelm [Fri, 17 Aug 2012 11:23:57 +0200] rev 48835
tuned;
Fri, 17 Aug 2012 11:20:18 +0200 updated component repository;
wenzelm [Fri, 17 Aug 2012 11:20:18 +0200] rev 48834
updated component repository;
Fri, 17 Aug 2012 11:18:26 +0200 updates on 32 bit vs. 64 bit platforms;
wenzelm [Fri, 17 Aug 2012 11:18:26 +0200] rev 48833
updates on 32 bit vs. 64 bit platforms; added Mountain Lion; dropped Leopard; tuned;
Fri, 17 Aug 2012 10:46:42 +0200 updated to jedit_build-20120813, pointing to another contrib directory as a change;
wenzelm [Fri, 17 Aug 2012 10:46:42 +0200] rev 48832
updated to jedit_build-20120813, pointing to another contrib directory as a change;
Thu, 16 Aug 2012 17:19:48 +0200 merged
wenzelm [Thu, 16 Aug 2012 17:19:48 +0200] rev 48831
merged
Thu, 16 Aug 2012 17:16:20 +0200 tuned proofs;
wenzelm [Thu, 16 Aug 2012 17:16:20 +0200] rev 48830
tuned proofs;
Thu, 16 Aug 2012 15:41:36 +0200 look in current directory first before looking up includes in the TPTP directory, as required by Geoff
blanchet [Thu, 16 Aug 2012 15:41:36 +0200] rev 48829
look in current directory first before looking up includes in the TPTP directory, as required by Geoff
Thu, 16 Aug 2012 14:07:32 +0200 prefer eta-expanded code equations for fold, to accomodate tail recursion optimisation in Scala
haftmann [Thu, 16 Aug 2012 14:07:32 +0200] rev 48828
prefer eta-expanded code equations for fold, to accomodate tail recursion optimisation in Scala
Thu, 16 Aug 2012 15:40:26 +0200 more robust multi-platform support;
wenzelm [Thu, 16 Aug 2012 15:40:26 +0200] rev 48827
more robust multi-platform support;
Thu, 16 Aug 2012 14:25:58 +0200 updated to jdk-7u6 and jedit_build-20120813 -- NB: plain Isabelle/Scala still happens to work with jdk-6;
wenzelm [Thu, 16 Aug 2012 14:25:58 +0200] rev 48826
updated to jdk-7u6 and jedit_build-20120813 -- NB: plain Isabelle/Scala still happens to work with jdk-6;
Thu, 16 Aug 2012 14:05:50 +0200 support for jdk-7u6 component;
wenzelm [Thu, 16 Aug 2012 14:05:50 +0200] rev 48825
support for jdk-7u6 component;
Wed, 15 Aug 2012 23:06:17 +0200 Clarification: free variables allowed in interpreted locale instances.
ballarin [Wed, 15 Aug 2012 23:06:17 +0200] rev 48824
Clarification: free variables allowed in interpreted locale instances.
Wed, 15 Aug 2012 15:10:42 +0200 merged
nipkow [Wed, 15 Aug 2012 15:10:42 +0200] rev 48823
merged
Wed, 15 Aug 2012 14:26:42 +0200 fixed proof
nipkow [Wed, 15 Aug 2012 14:26:42 +0200] rev 48822
fixed proof
Wed, 15 Aug 2012 14:00:12 +0200 abstracted lemmas
nipkow [Wed, 15 Aug 2012 14:00:12 +0200] rev 48821
abstracted lemmas
Wed, 15 Aug 2012 12:56:54 +0200 Backed out changeset 6cf7a9d8bbaf
nipkow [Wed, 15 Aug 2012 12:56:54 +0200] rev 48820
Backed out changeset 6cf7a9d8bbaf
Wed, 15 Aug 2012 12:18:30 +0200 abstracted lemmas
nipkow [Wed, 15 Aug 2012 12:18:30 +0200] rev 48819
abstracted lemmas
Wed, 15 Aug 2012 13:43:49 +0200 merged
webertj [Wed, 15 Aug 2012 13:43:49 +0200] rev 48818
merged
Wed, 15 Aug 2012 13:43:42 +0200 Turned into Admin tool download_components.
webertj [Wed, 15 Aug 2012 13:43:42 +0200] rev 48817
Turned into Admin tool download_components.
Wed, 15 Aug 2012 13:07:24 +0200 tuned;
wenzelm [Wed, 15 Aug 2012 13:07:24 +0200] rev 48816
tuned;
Wed, 15 Aug 2012 12:54:25 +0200 tuned;
wenzelm [Wed, 15 Aug 2012 12:54:25 +0200] rev 48815
tuned;
Wed, 15 Aug 2012 12:36:38 +0200 some updates of "Presenting theories", using mkroot/build instead of former mkdir/make/usedir (which are still present in "Misc");
wenzelm [Wed, 15 Aug 2012 12:36:38 +0200] rev 48814
some updates of "Presenting theories", using mkroot/build instead of former mkdir/make/usedir (which are still present in "Misc");
Wed, 15 Aug 2012 11:41:27 +0200 tuned;
wenzelm [Wed, 15 Aug 2012 11:41:27 +0200] rev 48813
tuned;
Wed, 15 Aug 2012 11:04:56 +0200 fixed handling of "int" in the wake of its port to the quotient package
blanchet [Wed, 15 Aug 2012 11:04:56 +0200] rev 48812
fixed handling of "int" in the wake of its port to the quotient package
Wed, 15 Aug 2012 11:04:55 +0200 removed dead code
blanchet [Wed, 15 Aug 2012 11:04:55 +0200] rev 48811
removed dead code
Wed, 15 Aug 2012 01:17:26 +0200 merged
webertj [Wed, 15 Aug 2012 01:17:26 +0200] rev 48810
merged
Wed, 15 Aug 2012 01:17:18 +0200 Added various options, notably -c to download components listed in Admin/components. Also, curl instead of wget.
webertj [Wed, 15 Aug 2012 01:17:18 +0200] rev 48809
Added various options, notably -c to download components listed in Admin/components. Also, curl instead of wget.
Tue, 14 Aug 2012 21:58:00 +0200 ignore some administrative files on newer Mercurial versions as well;
wenzelm [Tue, 14 Aug 2012 21:58:00 +0200] rev 48808
ignore some administrative files on newer Mercurial versions as well;
Tue, 14 Aug 2012 20:50:50 +0200 some support for persistent user preferences;
wenzelm [Tue, 14 Aug 2012 20:50:50 +0200] rev 48807
some support for persistent user preferences;
Tue, 14 Aug 2012 16:18:15 +0200 merged
wenzelm [Tue, 14 Aug 2012 16:18:15 +0200] rev 48806
merged
Tue, 14 Aug 2012 15:42:58 +0200 explicit document_output directory, without implicit purge of default in ISABELLE_BROWSER_INFO;
wenzelm [Tue, 14 Aug 2012 15:42:58 +0200] rev 48805
explicit document_output directory, without implicit purge of default in ISABELLE_BROWSER_INFO;
Tue, 14 Aug 2012 13:40:49 +0200 more direct interpretation of document_variants for build (unchanged for usedir);
wenzelm [Tue, 14 Aug 2012 13:40:49 +0200] rev 48804
more direct interpretation of document_variants for build (unchanged for usedir);
Tue, 14 Aug 2012 16:09:45 +0200 tone down "z3_tptp", now that Z3 (starting with 4.1) no longer supports TPTP TFF0
blanchet [Tue, 14 Aug 2012 16:09:45 +0200] rev 48803
tone down "z3_tptp", now that Z3 (starting with 4.1) no longer supports TPTP TFF0
Tue, 14 Aug 2012 15:26:45 +0200 fixed then-else confusion
blanchet [Tue, 14 Aug 2012 15:26:45 +0200] rev 48802
fixed then-else confusion
Tue, 14 Aug 2012 15:23:28 +0200 tweak Vampire setup in the light of new evaluation
blanchet [Tue, 14 Aug 2012 15:23:28 +0200] rev 48801
tweak Vampire setup in the light of new evaluation
Tue, 14 Aug 2012 15:18:11 +0200 improved set of reconstructor methods
blanchet [Tue, 14 Aug 2012 15:18:11 +0200] rev 48800
improved set of reconstructor methods
Tue, 14 Aug 2012 14:07:53 +0200 warn users about unused "using" facts
blanchet [Tue, 14 Aug 2012 14:07:53 +0200] rev 48799
warn users about unused "using" facts
Tue, 14 Aug 2012 13:20:59 +0200 be less aggressive at kicking out chained facts
blanchet [Tue, 14 Aug 2012 13:20:59 +0200] rev 48798
be less aggressive at kicking out chained facts
Tue, 14 Aug 2012 12:54:26 +0200 recognize bus errors as crash
blanchet [Tue, 14 Aug 2012 12:54:26 +0200] rev 48797
recognize bus errors as crash
Tue, 14 Aug 2012 12:49:42 +0200 consider removing chained facts last, so that they're more likely to be kept
blanchet [Tue, 14 Aug 2012 12:49:42 +0200] rev 48796
consider removing chained facts last, so that they're more likely to be kept
Tue, 14 Aug 2012 13:01:09 +0200 clarified format of etc/options: only declarations, not re-definitions;
wenzelm [Tue, 14 Aug 2012 13:01:09 +0200] rev 48795
clarified format of etc/options: only declarations, not re-definitions;
Tue, 14 Aug 2012 12:26:02 +0200 check_errors for cumulative session content;
wenzelm [Tue, 14 Aug 2012 12:26:02 +0200] rev 48794
check_errors for cumulative session content;
Tue, 14 Aug 2012 12:21:32 +0200 even more defensive path expansion (see also 8d381fdef898);
wenzelm [Tue, 14 Aug 2012 12:21:32 +0200] rev 48793
even more defensive path expansion (see also 8d381fdef898);
Tue, 14 Aug 2012 11:43:08 +0200 support for 'typ' with explicit sort constraint;
wenzelm [Tue, 14 Aug 2012 11:43:08 +0200] rev 48792
support for 'typ' with explicit sort constraint;
Tue, 14 Aug 2012 11:37:58 +0200 added jedit option -d;
wenzelm [Tue, 14 Aug 2012 11:37:58 +0200] rev 48791
added jedit option -d;
Tue, 14 Aug 2012 10:44:03 +0200 always retain doc-src (as regular component);
wenzelm [Tue, 14 Aug 2012 10:44:03 +0200] rev 48790
always retain doc-src (as regular component);
Mon, 13 Aug 2012 20:31:24 +0200 merged
wenzelm [Mon, 13 Aug 2012 20:31:24 +0200] rev 48789
merged
Mon, 13 Aug 2012 20:01:30 +0200 Calling isabelle with proper (relative) path, no longer relying on $PATH.
webertj [Mon, 13 Aug 2012 20:01:30 +0200] rev 48788
Calling isabelle with proper (relative) path, no longer relying on $PATH.
Mon, 13 Aug 2012 19:51:48 +0200 fewer workarounds for MacOS to increase chances that COMMAND ("META") key works with Java 1.7 from Oracle;
wenzelm [Mon, 13 Aug 2012 19:51:48 +0200] rev 48787
fewer workarounds for MacOS to increase chances that COMMAND ("META") key works with Java 1.7 from Oracle;
Mon, 13 Aug 2012 19:36:34 +0200 updated to jedit-4.5.2 (still unchanged);
wenzelm [Mon, 13 Aug 2012 19:36:34 +0200] rev 48786
updated to jedit-4.5.2 (still unchanged);
Sun, 12 Aug 2012 23:13:43 +0200 restored ISABELLE_OUTPUT etc -- still relevant at least for mira.py itself
krauss [Sun, 12 Aug 2012 23:13:43 +0200] rev 48785
restored ISABELLE_OUTPUT etc -- still relevant at least for mira.py itself
Sun, 12 Aug 2012 22:39:28 +0200 tuned;
wenzelm [Sun, 12 Aug 2012 22:39:28 +0200] rev 48784
tuned;
Sun, 12 Aug 2012 21:48:58 +0200 fixed mira.py (cf. fd50596bf78b)
krauss [Sun, 12 Aug 2012 21:48:58 +0200] rev 48783
fixed mira.py (cf. fd50596bf78b)
Sun, 12 Aug 2012 20:45:34 +0200 more direct embedding of abstract thm values into the ML environment -- avoidance of repeated ML_Thms.the_thm(s) considerably reduces compilation time for Poly/ML 5.4.x;
wenzelm [Sun, 12 Aug 2012 20:45:34 +0200] rev 48782
more direct embedding of abstract thm values into the ML environment -- avoidance of repeated ML_Thms.the_thm(s) considerably reduces compilation time for Poly/ML 5.4.x;
Sun, 12 Aug 2012 19:09:55 +0200 more static antiquotations;
wenzelm [Sun, 12 Aug 2012 19:09:55 +0200] rev 48781
more static antiquotations;
Sun, 12 Aug 2012 19:08:27 +0200 always show some timing information, to reduce the need for explicit -v;
wenzelm [Sun, 12 Aug 2012 19:08:27 +0200] rev 48780
always show some timing information, to reduce the need for explicit -v;
Sun, 12 Aug 2012 17:39:06 +0200 some information for central Isabelle repository configuration;
wenzelm [Sun, 12 Aug 2012 17:39:06 +0200] rev 48779
some information for central Isabelle repository configuration;
Sun, 12 Aug 2012 01:25:43 +0200 reduced settings patching
krauss [Sun, 12 Aug 2012 01:25:43 +0200] rev 48778
reduced settings patching
Sun, 12 Aug 2012 00:16:04 +0200 removed obsolete configuration AFP_images
krauss [Sun, 12 Aug 2012 00:16:04 +0200] rev 48777
removed obsolete configuration AFP_images
Sat, 11 Aug 2012 22:17:46 +0200 faster compilation of ML with antiquotations: static ML_context is bound once in auxiliary structure Isabelle;
wenzelm [Sat, 11 Aug 2012 22:17:46 +0200] rev 48776
faster compilation of ML with antiquotations: static ML_context is bound once in auxiliary structure Isabelle;
Sat, 11 Aug 2012 21:32:46 +0200 simplified symbol matching;
wenzelm [Sat, 11 Aug 2012 21:32:46 +0200] rev 48775
simplified symbol matching;
Sat, 11 Aug 2012 21:10:36 +0200 further clarification of malformed symbols;
wenzelm [Sat, 11 Aug 2012 21:10:36 +0200] rev 48774
further clarification of malformed symbols;
Sat, 11 Aug 2012 20:54:06 +0200 more liberal scanning of potentially malformed symbols;
wenzelm [Sat, 11 Aug 2012 20:54:06 +0200] rev 48773
more liberal scanning of potentially malformed symbols;
Sat, 11 Aug 2012 19:34:36 +0200 vacuous execution after first malformed command;
wenzelm [Sat, 11 Aug 2012 19:34:36 +0200] rev 48772
vacuous execution after first malformed command;
Sat, 11 Aug 2012 18:05:41 +0200 clarified Command.range vs. Command.proper_range according to Scala version, which is potentially relevant for command status markup;
wenzelm [Sat, 11 Aug 2012 18:05:41 +0200] rev 48771
clarified Command.range vs. Command.proper_range according to Scala version, which is potentially relevant for command status markup;
Sat, 11 Aug 2012 17:43:00 +0200 tuned markup;
wenzelm [Sat, 11 Aug 2012 17:43:00 +0200] rev 48770
tuned markup;
Sat, 11 Aug 2012 17:40:33 +0200 tuned message;
wenzelm [Sat, 11 Aug 2012 17:40:33 +0200] rev 48769
tuned message;
Sat, 11 Aug 2012 17:24:21 +0200 clarified "bad" markup: proper body text, invent missing serial on Scala side (counting backwards);
wenzelm [Sat, 11 Aug 2012 17:24:21 +0200] rev 48768
clarified "bad" markup: proper body text, invent missing serial on Scala side (counting backwards);
Sat, 11 Aug 2012 17:23:09 +0200 reports with body text, not just markup;
wenzelm [Sat, 11 Aug 2012 17:23:09 +0200] rev 48767
reports with body text, not just markup;
Sat, 11 Aug 2012 15:54:18 +0200 fixed "double rev" bug that arose in situations where a % comment arose on the last line of a file without \n at the end
blanchet [Sat, 11 Aug 2012 15:54:18 +0200] rev 48766
fixed "double rev" bug that arose in situations where a % comment arose on the last line of a file without \n at the end
Sat, 11 Aug 2012 11:31:05 +0200 special code with lists no longer necessary, use sets
nipkow [Sat, 11 Aug 2012 11:31:05 +0200] rev 48765
special code with lists no longer necessary, use sets
Fri, 10 Aug 2012 22:25:45 +0200 proper error prefixes;
wenzelm [Fri, 10 Aug 2012 22:25:45 +0200] rev 48764
proper error prefixes;
Fri, 10 Aug 2012 21:53:20 +0200 more precise recover_quoted, recover_verbatim, recover_comment (cf. ML version) -- NB: context parsers expect explicit termination;
wenzelm [Fri, 10 Aug 2012 21:53:20 +0200] rev 48763
more precise recover_quoted, recover_verbatim, recover_comment (cf. ML version) -- NB: context parsers expect explicit termination;
Fri, 10 Aug 2012 21:22:40 +0200 tuned message;
wenzelm [Fri, 10 Aug 2012 21:22:40 +0200] rev 48762
tuned message;
Fri, 10 Aug 2012 20:53:16 +0200 clarified Linear_Set.next/prev: check definedness;
wenzelm [Fri, 10 Aug 2012 20:53:16 +0200] rev 48761
clarified Linear_Set.next/prev: check definedness;
Fri, 10 Aug 2012 18:03:46 +0200 merged
nipkow [Fri, 10 Aug 2012 18:03:46 +0200] rev 48760
merged
Fri, 10 Aug 2012 17:17:05 +0200 Improved complete lattice formalisation - no more index set.
nipkow [Fri, 10 Aug 2012 17:17:05 +0200] rev 48759
Improved complete lattice formalisation - no more index set.
Fri, 10 Aug 2012 16:29:40 +0200 merged
wenzelm [Fri, 10 Aug 2012 16:29:40 +0200] rev 48758
merged
Fri, 10 Aug 2012 16:19:51 +0200 tuned proofs;
wenzelm [Fri, 10 Aug 2012 16:19:51 +0200] rev 48757
tuned proofs;
Fri, 10 Aug 2012 15:57:22 +0200 sneak message into "bad" markup as property -- to be displayed after YXML parsing;
wenzelm [Fri, 10 Aug 2012 15:57:22 +0200] rev 48756
sneak message into "bad" markup as property -- to be displayed after YXML parsing;
Fri, 10 Aug 2012 15:14:45 +0200 apply all text edits to each node, before determining the resulting doc_edits -- allow several iterations to consolidate spans etc.;
wenzelm [Fri, 10 Aug 2012 15:14:45 +0200] rev 48755
apply all text edits to each node, before determining the resulting doc_edits -- allow several iterations to consolidate spans etc.; expand Clear edit before sending to prover; at most one full reparse of each node;
Fri, 10 Aug 2012 13:33:07 +0200 clarified undefined, unparsed, unfinished command spans;
wenzelm [Fri, 10 Aug 2012 13:33:07 +0200] rev 48754
clarified undefined, unparsed, unfinished command spans; common reparse_spans, diff_commands; some support for consolidate_spans after change of perspective;
Fri, 10 Aug 2012 13:15:00 +0200 tuned;
wenzelm [Fri, 10 Aug 2012 13:15:00 +0200] rev 48753
tuned;
Fri, 10 Aug 2012 10:23:54 +0200 discontinued mostly unused markup for command spans;
wenzelm [Fri, 10 Aug 2012 10:23:54 +0200] rev 48752
discontinued mostly unused markup for command spans;
Fri, 10 Aug 2012 10:18:07 +0200 more visible markup of malformed input as "bad";
wenzelm [Fri, 10 Aug 2012 10:18:07 +0200] rev 48751
more visible markup of malformed input as "bad";
Fri, 10 Aug 2012 13:33:54 +0200 tuned proofs
blanchet [Fri, 10 Aug 2012 13:33:54 +0200] rev 48750
tuned proofs
Thu, 09 Aug 2012 22:31:04 +0200 some attempts to keep malformed syntax errors focussed, without too much red spilled onto the document view;
wenzelm [Thu, 09 Aug 2012 22:31:04 +0200] rev 48749
some attempts to keep malformed syntax errors focussed, without too much red spilled onto the document view;
Thu, 09 Aug 2012 21:09:24 +0200 refined recover_spans: take visible range into account, reparse and trim results -- to improve editing experience wrt. unbalanced quotations etc.;
wenzelm [Thu, 09 Aug 2012 21:09:24 +0200] rev 48748
refined recover_spans: take visible range into account, reparse and trim results -- to improve editing experience wrt. unbalanced quotations etc.; tuned signature;
Thu, 09 Aug 2012 19:51:29 +0200 tuned signature;
wenzelm [Thu, 09 Aug 2012 19:51:29 +0200] rev 48747
tuned signature;
Thu, 09 Aug 2012 19:37:42 +0200 more direct Linear_Set.reverse, swapping orientation of the graph;
wenzelm [Thu, 09 Aug 2012 19:37:42 +0200] rev 48746
more direct Linear_Set.reverse, swapping orientation of the graph; tuned;
Thu, 09 Aug 2012 17:13:46 +0200 tuned signature;
wenzelm [Thu, 09 Aug 2012 17:13:46 +0200] rev 48745
tuned signature;
Thu, 09 Aug 2012 14:56:06 +0200 tuned;
wenzelm [Thu, 09 Aug 2012 14:56:06 +0200] rev 48744
tuned;
Thu, 09 Aug 2012 14:37:43 +0200 refined recovery of scan errors: longest prefix of delimited token after failure, otherwise just one symbol;
wenzelm [Thu, 09 Aug 2012 14:37:43 +0200] rev 48743
refined recovery of scan errors: longest prefix of delimited token after failure, otherwise just one symbol;
Thu, 09 Aug 2012 14:09:36 +0200 explicit FIXME;
wenzelm [Thu, 09 Aug 2012 14:09:36 +0200] rev 48742
explicit FIXME;
Thu, 09 Aug 2012 12:39:05 +0200 tuned signature;
wenzelm [Thu, 09 Aug 2012 12:39:05 +0200] rev 48741
tuned signature;
Wed, 08 Aug 2012 22:14:39 +0200 corrected header
haftmann [Wed, 08 Aug 2012 22:14:39 +0200] rev 48740
corrected header
Wed, 08 Aug 2012 20:35:34 +0200 refined isabelle mkroot;
wenzelm [Wed, 08 Aug 2012 20:35:34 +0200] rev 48739
refined isabelle mkroot; allow empty 'theories' to facilitate generated templates;
Wed, 08 Aug 2012 17:49:56 +0200 simplified session specifications: names are taken verbatim and current directory is default;
wenzelm [Wed, 08 Aug 2012 17:49:56 +0200] rev 48738
simplified session specifications: names are taken verbatim and current directory is default;
Wed, 08 Aug 2012 15:58:40 +0200 added build option -D: include session directory and select its sessions;
wenzelm [Wed, 08 Aug 2012 15:58:40 +0200] rev 48737
added build option -D: include session directory and select its sessions;
Wed, 08 Aug 2012 14:45:40 +0200 discontinued obsolete "isabelle makeall";
wenzelm [Wed, 08 Aug 2012 14:45:40 +0200] rev 48736
discontinued obsolete "isabelle makeall";
Fri, 27 Jul 2012 20:54:01 +0200 even more permissive approximation of master_dir, which is only required to access external resources ('uses' etc.);
wenzelm [Fri, 27 Jul 2012 20:54:01 +0200] rev 48735
even more permissive approximation of master_dir, which is only required to access external resources ('uses' etc.);
Wed, 08 Aug 2012 14:30:27 +0200 back to implicit commit via isabelle-process -- save image only once (cf. 181b91e1d1c1);
wenzelm [Wed, 08 Aug 2012 14:30:27 +0200] rev 48734
back to implicit commit via isabelle-process -- save image only once (cf. 181b91e1d1c1);
Wed, 08 Aug 2012 12:51:20 +0200 proper axiomatization of "mem" -- do not leave it formally unspecified;
wenzelm [Wed, 08 Aug 2012 12:51:20 +0200] rev 48733
proper axiomatization of "mem" -- do not leave it formally unspecified;
Wed, 08 Aug 2012 12:38:41 +0200 simplified Pure bootstrap -- separate pure_setup.ML was required for Alice/ML at some point;
wenzelm [Wed, 08 Aug 2012 12:38:41 +0200] rev 48732
simplified Pure bootstrap -- separate pure_setup.ML was required for Alice/ML at some point;
Wed, 08 Aug 2012 12:33:40 +0200 more casual exit back to ML toplevel, to accomodate commit in SML/NJ which continues at the saved point;
wenzelm [Wed, 08 Aug 2012 12:33:40 +0200] rev 48731
more casual exit back to ML toplevel, to accomodate commit in SML/NJ which continues at the saved point;
Wed, 08 Aug 2012 12:13:34 +0200 obsolete;
wenzelm [Wed, 08 Aug 2012 12:13:34 +0200] rev 48730
obsolete;
Wed, 08 Aug 2012 12:10:22 +0200 eliminated obsolete ISABELLE_USEDIR_OPTIONS;
wenzelm [Wed, 08 Aug 2012 12:10:22 +0200] rev 48729
eliminated obsolete ISABELLE_USEDIR_OPTIONS;
Wed, 08 Aug 2012 11:53:14 +0200 updated ML settings;
wenzelm [Wed, 08 Aug 2012 11:53:14 +0200] rev 48728
updated ML settings;
Wed, 08 Aug 2012 11:21:09 +0200 add legacy target for HOL-Probability, needed by AFP/Markov_Models
hoelzl [Wed, 08 Aug 2012 11:21:09 +0200] rev 48727
add legacy target for HOL-Probability, needed by AFP/Markov_Models
Wed, 08 Aug 2012 11:02:38 +0200 proper isabelle update_keywords tool;
wenzelm [Wed, 08 Aug 2012 11:02:38 +0200] rev 48726
proper isabelle update_keywords tool;
Wed, 08 Aug 2012 10:56:37 +0200 configure Admin as component, with its own lib/Tools;
wenzelm [Wed, 08 Aug 2012 10:56:37 +0200] rev 48725
configure Admin as component, with its own lib/Tools;
Wed, 08 Aug 2012 10:40:52 +0200 SOMEthing went utterly wrong in 5b51ccdc8623;
wenzelm [Wed, 08 Aug 2012 10:40:52 +0200] rev 48724
SOMEthing went utterly wrong in 5b51ccdc8623;
Wed, 08 Aug 2012 00:22:06 +0200 more legacy targets;
wenzelm [Wed, 08 Aug 2012 00:22:06 +0200] rev 48723
more legacy targets;
Tue, 07 Aug 2012 23:43:05 +0200 discontinued obsolete IsaMakefile and ROOT.ML files from the Isabelle distribution;
wenzelm [Tue, 07 Aug 2012 23:43:05 +0200] rev 48722
discontinued obsolete IsaMakefile and ROOT.ML files from the Isabelle distribution;
Tue, 07 Aug 2012 23:38:18 +0200 tuned;
wenzelm [Tue, 07 Aug 2012 23:38:18 +0200] rev 48721
tuned;
Tue, 07 Aug 2012 22:54:27 +0200 proper quoting
blanchet [Tue, 07 Aug 2012 22:54:27 +0200] rev 48720
proper quoting
Tue, 07 Aug 2012 22:32:14 +0200 merged
wenzelm [Tue, 07 Aug 2012 22:32:14 +0200] rev 48719
merged
Tue, 07 Aug 2012 22:25:17 +0200 more structural parsing for minor modes;
wenzelm [Tue, 07 Aug 2012 22:25:17 +0200] rev 48718
more structural parsing for minor modes; tuned signatures;
Tue, 07 Aug 2012 21:38:24 +0200 clarified Sidekick configuration, including minor modes;
wenzelm [Tue, 07 Aug 2012 21:38:24 +0200] rev 48717
clarified Sidekick configuration, including minor modes;
Tue, 07 Aug 2012 14:29:18 +0200 stop distinguishing between complete and incomplete slices, since this is very fragile and has hardly any useful semantics to users
blanchet [Tue, 07 Aug 2012 14:29:18 +0200] rev 48716
stop distinguishing between complete and incomplete slices, since this is very fragile and has hardly any useful semantics to users
Tue, 07 Aug 2012 13:03:50 +0200 specify full path to clausifier
blanchet [Tue, 07 Aug 2012 13:03:50 +0200] rev 48715
specify full path to clausifier
Tue, 07 Aug 2012 11:25:01 +0200 documentation
blanchet [Tue, 07 Aug 2012 11:25:01 +0200] rev 48714
documentation
Tue, 07 Aug 2012 20:28:35 +0200 more token markers, based on actual outer syntax;
wenzelm [Tue, 07 Aug 2012 20:28:35 +0200] rev 48713
more token markers, based on actual outer syntax; prefer official Outer_Syntax.init with its completions;
Tue, 07 Aug 2012 19:16:58 +0200 simplified process startup phases: INIT suffices for is_ready;
wenzelm [Tue, 07 Aug 2012 19:16:58 +0200] rev 48712
simplified process startup phases: INIT suffices for is_ready;
Tue, 07 Aug 2012 17:46:30 +0200 need to expand path in order to resolve imports like "~~/src/Tools/Code_Generator";
wenzelm [Tue, 07 Aug 2012 17:46:30 +0200] rev 48711
need to expand path in order to resolve imports like "~~/src/Tools/Code_Generator";
Tue, 07 Aug 2012 17:08:22 +0200 prefer static Build.session_content for loaded theories -- discontinued incremental protocol;
wenzelm [Tue, 07 Aug 2012 17:08:22 +0200] rev 48710
prefer static Build.session_content for loaded theories -- discontinued incremental protocol;
Tue, 07 Aug 2012 16:34:15 +0200 prefer static Build.outer_syntax in Isabelle/Scala session -- discontinued incremental protocol;
wenzelm [Tue, 07 Aug 2012 16:34:15 +0200] rev 48709
prefer static Build.outer_syntax in Isabelle/Scala session -- discontinued incremental protocol; just one cumulative Keyword.status at end of batch session;
Tue, 07 Aug 2012 15:19:08 +0200 permissive outer syntax wrt. symbol recoding;
wenzelm [Tue, 07 Aug 2012 15:19:08 +0200] rev 48708
permissive outer syntax wrt. symbol recoding;
Tue, 07 Aug 2012 15:01:48 +0200 simplified Document.Node.Header -- internalized errors;
wenzelm [Tue, 07 Aug 2012 15:01:48 +0200] rev 48707
simplified Document.Node.Header -- internalized errors;
Tue, 07 Aug 2012 13:21:29 +0200 tuned signature;
wenzelm [Tue, 07 Aug 2012 13:21:29 +0200] rev 48706
tuned signature;
Tue, 07 Aug 2012 12:35:24 +0200 tuned signature -- slightly more abstract text representation of prover process;
wenzelm [Tue, 07 Aug 2012 12:35:24 +0200] rev 48705
tuned signature -- slightly more abstract text representation of prover process;
Tue, 07 Aug 2012 12:10:26 +0200 tuned signature -- make Pretty less dependent on Symbol;
wenzelm [Tue, 07 Aug 2012 12:10:26 +0200] rev 48704
tuned signature -- make Pretty less dependent on Symbol;
Tue, 07 Aug 2012 10:28:04 +0200 extended Mirabelle to support user-provided setup files which contain the configuration for a Mirabelle run (avoids some layers of scripts and reduces the complexity of the overall Mirabelle setup)
boehmes [Tue, 07 Aug 2012 10:28:04 +0200] rev 48703
extended Mirabelle to support user-provided setup files which contain the configuration for a Mirabelle run (avoids some layers of scripts and reduces the complexity of the overall Mirabelle setup)
Tue, 07 Aug 2012 10:28:04 +0200 increase defensive timeout that should typically not kick in thanks to solid time limits in Sledgehammer (otherwise, Mirabelle-based evaluations might be distorted)
boehmes [Tue, 07 Aug 2012 10:28:04 +0200] rev 48702
increase defensive timeout that should typically not kick in thanks to solid time limits in Sledgehammer (otherwise, Mirabelle-based evaluations might be distorted)
Mon, 06 Aug 2012 22:12:17 +0200 documentation
blanchet [Mon, 06 Aug 2012 22:12:17 +0200] rev 48701
documentation
Mon, 06 Aug 2012 22:12:17 +0200 added iProver(-Eq) local
blanchet [Mon, 06 Aug 2012 22:12:17 +0200] rev 48700
added iProver(-Eq) local
Mon, 06 Aug 2012 22:12:17 +0200 optimized saving
blanchet [Mon, 06 Aug 2012 22:12:17 +0200] rev 48699
optimized saving
Mon, 06 Aug 2012 21:11:42 +0200 pass Isabelle/Scala system options into ML process of Isar tty or build jobs;
wenzelm [Mon, 06 Aug 2012 21:11:42 +0200] rev 48698
pass Isabelle/Scala system options into ML process of Isar tty or build jobs;
Mon, 06 Aug 2012 17:54:05 +0200 merged
wenzelm [Mon, 06 Aug 2012 17:54:05 +0200] rev 48697
merged
Mon, 06 Aug 2012 15:02:59 +0100 switching from Emacs.app to Aquamacs.app
paulson [Mon, 06 Aug 2012 15:02:59 +0100] rev 48696
switching from Emacs.app to Aquamacs.app
Mon, 06 Aug 2012 15:01:15 +0100 switching from Emacs.app to Aquamacs.app
paulson [Mon, 06 Aug 2012 15:01:15 +0100] rev 48695
switching from Emacs.app to Aquamacs.app
Mon, 06 Aug 2012 15:12:18 +0200 modify group_cancel simprocs so that they can cancel multiple terms at once
huffman [Mon, 06 Aug 2012 15:12:18 +0200] rev 48694
modify group_cancel simprocs so that they can cancel multiple terms at once
Mon, 06 Aug 2012 16:05:29 +0200 "isabelle options" prints Isabelle system options;
wenzelm [Mon, 06 Aug 2012 16:05:29 +0200] rev 48693
"isabelle options" prints Isabelle system options;
Mon, 06 Aug 2012 14:33:23 +0200 removed leftover from 89cc3dfb383b, hoping that mira digests it;
wenzelm [Mon, 06 Aug 2012 14:33:23 +0200] rev 48692
removed leftover from 89cc3dfb383b, hoping that mira digests it;
Mon, 06 Aug 2012 14:19:56 +0200 discontinued presumably obsolete attempts at doc-src testing (cf. 3b02b0ef8d48, 89cc3dfb383b);
wenzelm [Mon, 06 Aug 2012 14:19:56 +0200] rev 48691
discontinued presumably obsolete attempts at doc-src testing (cf. 3b02b0ef8d48, 89cc3dfb383b);
Mon, 06 Aug 2012 11:59:09 +0200 more precise imitation of old ROOT.ML files;
wenzelm [Mon, 06 Aug 2012 11:59:09 +0200] rev 48690
more precise imitation of old ROOT.ML files;
Sun, 05 Aug 2012 23:37:26 +0200 fixed mira.py (cf. fe611991427a)
krauss [Sun, 05 Aug 2012 23:37:26 +0200] rev 48689
fixed mira.py (cf. fe611991427a)
Sun, 05 Aug 2012 23:32:04 +0200 corrected session name
krauss [Sun, 05 Aug 2012 23:32:04 +0200] rev 48688
corrected session name
Sun, 05 Aug 2012 22:25:16 +0200 removed obsolete mira configurations -- covered by AFP_images
krauss [Sun, 05 Aug 2012 22:25:16 +0200] rev 48687
removed obsolete mira configurations -- covered by AFP_images
Sun, 05 Aug 2012 22:00:59 +0200 modernized mira configurations, making use of isabelle build
krauss [Sun, 05 Aug 2012 22:00:59 +0200] rev 48686
modernized mira configurations, making use of isabelle build
Sun, 05 Aug 2012 15:11:09 +0200 removed mira configurations related to old importer
krauss [Sun, 05 Aug 2012 15:11:09 +0200] rev 48685
removed mira configurations related to old importer
Sun, 05 Aug 2012 21:57:25 +0200 re-introduced ROOTS catalog files (cf. 47330b712f8f) which help to organize AFP or make -d options persistent;
wenzelm [Sun, 05 Aug 2012 21:57:25 +0200] rev 48684
re-introduced ROOTS catalog files (cf. 47330b712f8f) which help to organize AFP or make -d options persistent;
Sun, 05 Aug 2012 20:11:32 +0200 more on isabelle mkroot;
wenzelm [Sun, 05 Aug 2012 20:11:32 +0200] rev 48683
more on isabelle mkroot;
Sun, 05 Aug 2012 16:20:34 +0200 added mkroot: prepare session root directory;
wenzelm [Sun, 05 Aug 2012 16:20:34 +0200] rev 48682
added mkroot: prepare session root directory;
Sun, 05 Aug 2012 13:42:21 +0200 prefer general Command_Line.tool wrapper (cf. Scala version);
wenzelm [Sun, 05 Aug 2012 13:42:21 +0200] rev 48681
prefer general Command_Line.tool wrapper (cf. Scala version);
Sun, 05 Aug 2012 13:23:54 +0200 simplified Session_Tree;
wenzelm [Sun, 05 Aug 2012 13:23:54 +0200] rev 48680
simplified Session_Tree; tuned messages;
Sat, 04 Aug 2012 22:50:56 +0200 some timeouts, which modify the build order;
wenzelm [Sat, 04 Aug 2012 22:50:56 +0200] rev 48679
some timeouts, which modify the build order;
Sat, 04 Aug 2012 22:23:48 +0200 queue ordering by descending outdegree and timeout;
wenzelm [Sat, 04 Aug 2012 22:23:48 +0200] rev 48678
queue ordering by descending outdegree and timeout;
Sat, 04 Aug 2012 21:48:09 +0200 tuned import;
wenzelm [Sat, 04 Aug 2012 21:48:09 +0200] rev 48677
tuned import;
Sat, 04 Aug 2012 21:45:41 +0200 clarified Session_Tree (with proper integrity check) vs. Queue (with provision for alternative ordering);
wenzelm [Sat, 04 Aug 2012 21:45:41 +0200] rev 48676
clarified Session_Tree (with proper integrity check) vs. Queue (with provision for alternative ordering);
Sat, 04 Aug 2012 20:28:35 +0200 clarified Session_Entry vs. Session_Info with related parsing operations;
wenzelm [Sat, 04 Aug 2012 20:28:35 +0200] rev 48675
clarified Session_Entry vs. Session_Info with related parsing operations; more error positions;
Sat, 04 Aug 2012 18:05:14 +0200 simplified class Job;
wenzelm [Sat, 04 Aug 2012 18:05:14 +0200] rev 48674
simplified class Job; tuned message;
Sat, 04 Aug 2012 17:26:30 +0200 let with_timing report overall number of threads;
wenzelm [Sat, 04 Aug 2012 17:26:30 +0200] rev 48673
let with_timing report overall number of threads;
Sat, 04 Aug 2012 17:06:55 +0200 further robustification of interrupts during build;
wenzelm [Sat, 04 Aug 2012 17:06:55 +0200] rev 48672
further robustification of interrupts during build;
Sat, 04 Aug 2012 16:56:42 +0200 refined outer syntax;
wenzelm [Sat, 04 Aug 2012 16:56:42 +0200] rev 48671
refined outer syntax;
Fri, 03 Aug 2012 19:08:15 +0200 prefer calligrapic \<RR> \<II> over \<Re> \<Im> for "screen" display (NB: official unicode defines only one version of these glyphs, unlike TeX);
wenzelm [Fri, 03 Aug 2012 19:08:15 +0200] rev 48670
prefer calligrapic \<RR> \<II> over \<Re> \<Im> for "screen" display (NB: official unicode defines only one version of these glyphs, unlike TeX);
Fri, 03 Aug 2012 17:56:35 +0200 remember ATP flops to avoid repeating them too quickly
blanchet [Fri, 03 Aug 2012 17:56:35 +0200] rev 48669
remember ATP flops to avoid repeating them too quickly
Fri, 03 Aug 2012 17:56:35 +0200 remember which MaSh proofs were found using ATPs
blanchet [Fri, 03 Aug 2012 17:56:35 +0200] rev 48668
remember which MaSh proofs were found using ATPs
Fri, 03 Aug 2012 17:56:35 +0200 rule out same "technical" theories for MePo as for MaSh
blanchet [Fri, 03 Aug 2012 17:56:35 +0200] rev 48667
rule out same "technical" theories for MePo as for MaSh
Fri, 03 Aug 2012 17:56:35 +0200 don't generate queries for empty dependencies
blanchet [Fri, 03 Aug 2012 17:56:35 +0200] rev 48666
don't generate queries for empty dependencies
Fri, 03 Aug 2012 17:56:35 +0200 crank up max number of dependencies
blanchet [Fri, 03 Aug 2012 17:56:35 +0200] rev 48665
crank up max number of dependencies
Fri, 03 Aug 2012 17:56:35 +0200 never use MaSh in Metis examples, to avoid one dimension of nondeterminism
blanchet [Fri, 03 Aug 2012 17:56:35 +0200] rev 48664
never use MaSh in Metis examples, to avoid one dimension of nondeterminism
Fri, 03 Aug 2012 16:27:38 +0200 merged
wenzelm [Fri, 03 Aug 2012 16:27:38 +0200] rev 48663
merged
Fri, 03 Aug 2012 16:00:12 +0200 more informative process exit code;
wenzelm [Fri, 03 Aug 2012 16:00:12 +0200] rev 48662
more informative process exit code;
Fri, 03 Aug 2012 14:52:45 +0200 timeout for session build job;
wenzelm [Fri, 03 Aug 2012 14:52:45 +0200] rev 48661
timeout for session build job; tuned error messages;
Fri, 03 Aug 2012 13:55:51 +0200 static outer syntax based on session specifications;
wenzelm [Fri, 03 Aug 2012 13:55:51 +0200] rev 48660
static outer syntax based on session specifications;
Fri, 03 Aug 2012 15:38:44 +0200 declare trE and tr_induct as default cases and induct rules for type tr
huffman [Fri, 03 Aug 2012 15:38:44 +0200] rev 48659
declare trE and tr_induct as default cases and induct rules for type tr
Fri, 03 Aug 2012 13:06:25 +0200 reject path variable nesting explicitly;
wenzelm [Fri, 03 Aug 2012 13:06:25 +0200] rev 48658
reject path variable nesting explicitly;
Fri, 03 Aug 2012 12:37:31 +0200 simplified custom document/build script, instead of old-style document/IsaMakefile;
wenzelm [Fri, 03 Aug 2012 12:37:31 +0200] rev 48657
simplified custom document/build script, instead of old-style document/IsaMakefile;
Fri, 03 Aug 2012 09:51:28 +0200 cleaner temporary file cleanup for MaSh, based on tried-and-trusted code
blanchet [Fri, 03 Aug 2012 09:51:28 +0200] rev 48656
cleaner temporary file cleanup for MaSh, based on tried-and-trusted code
Thu, 02 Aug 2012 16:17:52 +0200 merged
wenzelm [Thu, 02 Aug 2012 16:17:52 +0200] rev 48655
merged
Thu, 02 Aug 2012 10:10:29 +0200 don't tag negatively naked variables
blanchet [Thu, 02 Aug 2012 10:10:29 +0200] rev 48654
don't tag negatively naked variables
Thu, 02 Aug 2012 10:10:29 +0200 support older versions of Vampire
blanchet [Thu, 02 Aug 2012 10:10:29 +0200] rev 48653
support older versions of Vampire
Thu, 02 Aug 2012 10:10:29 +0200 document E-MaLeS
blanchet [Thu, 02 Aug 2012 10:10:29 +0200] rev 48652
document E-MaLeS
Thu, 02 Aug 2012 10:10:29 +0200 added E-MaLeS to list of provers for testing
blanchet [Thu, 02 Aug 2012 10:10:29 +0200] rev 48651
added E-MaLeS to list of provers for testing
Thu, 02 Aug 2012 15:34:55 +0200 discontinued unused etc/sessions catalog;
wenzelm [Thu, 02 Aug 2012 15:34:55 +0200] rev 48650
discontinued unused etc/sessions catalog;
Thu, 02 Aug 2012 15:23:28 +0200 allow session specifications in arbitrary order;
wenzelm [Thu, 02 Aug 2012 15:23:28 +0200] rev 48649
allow session specifications in arbitrary order;
Thu, 02 Aug 2012 15:05:32 +0200 tuned;
wenzelm [Thu, 02 Aug 2012 15:05:32 +0200] rev 48648
tuned;
Thu, 02 Aug 2012 13:37:58 +0200 report commands as formal entities, with def/ref positions;
wenzelm [Thu, 02 Aug 2012 13:37:58 +0200] rev 48647
report commands as formal entities, with def/ref positions;
Thu, 02 Aug 2012 12:36:54 +0200 more official command specifications, including source position;
wenzelm [Thu, 02 Aug 2012 12:36:54 +0200] rev 48646
more official command specifications, including source position;
Thu, 02 Aug 2012 11:32:23 +0200 more antiquotations;
wenzelm [Thu, 02 Aug 2012 11:32:23 +0200] rev 48645
more antiquotations;
Thu, 02 Aug 2012 00:18:20 +0200 declare keywords only once;
wenzelm [Thu, 02 Aug 2012 00:18:20 +0200] rev 48644
declare keywords only once;
Thu, 02 Aug 2012 00:15:32 +0200 more antiquotations;
wenzelm [Thu, 02 Aug 2012 00:15:32 +0200] rev 48643
more antiquotations;
Thu, 02 Aug 2012 00:02:00 +0200 more antiquotations;
wenzelm [Thu, 02 Aug 2012 00:02:00 +0200] rev 48642
more antiquotations;
Wed, 01 Aug 2012 23:33:26 +0200 more standard bootstrapping of Pure outer syntax;
wenzelm [Wed, 01 Aug 2012 23:33:26 +0200] rev 48641
more standard bootstrapping of Pure outer syntax;
Wed, 01 Aug 2012 22:12:29 +0200 fixed document;
wenzelm [Wed, 01 Aug 2012 22:12:29 +0200] rev 48640
fixed document;
Wed, 01 Aug 2012 22:11:54 +0200 store parent heap stamp as well -- needs to be propagated through the build hierarchy;
wenzelm [Wed, 01 Aug 2012 22:11:54 +0200] rev 48639
store parent heap stamp as well -- needs to be propagated through the build hierarchy; misc tuning;
Wed, 01 Aug 2012 19:53:20 +0200 more standard bootstrapping of Pure.thy;
wenzelm [Wed, 01 Aug 2012 19:53:20 +0200] rev 48638
more standard bootstrapping of Pure.thy;
Wed, 01 Aug 2012 18:57:17 +0200 more precise guide for bibtex/makeindex -- dummy files should be sufficient;
wenzelm [Wed, 01 Aug 2012 18:57:17 +0200] rev 48637
more precise guide for bibtex/makeindex -- dummy files should be sufficient;
Wed, 01 Aug 2012 15:56:36 +0200 added offline test for skip_proofs;
wenzelm [Wed, 01 Aug 2012 15:56:36 +0200] rev 48636
added offline test for skip_proofs;
Wed, 01 Aug 2012 15:50:50 +0200 clarified ISABELLE_FULL_TEST;
wenzelm [Wed, 01 Aug 2012 15:50:50 +0200] rev 48635
clarified ISABELLE_FULL_TEST;
Wed, 01 Aug 2012 15:46:45 +0200 explicit option skip_proofs;
wenzelm [Wed, 01 Aug 2012 15:46:45 +0200] rev 48634
explicit option skip_proofs;
Wed, 01 Aug 2012 15:33:08 +0200 recovered comination of Toplevel.skip_proofs and Goal.parallel_proofs from 9679bab23f93 (NB: skip_proofs leads to failure of Toplevel.proof_of);
wenzelm [Wed, 01 Aug 2012 15:33:08 +0200] rev 48633
recovered comination of Toplevel.skip_proofs and Goal.parallel_proofs from 9679bab23f93 (NB: skip_proofs leads to failure of Toplevel.proof_of);
Wed, 01 Aug 2012 15:32:36 +0200 removed junk;
wenzelm [Wed, 01 Aug 2012 15:32:36 +0200] rev 48632
removed junk;
Wed, 01 Aug 2012 12:14:56 +0200 no longer force STIX fonts onto the user -- NB: STIXv1.0.0 is outdated and Mac OS 10.7 ships its own copy of STIX already;
wenzelm [Wed, 01 Aug 2012 12:14:56 +0200] rev 48631
no longer force STIX fonts onto the user -- NB: STIXv1.0.0 is outdated and Mac OS 10.7 ships its own copy of STIX already;
Wed, 01 Aug 2012 11:55:18 +0200 more prominent file name;
wenzelm [Wed, 01 Aug 2012 11:55:18 +0200] rev 48630
more prominent file name;
Tue, 31 Jul 2012 22:00:19 +0200 updated isatest settings for isabelle build;
wenzelm [Tue, 31 Jul 2012 22:00:19 +0200] rev 48629
updated isatest settings for isabelle build;
Tue, 31 Jul 2012 20:09:30 +0200 more portable hex_nibble: avoid disagreement of Poly/ML and SML/NJ on StringCvt.HEX;
wenzelm [Tue, 31 Jul 2012 20:09:30 +0200] rev 48628
more portable hex_nibble: avoid disagreement of Poly/ML and SML/NJ on StringCvt.HEX;
Tue, 31 Jul 2012 19:55:04 +0200 merged
wenzelm [Tue, 31 Jul 2012 19:55:04 +0200] rev 48627
merged
Tue, 31 Jul 2012 17:40:33 +0200 print full path;
wenzelm [Tue, 31 Jul 2012 17:40:33 +0200] rev 48626
print full path;
Tue, 31 Jul 2012 14:43:55 +0200 Remove Lift_RBT.thy, it's in HOL/Library/RBT.thy now
kuncar [Tue, 31 Jul 2012 14:43:55 +0200] rev 48625
Remove Lift_RBT.thy, it's in HOL/Library/RBT.thy now
Tue, 31 Jul 2012 13:55:39 +0200 add testing file for RBT_Set
kuncar [Tue, 31 Jul 2012 13:55:39 +0200] rev 48624
add testing file for RBT_Set
Tue, 31 Jul 2012 13:55:39 +0200 implementation of sets by RBT trees for the code generator
kuncar [Tue, 31 Jul 2012 13:55:39 +0200] rev 48623
implementation of sets by RBT trees for the code generator
Tue, 31 Jul 2012 13:55:39 +0200 use lifting/transfer formalization of RBT from Lift_RBT
kuncar [Tue, 31 Jul 2012 13:55:39 +0200] rev 48622
use lifting/transfer formalization of RBT from Lift_RBT
Tue, 31 Jul 2012 13:55:39 +0200 a couple of additions to RBT formalization to allow us to implement RBT_Set
kuncar [Tue, 31 Jul 2012 13:55:39 +0200] rev 48621
a couple of additions to RBT formalization to allow us to implement RBT_Set
Tue, 31 Jul 2012 13:55:39 +0200 more relation operations expressed by Finite_Set.fold
kuncar [Tue, 31 Jul 2012 13:55:39 +0200] rev 48620
more relation operations expressed by Finite_Set.fold
Tue, 31 Jul 2012 13:55:39 +0200 more set operations expressed by Finite_Set.fold
kuncar [Tue, 31 Jul 2012 13:55:39 +0200] rev 48619
more set operations expressed by Finite_Set.fold
Thu, 26 Jul 2012 15:55:19 +0200 moved another larger quickcheck example to Quickcheck_Benchmark
bulwahn [Thu, 26 Jul 2012 15:55:19 +0200] rev 48618
moved another larger quickcheck example to Quickcheck_Benchmark
Tue, 31 Jul 2012 16:26:12 +0200 HOL-Probability appears to work with smlnj;
wenzelm [Tue, 31 Jul 2012 16:26:12 +0200] rev 48617
HOL-Probability appears to work with smlnj;
Tue, 31 Jul 2012 16:23:20 +0200 document variant NAME may use different LaTeX entry point document/root_NAME.tex if that file exists;
wenzelm [Tue, 31 Jul 2012 16:23:20 +0200] rev 48616
document variant NAME may use different LaTeX entry point document/root_NAME.tex if that file exists;
Tue, 31 Jul 2012 14:42:03 +0200 made SML/NJ happy;
wenzelm [Tue, 31 Jul 2012 14:42:03 +0200] rev 48615
made SML/NJ happy;
Tue, 31 Jul 2012 12:38:01 +0200 renamed session TLA to HOL-TLA to avoid clash with AFP;
wenzelm [Tue, 31 Jul 2012 12:38:01 +0200] rev 48614
renamed session TLA to HOL-TLA to avoid clash with AFP;
Mon, 30 Jul 2012 20:43:07 +0200 clarified directory content operations (similar to ML version);
wenzelm [Mon, 30 Jul 2012 20:43:07 +0200] rev 48613
clarified directory content operations (similar to ML version);
Mon, 30 Jul 2012 17:37:34 +0200 regenerate ToyList2/ToyList.thy during raw make *after* session build, to ensure that it is updated sporadically (NB: isabelle build does not support generated sources);
wenzelm [Mon, 30 Jul 2012 17:37:34 +0200] rev 48612
regenerate ToyList2/ToyList.thy during raw make *after* session build, to ensure that it is updated sporadically (NB: isabelle build does not support generated sources);
Mon, 30 Jul 2012 17:25:45 +0200 multi-threaded HOL-Tutorial with explicit indication of local options;
wenzelm [Mon, 30 Jul 2012 17:25:45 +0200] rev 48611
multi-threaded HOL-Tutorial with explicit indication of local options;
Mon, 30 Jul 2012 17:07:23 +0200 removed obsolete IsaMakefile + ROOT.ML setup -- doc-src is managed via isabelle build;
wenzelm [Mon, 30 Jul 2012 17:07:23 +0200] rev 48610
removed obsolete IsaMakefile + ROOT.ML setup -- doc-src is managed via isabelle build;
Mon, 30 Jul 2012 17:03:24 +0200 removed some old material (inactive since 2002/2003);
wenzelm [Mon, 30 Jul 2012 17:03:24 +0200] rev 48609
removed some old material (inactive since 2002/2003);
Mon, 30 Jul 2012 16:40:21 +0200 updated isatest to isabelle build, which also includes doc-src sessions;
wenzelm [Mon, 30 Jul 2012 16:40:21 +0200] rev 48608
updated isatest to isabelle build, which also includes doc-src sessions;
Mon, 30 Jul 2012 16:03:25 +0200 obsolete;
wenzelm [Mon, 30 Jul 2012 16:03:25 +0200] rev 48607
obsolete;
Mon, 30 Jul 2012 15:54:17 +0200 makedist -D retains doc-src component with its "doc" sessions (relevant for testing);
wenzelm [Mon, 30 Jul 2012 15:54:17 +0200] rev 48606
makedist -D retains doc-src component with its "doc" sessions (relevant for testing);
Mon, 30 Jul 2012 15:31:00 +0200 allow negative int values as well, according to real = int | float;
wenzelm [Mon, 30 Jul 2012 15:31:00 +0200] rev 48605
allow negative int values as well, according to real = int | float;
Mon, 30 Jul 2012 14:38:45 +0200 misc tuning;
wenzelm [Mon, 30 Jul 2012 14:38:45 +0200] rev 48604
misc tuning;
Mon, 30 Jul 2012 14:29:12 +0200 discontinued unused isabelle jedit debugger;
wenzelm [Mon, 30 Jul 2012 14:29:12 +0200] rev 48603
discontinued unused isabelle jedit debugger; tuned;
Mon, 30 Jul 2012 14:11:29 +0200 more uniform usage of "isabelle tool";
wenzelm [Mon, 30 Jul 2012 14:11:29 +0200] rev 48602
more uniform usage of "isabelle tool";
Mon, 30 Jul 2012 13:48:56 +0200 less verbosity;
wenzelm [Mon, 30 Jul 2012 13:48:56 +0200] rev 48601
less verbosity;
Mon, 30 Jul 2012 13:44:40 +0200 proper treatment of eof wrt. proper_input -- allow input of spaces/comments only;
wenzelm [Mon, 30 Jul 2012 13:44:40 +0200] rev 48600
proper treatment of eof wrt. proper_input -- allow input of spaces/comments only;
Mon, 30 Jul 2012 13:42:45 +0200 tuned signature;
wenzelm [Mon, 30 Jul 2012 13:42:45 +0200] rev 48599
tuned signature;
Mon, 30 Jul 2012 12:08:25 +0200 updated ROOT according to 3defa60a7ae3;
wenzelm [Mon, 30 Jul 2012 12:08:25 +0200] rev 48598
updated ROOT according to 3defa60a7ae3;
Mon, 30 Jul 2012 12:04:37 +0200 merged
wenzelm [Mon, 30 Jul 2012 12:04:37 +0200] rev 48597
merged
Mon, 30 Jul 2012 10:59:33 +0200 re-activating Quickcheck_Narrowing_Examples in Quickcheck_Examples
bulwahn [Mon, 30 Jul 2012 10:59:33 +0200] rev 48596
re-activating Quickcheck_Narrowing_Examples in Quickcheck_Examples
Mon, 30 Jul 2012 12:03:48 +0200 added build option -c;
wenzelm [Mon, 30 Jul 2012 12:03:48 +0200] rev 48595
added build option -c; tuned;
Mon, 30 Jul 2012 11:03:44 +0200 removed build option -f (cf. a125b8040ada), due to slightly inconvenient behaviour on ancestors;
wenzelm [Mon, 30 Jul 2012 11:03:44 +0200] rev 48594
removed build option -f (cf. a125b8040ada), due to slightly inconvenient behaviour on ancestors;
Sun, 29 Jul 2012 21:55:56 +0200 script for downloading components from central store
haftmann [Sun, 29 Jul 2012 21:55:56 +0200] rev 48593
script for downloading components from central store
Sun, 29 Jul 2012 21:40:46 +0200 added build option -f;
wenzelm [Sun, 29 Jul 2012 21:40:46 +0200] rev 48592
added build option -f;
Sat, 28 Jul 2012 22:01:21 +0200 corrected slip
haftmann [Sat, 28 Jul 2012 22:01:21 +0200] rev 48591
corrected slip
Sat, 28 Jul 2012 21:10:54 +0200 discontinued $ISABELLE_HOME/build (cf. 500c6eb6c6dc);
wenzelm [Sat, 28 Jul 2012 21:10:54 +0200] rev 48590
discontinued $ISABELLE_HOME/build (cf. 500c6eb6c6dc);
Sat, 28 Jul 2012 20:36:25 +0200 separate session HOL-Mirabelle-ex -- cannot run isolated shell scripts within build tool;
wenzelm [Sat, 28 Jul 2012 20:36:25 +0200] rev 48589
separate session HOL-Mirabelle-ex -- cannot run isolated shell scripts within build tool;
Sat, 28 Jul 2012 20:27:39 +0200 added Quickcheck_Benchmark (cf. 1959baa22632);
wenzelm [Sat, 28 Jul 2012 20:27:39 +0200] rev 48588
added Quickcheck_Benchmark (cf. 1959baa22632);
Sat, 28 Jul 2012 20:20:35 +0200 no apparent need for single-threaded execution;
wenzelm [Sat, 28 Jul 2012 20:20:35 +0200] rev 48587
no apparent need for single-threaded execution;
Sat, 28 Jul 2012 20:18:15 +0200 discontinued obsolete Isabelle/build script;
wenzelm [Sat, 28 Jul 2012 20:18:15 +0200] rev 48586
discontinued obsolete Isabelle/build script;
Sat, 28 Jul 2012 20:12:47 +0200 announce advanced support for Isabelle sessions and build management;
wenzelm [Sat, 28 Jul 2012 20:12:47 +0200] rev 48585
announce advanced support for Isabelle sessions and build management;
Sat, 28 Jul 2012 20:07:21 +0200 some introduction on sessions;
wenzelm [Sat, 28 Jul 2012 20:07:21 +0200] rev 48584
some introduction on sessions;
Sat, 28 Jul 2012 19:49:09 +0200 tuned messages;
wenzelm [Sat, 28 Jul 2012 19:49:09 +0200] rev 48583
tuned messages;
Sat, 28 Jul 2012 19:48:19 +0200 tuned;
wenzelm [Sat, 28 Jul 2012 19:48:19 +0200] rev 48582
tuned;
Sat, 28 Jul 2012 19:38:52 +0200 added generated file;
wenzelm [Sat, 28 Jul 2012 19:38:52 +0200] rev 48581
added generated file;
Sat, 28 Jul 2012 19:37:35 +0200 some description of main build options;
wenzelm [Sat, 28 Jul 2012 19:37:35 +0200] rev 48580
some description of main build options;
Sat, 28 Jul 2012 18:20:47 +0200 more on "Session ROOT specifications";
wenzelm [Sat, 28 Jul 2012 18:20:47 +0200] rev 48579
more on "Session ROOT specifications";
Sat, 28 Jul 2012 15:21:49 +0200 some description of isabelle build;
wenzelm [Sat, 28 Jul 2012 15:21:49 +0200] rev 48578
some description of isabelle build;
Sat, 28 Jul 2012 14:52:56 +0200 tuned;
wenzelm [Sat, 28 Jul 2012 14:52:56 +0200] rev 48577
tuned;
Sat, 28 Jul 2012 13:29:56 +0200 isabelle browser is another user interface;
wenzelm [Sat, 28 Jul 2012 13:29:56 +0200] rev 48576
isabelle browser is another user interface;
Sat, 28 Jul 2012 13:18:34 +0200 renamed isabelle-root minor mode;
wenzelm [Sat, 28 Jul 2012 13:18:34 +0200] rev 48575
renamed isabelle-root minor mode;
Sat, 28 Jul 2012 13:11:58 +0200 discontinued special treatment of Proof General;
wenzelm [Sat, 28 Jul 2012 13:11:58 +0200] rev 48574
discontinued special treatment of Proof General;
Sat, 28 Jul 2012 13:01:48 +0200 top-down order of user interfaces;
wenzelm [Sat, 28 Jul 2012 13:01:48 +0200] rev 48573
top-down order of user interfaces;
Sat, 28 Jul 2012 12:59:53 +0200 misc tuning;
wenzelm [Sat, 28 Jul 2012 12:59:53 +0200] rev 48572
misc tuning;
Sat, 28 Jul 2012 07:26:37 +0200 move exception handlers outside of let block
huffman [Sat, 28 Jul 2012 07:26:37 +0200] rev 48571
move exception handlers outside of let block
Fri, 27 Jul 2012 23:14:55 +0200 tuned message;
wenzelm [Fri, 27 Jul 2012 23:14:55 +0200] rev 48570
tuned message;
Fri, 27 Jul 2012 22:28:30 +0200 merged
wenzelm [Fri, 27 Jul 2012 22:28:30 +0200] rev 48569
merged
Fri, 27 Jul 2012 22:26:38 +0200 evaluation: allow multiple code modules
haftmann [Fri, 27 Jul 2012 22:26:38 +0200] rev 48568
evaluation: allow multiple code modules
Fri, 27 Jul 2012 22:23:00 +0200 tuned proofs -- avoid odd situations of polymorphic Frees in goal state;
wenzelm [Fri, 27 Jul 2012 22:23:00 +0200] rev 48567
tuned proofs -- avoid odd situations of polymorphic Frees in goal state;
Fri, 27 Jul 2012 21:57:56 +0200 merged
wenzelm [Fri, 27 Jul 2012 21:57:56 +0200] rev 48566
merged
Fri, 27 Jul 2012 20:05:56 +0200 restored narrowing quickcheck after 6efff142bb54
haftmann [Fri, 27 Jul 2012 20:05:56 +0200] rev 48565
restored narrowing quickcheck after 6efff142bb54
Fri, 27 Jul 2012 21:50:34 +0200 tuned proofs -- avoid odd situations of polymorphic Frees in goal state;
wenzelm [Fri, 27 Jul 2012 21:50:34 +0200] rev 48564
tuned proofs -- avoid odd situations of polymorphic Frees in goal state;
Fri, 27 Jul 2012 20:58:44 +0200 unvarify thm statement stemming from old-style definition, to avoid schematic type variables in subsequent goal;
wenzelm [Fri, 27 Jul 2012 20:58:44 +0200] rev 48563
unvarify thm statement stemming from old-style definition, to avoid schematic type variables in subsequent goal;
Fri, 27 Jul 2012 19:57:23 +0200 tuned proofs -- avoid odd situations of polymorphic Frees in goal state;
wenzelm [Fri, 27 Jul 2012 19:57:23 +0200] rev 48562
tuned proofs -- avoid odd situations of polymorphic Frees in goal state;
Fri, 27 Jul 2012 19:27:21 +0200 move ML functions from nat_arith.ML to Divides.thy, which is the only place they are used
huffman [Fri, 27 Jul 2012 19:27:21 +0200] rev 48561
move ML functions from nat_arith.ML to Divides.thy, which is the only place they are used
Fri, 27 Jul 2012 17:59:18 +0200 replace Nat_Arith simprocs with simpler conversions that do less rearrangement of terms
huffman [Fri, 27 Jul 2012 17:59:18 +0200] rev 48560
replace Nat_Arith simprocs with simpler conversions that do less rearrangement of terms
Fri, 27 Jul 2012 17:57:31 +0200 give Nat_Arith simprocs proper name bindings by using simproc_setup
huffman [Fri, 27 Jul 2012 17:57:31 +0200] rev 48559
give Nat_Arith simprocs proper name bindings by using simproc_setup
Fri, 27 Jul 2012 17:34:33 +0200 tweaks in preparation for type encoding evaluation
blanchet [Fri, 27 Jul 2012 17:34:33 +0200] rev 48558
tweaks in preparation for type encoding evaluation
Fri, 27 Jul 2012 16:35:02 +0200 merged
wenzelm [Fri, 27 Jul 2012 16:35:02 +0200] rev 48557
merged
Fri, 27 Jul 2012 15:42:39 +0200 replace abel_cancel simprocs with functionally equivalent, but simpler and faster ones
huffman [Fri, 27 Jul 2012 15:42:39 +0200] rev 48556
replace abel_cancel simprocs with functionally equivalent, but simpler and faster ones
Fri, 27 Jul 2012 14:56:37 +0200 nicer Nitpick subscript output in jEdit
blanchet [Fri, 27 Jul 2012 14:56:37 +0200] rev 48555
nicer Nitpick subscript output in jEdit
Fri, 27 Jul 2012 16:33:32 +0200 no_check for @{setting} antiquotations -- empty values are treated as undefined on Cygwin;
wenzelm [Fri, 27 Jul 2012 16:33:32 +0200] rev 48554
no_check for @{setting} antiquotations -- empty values are treated as undefined on Cygwin;
Fri, 27 Jul 2012 16:27:26 +0200 proper shell variable;
wenzelm [Fri, 27 Jul 2012 16:27:26 +0200] rev 48553
proper shell variable;
Fri, 27 Jul 2012 15:37:48 +0200 actually check return code;
wenzelm [Fri, 27 Jul 2012 15:37:48 +0200] rev 48552
actually check return code;
Fri, 27 Jul 2012 15:37:28 +0200 include doc-src as component, and thus its sessions defined in ROOT;
wenzelm [Fri, 27 Jul 2012 15:37:28 +0200] rev 48551
include doc-src as component, and thus its sessions defined in ROOT;
Fri, 27 Jul 2012 14:22:32 +0200 tuned signature;
wenzelm [Fri, 27 Jul 2012 14:22:32 +0200] rev 48550
tuned signature;
Fri, 27 Jul 2012 14:15:04 +0200 delete other log file;
wenzelm [Fri, 27 Jul 2012 14:15:04 +0200] rev 48549
delete other log file;
Fri, 27 Jul 2012 14:09:59 +0200 simplified Path vs. JVM File operations;
wenzelm [Fri, 27 Jul 2012 14:09:59 +0200] rev 48548
simplified Path vs. JVM File operations;
Fri, 27 Jul 2012 13:33:34 +0200 tuned;
wenzelm [Fri, 27 Jul 2012 13:33:34 +0200] rev 48547
tuned;
Fri, 27 Jul 2012 13:17:12 +0200 tuned messages;
wenzelm [Fri, 27 Jul 2012 13:17:12 +0200] rev 48546
tuned messages;
Fri, 27 Jul 2012 13:15:12 +0200 fewer options;
wenzelm [Fri, 27 Jul 2012 13:15:12 +0200] rev 48545
fewer options;
Fri, 27 Jul 2012 13:08:46 +0200 tuned signature;
wenzelm [Fri, 27 Jul 2012 13:08:46 +0200] rev 48544
tuned signature;
Fri, 27 Jul 2012 13:01:19 +0200 prefer explicit datatype Present.dump_mode;
wenzelm [Fri, 27 Jul 2012 13:01:19 +0200] rev 48543
prefer explicit datatype Present.dump_mode;
Fri, 27 Jul 2012 12:43:58 +0200 simplified Session.name;
wenzelm [Fri, 27 Jul 2012 12:43:58 +0200] rev 48542
simplified Session.name;
Fri, 27 Jul 2012 12:29:07 +0200 more precise imitation of usedir wrt. Session.name (cf. 45137257399a);
wenzelm [Fri, 27 Jul 2012 12:29:07 +0200] rev 48541
more precise imitation of usedir wrt. Session.name (cf. 45137257399a);
Fri, 27 Jul 2012 08:52:40 +0200 update docs
blanchet [Fri, 27 Jul 2012 08:52:40 +0200] rev 48540
update docs
Fri, 27 Jul 2012 08:52:40 +0200 extract Z3 unsat cores (for "z3_tptp")
blanchet [Fri, 27 Jul 2012 08:52:40 +0200] rev 48539
extract Z3 unsat cores (for "z3_tptp")
Fri, 27 Jul 2012 08:52:40 +0200 bring implementation of traditional encoding in line with paper
blanchet [Fri, 27 Jul 2012 08:52:40 +0200] rev 48538
bring implementation of traditional encoding in line with paper
Thu, 26 Jul 2012 21:50:16 +0200 further refinement of current/all_current status, which needs to be propagated through the hierarchy (see also Thy_Info.require_thys);
wenzelm [Thu, 26 Jul 2012 21:50:16 +0200] rev 48537
further refinement of current/all_current status, which needs to be propagated through the hierarchy (see also Thy_Info.require_thys);
Thu, 26 Jul 2012 19:59:06 +0200 merged
wenzelm [Thu, 26 Jul 2012 19:59:06 +0200] rev 48536
merged
Thu, 26 Jul 2012 16:08:16 +0200 [1] goes after any attributes
blanchet [Thu, 26 Jul 2012 16:08:16 +0200] rev 48535
[1] goes after any attributes
Thu, 26 Jul 2012 11:08:16 +0200 Z3 prints so many warnings that the very informative abnormal termination exception hardly ever gets raised -- better be more aggressive here
blanchet [Thu, 26 Jul 2012 11:08:16 +0200] rev 48534
Z3 prints so many warnings that the very informative abnormal termination exception hardly ever gets raised -- better be more aggressive here
Thu, 26 Jul 2012 11:07:27 +0200 detect unknown options again
blanchet [Thu, 26 Jul 2012 11:07:27 +0200] rev 48533
detect unknown options again
Thu, 26 Jul 2012 10:48:03 +0200 Sledgehammer already has its own ways of reporting and recovering from crashes in external provers -- no need to additionally print scores of warnings (cf. 4b0daca2bf88)
blanchet [Thu, 26 Jul 2012 10:48:03 +0200] rev 48532
Sledgehammer already has its own ways of reporting and recovering from crashes in external provers -- no need to additionally print scores of warnings (cf. 4b0daca2bf88)
Thu, 26 Jul 2012 10:48:03 +0200 don't export technical theorems for MaSh
blanchet [Thu, 26 Jul 2012 10:48:03 +0200] rev 48531
don't export technical theorems for MaSh
Thu, 26 Jul 2012 10:48:03 +0200 repaired accessibility chains generated by MaSh exporter + tuned one function out
blanchet [Thu, 26 Jul 2012 10:48:03 +0200] rev 48530
repaired accessibility chains generated by MaSh exporter + tuned one function out
Thu, 26 Jul 2012 10:48:03 +0200 generate fact name in queries again + use ATP dependencies when possible
blanchet [Thu, 26 Jul 2012 10:48:03 +0200] rev 48529
generate fact name in queries again + use ATP dependencies when possible
Thu, 26 Jul 2012 19:57:33 +0200 proper all_current, which regards parent status as well;
wenzelm [Thu, 26 Jul 2012 19:57:33 +0200] rev 48528
proper all_current, which regards parent status as well;
Thu, 26 Jul 2012 19:41:05 +0200 more build options;
wenzelm [Thu, 26 Jul 2012 19:41:05 +0200] rev 48527
more build options;
Thu, 26 Jul 2012 19:40:19 +0200 added session HOL-Tutorial;
wenzelm [Thu, 26 Jul 2012 19:40:19 +0200] rev 48526
added session HOL-Tutorial;
Thu, 26 Jul 2012 19:16:04 +0200 recovered chapter on Presenting Theories;
wenzelm [Thu, 26 Jul 2012 19:16:04 +0200] rev 48525
recovered chapter on Presenting Theories;
Thu, 26 Jul 2012 19:08:14 +0200 avoid clash of Misc/pairs.thy and Types/Pairs.thy on case-insensible file-system;
wenzelm [Thu, 26 Jul 2012 19:08:14 +0200] rev 48524
avoid clash of Misc/pairs.thy and Types/Pairs.thy on case-insensible file-system;
Thu, 26 Jul 2012 19:07:28 +0200 proper input;
wenzelm [Thu, 26 Jul 2012 19:07:28 +0200] rev 48523
proper input;
Thu, 26 Jul 2012 18:55:42 +0200 recovered latex job;
wenzelm [Thu, 26 Jul 2012 18:55:42 +0200] rev 48522
recovered latex job;
Thu, 26 Jul 2012 17:32:28 +0200 adhoc reordering to prevent implicit side-effects of some theories in Types, Rules, Sets;
wenzelm [Thu, 26 Jul 2012 17:32:28 +0200] rev 48521
adhoc reordering to prevent implicit side-effects of some theories in Types, Rules, Sets;
Thu, 26 Jul 2012 17:17:53 +0200 more build options;
wenzelm [Thu, 26 Jul 2012 17:17:53 +0200] rev 48520
more build options;
Thu, 26 Jul 2012 17:16:02 +0200 simplified Tutorial sessions;
wenzelm [Thu, 26 Jul 2012 17:16:02 +0200] rev 48519
simplified Tutorial sessions; moved original version of generated .tex sources;
Thu, 26 Jul 2012 16:54:44 +0200 proper arguments for old usedir;
wenzelm [Thu, 26 Jul 2012 16:54:44 +0200] rev 48518
proper arguments for old usedir;
Thu, 26 Jul 2012 14:44:07 +0200 more precise imports;
wenzelm [Thu, 26 Jul 2012 14:44:07 +0200] rev 48517
more precise imports;
Thu, 26 Jul 2012 14:29:54 +0200 refined "document_dump_mode": "all", "tex+sty", "tex";
wenzelm [Thu, 26 Jul 2012 14:29:54 +0200] rev 48516
refined "document_dump_mode": "all", "tex+sty", "tex";
Thu, 26 Jul 2012 14:24:27 +0200 allow spaces in file names;
wenzelm [Thu, 26 Jul 2012 14:24:27 +0200] rev 48515
allow spaces in file names;
Thu, 26 Jul 2012 14:22:37 +0200 more files for session Pure;
wenzelm [Thu, 26 Jul 2012 14:22:37 +0200] rev 48514
more files for session Pure;
Thu, 26 Jul 2012 13:38:43 +0200 discontinued slightly odd "browser_info_remote" -- it could point to a completely different version of the Isabelle library;
wenzelm [Thu, 26 Jul 2012 13:38:43 +0200] rev 48513
discontinued slightly odd "browser_info_remote" -- it could point to a completely different version of the Isabelle library;
Thu, 26 Jul 2012 13:35:31 +0200 tuned;
wenzelm [Thu, 26 Jul 2012 13:35:31 +0200] rev 48512
tuned;
Thu, 26 Jul 2012 12:59:09 +0200 remove old output heaps, to ensure that result is valid wrt. check_stamps;
wenzelm [Thu, 26 Jul 2012 12:59:09 +0200] rev 48511
remove old output heaps, to ensure that result is valid wrt. check_stamps; tuned signature;
Thu, 26 Jul 2012 12:32:25 +0200 proper imports;
wenzelm [Thu, 26 Jul 2012 12:32:25 +0200] rev 48510
proper imports;
Thu, 26 Jul 2012 12:27:47 +0200 support session groups;
wenzelm [Thu, 26 Jul 2012 12:27:47 +0200] rev 48509
support session groups; tuned signature;
Thu, 26 Jul 2012 11:52:08 +0200 discontinued slightly odd session order, which did not quite work out;
wenzelm [Thu, 26 Jul 2012 11:52:08 +0200] rev 48508
discontinued slightly odd session order, which did not quite work out;
Thu, 26 Jul 2012 11:46:30 +0200 tuned signature;
wenzelm [Thu, 26 Jul 2012 11:46:30 +0200] rev 48507
tuned signature;
Wed, 25 Jul 2012 23:02:50 +0200 avoid clash of Advanced/simp.thy vs. Misc/simp.thy;
wenzelm [Wed, 25 Jul 2012 23:02:50 +0200] rev 48506
avoid clash of Advanced/simp.thy vs. Misc/simp.thy;
Wed, 25 Jul 2012 22:30:18 +0200 tuned signature;
wenzelm [Wed, 25 Jul 2012 22:30:18 +0200] rev 48505
tuned signature;
Wed, 25 Jul 2012 22:25:07 +0200 actually check source vs. target stamps, based on information from log files;
wenzelm [Wed, 25 Jul 2012 22:25:07 +0200] rev 48504
actually check source vs. target stamps, based on information from log files;
Wed, 25 Jul 2012 19:49:40 +0200 tuned;
wenzelm [Wed, 25 Jul 2012 19:49:40 +0200] rev 48503
tuned;
Wed, 25 Jul 2012 18:05:07 +0200 session specifications for doc-src, excluding TutorialI for now;
wenzelm [Wed, 25 Jul 2012 18:05:07 +0200] rev 48502
session specifications for doc-src, excluding TutorialI for now;
Wed, 25 Jul 2012 17:43:36 +0200 updated generated files;
wenzelm [Wed, 25 Jul 2012 17:43:36 +0200] rev 48501
updated generated files;
Wed, 25 Jul 2012 16:41:02 +0200 clarified no_document situation;
wenzelm [Wed, 25 Jul 2012 16:41:02 +0200] rev 48500
clarified no_document situation;
Wed, 25 Jul 2012 12:40:17 +0200 no hardwired default for Proof General component -- its users can use init_component separately;
wenzelm [Wed, 25 Jul 2012 12:40:17 +0200] rev 48499
no hardwired default for Proof General component -- its users can use init_component separately;
Wed, 25 Jul 2012 12:39:35 +0200 rail no longer exists;
wenzelm [Wed, 25 Jul 2012 12:39:35 +0200] rev 48498
rail no longer exists;
Wed, 25 Jul 2012 12:38:54 +0200 some updates on "Building a repository version of Isabelle";
wenzelm [Wed, 25 Jul 2012 12:38:54 +0200] rev 48497
some updates on "Building a repository version of Isabelle";
Wed, 25 Jul 2012 11:59:22 +0200 added condition = ISABELLE_POLYML according to no-smlnj targets in IsaMakefile;
wenzelm [Wed, 25 Jul 2012 11:59:22 +0200] rev 48496
added condition = ISABELLE_POLYML according to no-smlnj targets in IsaMakefile;
Wed, 25 Jul 2012 10:55:02 +0200 more standard session setup for WWW_Find;
wenzelm [Wed, 25 Jul 2012 10:55:02 +0200] rev 48495
more standard session setup for WWW_Find;
Tue, 24 Jul 2012 23:01:55 +0200 read/write dependency information;
wenzelm [Tue, 24 Jul 2012 23:01:55 +0200] rev 48494
read/write dependency information; tuned signature;
Tue, 24 Jul 2012 22:00:12 +0200 more files;
wenzelm [Tue, 24 Jul 2012 22:00:12 +0200] rev 48493
more files;
Tue, 24 Jul 2012 21:54:49 +0200 more build options;
wenzelm [Tue, 24 Jul 2012 21:54:49 +0200] rev 48492
more build options;
Tue, 24 Jul 2012 21:48:41 +0200 merged
wenzelm [Tue, 24 Jul 2012 21:48:41 +0200] rev 48491
merged
Tue, 24 Jul 2012 12:36:59 +0200 moving a first Quickcheck example with many computations into a separate session Quickcheck_Benchmark
bulwahn [Tue, 24 Jul 2012 12:36:59 +0200] rev 48490
moving a first Quickcheck example with many computations into a separate session Quickcheck_Benchmark
Tue, 24 Jul 2012 08:12:15 +0200 moving Quickcheck_Examples back to test to run a minimal test even with the mira testing infrastructure
bulwahn [Tue, 24 Jul 2012 08:12:15 +0200] rev 48489
moving Quickcheck_Examples back to test to run a minimal test even with the mira testing infrastructure
Tue, 24 Jul 2012 21:46:48 +0200 reactivated HOL-NSA-Examples;
wenzelm [Tue, 24 Jul 2012 21:46:48 +0200] rev 48488
reactivated HOL-NSA-Examples;
Tue, 24 Jul 2012 21:36:53 +0200 tuned order;
wenzelm [Tue, 24 Jul 2012 21:36:53 +0200] rev 48487
tuned order;
Tue, 24 Jul 2012 21:26:28 +0200 more build options;
wenzelm [Tue, 24 Jul 2012 21:26:28 +0200] rev 48486
more build options;
Tue, 24 Jul 2012 21:07:54 +0200 tuned error;
wenzelm [Tue, 24 Jul 2012 21:07:54 +0200] rev 48485
tuned error;
Tue, 24 Jul 2012 20:56:18 +0200 more explicit checks during parsing;
wenzelm [Tue, 24 Jul 2012 20:56:18 +0200] rev 48484
more explicit checks during parsing;
Tue, 24 Jul 2012 20:42:34 +0200 more explicit document = false to reduce warnings;
wenzelm [Tue, 24 Jul 2012 20:42:34 +0200] rev 48483
more explicit document = false to reduce warnings; tuned;
Tue, 24 Jul 2012 20:41:50 +0200 pass parent_base_name, which is required for Session.init sanity check;
wenzelm [Tue, 24 Jul 2012 20:41:50 +0200] rev 48482
pass parent_base_name, which is required for Session.init sanity check; tuned message;
Tue, 24 Jul 2012 18:38:07 +0200 more session entries;
wenzelm [Tue, 24 Jul 2012 18:38:07 +0200] rev 48481
more session entries;
Tue, 24 Jul 2012 17:34:46 +0200 modernized imports;
wenzelm [Tue, 24 Jul 2012 17:34:46 +0200] rev 48480
modernized imports;
Tue, 24 Jul 2012 17:33:19 +0200 more general notion of user ERROR (cf. 44f56fe01528);
wenzelm [Tue, 24 Jul 2012 17:33:19 +0200] rev 48479
more general notion of user ERROR (cf. 44f56fe01528);
Tue, 24 Jul 2012 17:20:54 +0200 tuned messages;
wenzelm [Tue, 24 Jul 2012 17:20:54 +0200] rev 48478
tuned messages;
Tue, 24 Jul 2012 17:15:26 +0200 tuned message;
wenzelm [Tue, 24 Jul 2012 17:15:26 +0200] rev 48477
tuned message;
Tue, 24 Jul 2012 14:36:08 +0200 human-readable I/O error;
wenzelm [Tue, 24 Jul 2012 14:36:08 +0200] rev 48476
human-readable I/O error;
Tue, 24 Jul 2012 14:07:44 +0200 more session ROOT files;
wenzelm [Tue, 24 Jul 2012 14:07:44 +0200] rev 48475
more session ROOT files;
Tue, 24 Jul 2012 13:22:06 +0200 tuned messages (cf. isabelle makeall);
wenzelm [Tue, 24 Jul 2012 13:22:06 +0200] rev 48474
tuned messages (cf. isabelle makeall);
Tue, 24 Jul 2012 13:11:50 +0200 tuned message;
wenzelm [Tue, 24 Jul 2012 13:11:50 +0200] rev 48473
tuned message;
Tue, 24 Jul 2012 12:54:34 +0200 actually negate "document" (cf. 7483aa690b4f);
wenzelm [Tue, 24 Jul 2012 12:54:34 +0200] rev 48472
actually negate "document" (cf. 7483aa690b4f);
Tue, 24 Jul 2012 12:47:48 +0200 clarified no_build vs. verbose;
wenzelm [Tue, 24 Jul 2012 12:47:48 +0200] rev 48471
clarified no_build vs. verbose;
Tue, 24 Jul 2012 12:38:33 +0200 clarified "document" again, eliminated redundant "no_document";
wenzelm [Tue, 24 Jul 2012 12:38:33 +0200] rev 48470
clarified "document" again, eliminated redundant "no_document";
Tue, 24 Jul 2012 12:28:20 +0200 clarified build -n (no build);
wenzelm [Tue, 24 Jul 2012 12:28:20 +0200] rev 48469
clarified build -n (no build);
Tue, 24 Jul 2012 12:20:01 +0200 added "document_dump_only" (cf. negated usedir -C);
wenzelm [Tue, 24 Jul 2012 12:20:01 +0200] rev 48468
added "document_dump_only" (cf. negated usedir -C);
Tue, 24 Jul 2012 12:14:16 +0200 more precise propagation of options: build, session, theories;
wenzelm [Tue, 24 Jul 2012 12:14:16 +0200] rev 48467
more precise propagation of options: build, session, theories;
Tue, 24 Jul 2012 11:39:22 +0200 further imitation of ISABELLE_USEDIR_OPTIONS via options;
wenzelm [Tue, 24 Jul 2012 11:39:22 +0200] rev 48466
further imitation of ISABELLE_USEDIR_OPTIONS via options;
Tue, 24 Jul 2012 11:14:37 +0200 observe "condition";
wenzelm [Tue, 24 Jul 2012 11:14:37 +0200] rev 48465
observe "condition";
Tue, 24 Jul 2012 11:04:49 +0200 observe "quick_and_dirty";
wenzelm [Tue, 24 Jul 2012 11:04:49 +0200] rev 48464
observe "quick_and_dirty";
Tue, 24 Jul 2012 11:02:42 +0200 added "browser_info_remote" (cf. usedir -P);
wenzelm [Tue, 24 Jul 2012 11:02:42 +0200] rev 48463
added "browser_info_remote" (cf. usedir -P);
Tue, 24 Jul 2012 10:58:43 +0200 clarified "this_name" vs. former "reset" feature -- imitate the latter by loading other session sources directly;
wenzelm [Tue, 24 Jul 2012 10:58:43 +0200] rev 48462
clarified "this_name" vs. former "reset" feature -- imitate the latter by loading other session sources directly;
Tue, 24 Jul 2012 10:44:36 +0200 timing for whole session;
wenzelm [Tue, 24 Jul 2012 10:44:36 +0200] rev 48461
timing for whole session;
Tue, 24 Jul 2012 10:43:13 +0200 tuned options;
wenzelm [Tue, 24 Jul 2012 10:43:13 +0200] rev 48460
tuned options;
Tue, 24 Jul 2012 10:39:03 +0200 timing is command line options, not system option;
wenzelm [Tue, 24 Jul 2012 10:39:03 +0200] rev 48459
timing is command line options, not system option;
Tue, 24 Jul 2012 10:11:49 +0200 clarified document options;
wenzelm [Tue, 24 Jul 2012 10:11:49 +0200] rev 48458
clarified document options;
Tue, 24 Jul 2012 00:29:36 +0200 pass build options to ML;
wenzelm [Tue, 24 Jul 2012 00:29:36 +0200] rev 48457
pass build options to ML; some imitation of usedir Session.init;
Mon, 23 Jul 2012 22:35:10 +0200 added ML version of stand-alone options, with XML.encode/decode operations (unidirectional from Scala to ML);
wenzelm [Mon, 23 Jul 2012 22:35:10 +0200] rev 48456
added ML version of stand-alone options, with XML.encode/decode operations (unidirectional from Scala to ML);
Mon, 23 Jul 2012 21:01:16 +0200 provide explicit ISABELLE_PLATFORM32 as well;
wenzelm [Mon, 23 Jul 2012 21:01:16 +0200] rev 48455
provide explicit ISABELLE_PLATFORM32 as well; discontinued some obsolete platforms; explicit error for unknown platform;
Mon, 23 Jul 2012 19:07:01 +0200 merged
berghofe [Mon, 23 Jul 2012 19:07:01 +0200] rev 48454
merged
Mon, 23 Jul 2012 18:52:10 +0200 set_vcs now derives prefix from fully qualified procedure / function name
berghofe [Mon, 23 Jul 2012 18:52:10 +0200] rev 48453
set_vcs now derives prefix from fully qualified procedure / function name
Mon, 23 Jul 2012 18:21:26 +0200 try droppable application using Platypus functionality -- in contrast to earlier AppHack (cf. 9343d4b7c5bf);
wenzelm [Mon, 23 Jul 2012 18:21:26 +0200] rev 48452
try droppable application using Platypus functionality -- in contrast to earlier AppHack (cf. 9343d4b7c5bf);
Mon, 23 Jul 2012 18:15:05 +0200 updated to Platypus 4.7;
wenzelm [Mon, 23 Jul 2012 18:15:05 +0200] rev 48451
updated to Platypus 4.7;
Mon, 23 Jul 2012 16:44:29 +0200 merged
wenzelm [Mon, 23 Jul 2012 16:44:29 +0200] rev 48450
merged
Mon, 23 Jul 2012 16:16:10 +0200 tuned;
wenzelm [Mon, 23 Jul 2012 16:16:10 +0200] rev 48449
tuned;
Mon, 23 Jul 2012 16:13:26 +0200 clarified init_component: always liberal;
wenzelm [Mon, 23 Jul 2012 16:13:26 +0200] rev 48448
clarified init_component: always liberal; reduced divergence of clone from lib/scripts/getsettings;
Mon, 23 Jul 2012 15:59:14 +0200 added system build mode: produce output in ISABELLE_HOME;
wenzelm [Mon, 23 Jul 2012 15:59:14 +0200] rev 48447
added system build mode: produce output in ISABELLE_HOME; determine output location more explicitly;
Mon, 23 Jul 2012 15:44:42 +0200 removed redundant check (cf. a8ed41b6280b);
wenzelm [Mon, 23 Jul 2012 15:44:42 +0200] rev 48446
removed redundant check (cf. a8ed41b6280b);
Mon, 23 Jul 2012 15:05:05 +0200 pass ISABELLE_BROWSER_INFO as explicit argument;
wenzelm [Mon, 23 Jul 2012 15:05:05 +0200] rev 48445
pass ISABELLE_BROWSER_INFO as explicit argument;
Mon, 23 Jul 2012 14:18:28 +0200 removed some old/unused stuff;
wenzelm [Mon, 23 Jul 2012 14:18:28 +0200] rev 48444
removed some old/unused stuff;
Mon, 23 Jul 2012 12:05:48 +0200 updated smlnj settings;
wenzelm [Mon, 23 Jul 2012 12:05:48 +0200] rev 48443
updated smlnj settings;
Mon, 23 Jul 2012 15:32:30 +0200 cap the number of facts returned by MaSh
blanchet [Mon, 23 Jul 2012 15:32:30 +0200] rev 48442
cap the number of facts returned by MaSh
Mon, 23 Jul 2012 15:32:30 +0200 remove MaSh junk associated with size functions
blanchet [Mon, 23 Jul 2012 15:32:30 +0200] rev 48441
remove MaSh junk associated with size functions
Mon, 23 Jul 2012 15:32:30 +0200 identified "evil" theories for MaSh -- this is rather ad hoc, but so is MaSh anyway
blanchet [Mon, 23 Jul 2012 15:32:30 +0200] rev 48440
identified "evil" theories for MaSh -- this is rather ad hoc, but so is MaSh anyway
Mon, 23 Jul 2012 15:32:30 +0200 removed MaSh junk arising from primrec definitions
blanchet [Mon, 23 Jul 2012 15:32:30 +0200] rev 48439
removed MaSh junk arising from primrec definitions
Mon, 23 Jul 2012 15:32:30 +0200 distinguish between recursive and nonrecursive definitions + clean up typedef dependencies in MaSh
blanchet [Mon, 23 Jul 2012 15:32:30 +0200] rev 48438
distinguish between recursive and nonrecursive definitions + clean up typedef dependencies in MaSh
Mon, 23 Jul 2012 15:32:30 +0200 tuning
blanchet [Mon, 23 Jul 2012 15:32:30 +0200] rev 48437
tuning
Mon, 23 Jul 2012 15:32:30 +0200 faster "save" operation
blanchet [Mon, 23 Jul 2012 15:32:30 +0200] rev 48436
faster "save" operation
Mon, 23 Jul 2012 15:32:30 +0200 include unknown local facts in MaSh
blanchet [Mon, 23 Jul 2012 15:32:30 +0200] rev 48435
include unknown local facts in MaSh
Mon, 23 Jul 2012 15:32:30 +0200 ensure all calls to "mash" program are synchronous
blanchet [Mon, 23 Jul 2012 15:32:30 +0200] rev 48434
ensure all calls to "mash" program are synchronous
Mon, 23 Jul 2012 15:32:30 +0200 don't relearn old facts in Isar mode
blanchet [Mon, 23 Jul 2012 15:32:30 +0200] rev 48433
don't relearn old facts in Isar mode
Mon, 23 Jul 2012 15:32:30 +0200 took out CVC3 again -- there seems to be issues with the server version of CVC3 + minor tweaks
blanchet [Mon, 23 Jul 2012 15:32:30 +0200] rev 48432
took out CVC3 again -- there seems to be issues with the server version of CVC3 + minor tweaks
Mon, 23 Jul 2012 09:28:03 +0200 restrict unqualified imports from Haskell Prelude to a small set of fundamental operations
haftmann [Mon, 23 Jul 2012 09:28:03 +0200] rev 48431
restrict unqualified imports from Haskell Prelude to a small set of fundamental operations
Mon, 23 Jul 2012 09:26:55 +0200 more correct import
haftmann [Mon, 23 Jul 2012 09:26:55 +0200] rev 48430
more correct import
Sun, 22 Jul 2012 23:36:11 +0200 merged
wenzelm [Sun, 22 Jul 2012 23:36:11 +0200] rev 48429
merged
Sun, 22 Jul 2012 10:00:51 +0200 NEWS
haftmann [Sun, 22 Jul 2012 10:00:51 +0200] rev 48428
NEWS
Sun, 22 Jul 2012 09:56:34 +0200 library theories for debugging and parallel computing using code generation towards Isabelle/ML
haftmann [Sun, 22 Jul 2012 09:56:34 +0200] rev 48427
library theories for debugging and parallel computing using code generation towards Isabelle/ML
Sat, 21 Jul 2012 20:01:16 +0200 also consider current working directory (cf. 3a5a5a992519)
haftmann [Sat, 21 Jul 2012 20:01:16 +0200] rev 48426
also consider current working directory (cf. 3a5a5a992519)
Sun, 22 Jul 2012 23:31:57 +0200 parallel scheduling of jobs;
wenzelm [Sun, 22 Jul 2012 23:31:57 +0200] rev 48425
parallel scheduling of jobs; misc tuning;
Sun, 22 Jul 2012 21:59:14 +0200 tuned;
wenzelm [Sun, 22 Jul 2012 21:59:14 +0200] rev 48424
tuned;
Sun, 22 Jul 2012 12:26:41 +0200 maintain set of source digests, including relevant parts of session entry;
wenzelm [Sun, 22 Jul 2012 12:26:41 +0200] rev 48423
maintain set of source digests, including relevant parts of session entry;
Sun, 22 Jul 2012 00:00:22 +0200 determine source dependencies, relatively to preloaded theories;
wenzelm [Sun, 22 Jul 2012 00:00:22 +0200] rev 48422
determine source dependencies, relatively to preloaded theories; tuned signature;
Sat, 21 Jul 2012 22:13:50 +0200 propagate defined options;
wenzelm [Sat, 21 Jul 2012 22:13:50 +0200] rev 48421
propagate defined options; misc tuning;
Sat, 21 Jul 2012 21:16:08 +0200 disallow quotes in path specifications -- extra paranoia;
wenzelm [Sat, 21 Jul 2012 21:16:08 +0200] rev 48420
disallow quotes in path specifications -- extra paranoia;
Sat, 21 Jul 2012 17:49:22 +0200 save image for inner nodes only;
wenzelm [Sat, 21 Jul 2012 17:49:22 +0200] rev 48419
save image for inner nodes only; misc tuning and simplification;
Sat, 21 Jul 2012 16:41:55 +0200 some actual build function on ML side;
wenzelm [Sat, 21 Jul 2012 16:41:55 +0200] rev 48418
some actual build function on ML side; further imitation of "usedir" shell script;
Sat, 21 Jul 2012 12:57:31 +0200 tuned -- no dependency on exit function;
wenzelm [Sat, 21 Jul 2012 12:57:31 +0200] rev 48417
tuned -- no dependency on exit function;
Sat, 21 Jul 2012 12:42:28 +0200 more ML_System operations;
wenzelm [Sat, 21 Jul 2012 12:42:28 +0200] rev 48416
more ML_System operations;
Sat, 21 Jul 2012 10:55:42 +0200 restricting Quickcheck_Examples' root file to one basic theory to see if the system error on isatest still occurs
bulwahn [Sat, 21 Jul 2012 10:55:42 +0200] rev 48415
restricting Quickcheck_Examples' root file to one basic theory to see if the system error on isatest still occurs
Sat, 21 Jul 2012 10:53:26 +0200 handling partiality in the case where the equality optimisation is applied
bulwahn [Sat, 21 Jul 2012 10:53:26 +0200] rev 48414
handling partiality in the case where the equality optimisation is applied
Fri, 20 Jul 2012 23:38:15 +0200 merged
wenzelm [Fri, 20 Jul 2012 23:38:15 +0200] rev 48413
merged
(0) -30000 -10000 -3000 -1000 -480 +480 +1000 +3000 +10000 +30000 tip