Tue, 13 Jul 2010 00:15:37 +0200 generic ad-hoc overloading via check/uncheck
krauss [Tue, 13 Jul 2010 00:15:37 +0200] rev 37789
generic ad-hoc overloading via check/uncheck
Tue, 13 Jul 2010 11:38:04 +0200 corrected title
haftmann [Tue, 13 Jul 2010 11:38:04 +0200] rev 37788
corrected title
Tue, 13 Jul 2010 11:38:03 +0200 theorem collections do not contain default rules any longer
haftmann [Tue, 13 Jul 2010 11:38:03 +0200] rev 37787
theorem collections do not contain default rules any longer
Tue, 13 Jul 2010 02:29:05 +0200 fixed handling of Ball/Bex: turn equalities into meta-equalities for the rewriting conversions;
boehmes [Tue, 13 Jul 2010 02:29:05 +0200] rev 37786
fixed handling of Ball/Bex: turn equalities into meta-equalities for the rewriting conversions; added tests for Ball/Bex
Mon, 12 Jul 2010 22:35:41 +0200 removed unused/untested IOA 'automaton' package;
wenzelm [Mon, 12 Jul 2010 22:35:41 +0200] rev 37785
removed unused/untested IOA 'automaton' package;
Mon, 12 Jul 2010 22:17:31 +0200 removed impractical tolerate_legacy_features flag;
wenzelm [Mon, 12 Jul 2010 22:17:31 +0200] rev 37784
removed impractical tolerate_legacy_features flag;
Mon, 12 Jul 2010 22:14:11 +0200 tuned comment;
wenzelm [Mon, 12 Jul 2010 22:14:11 +0200] rev 37783
tuned comment;
Mon, 12 Jul 2010 22:07:36 +0200 removed legacy aliases;
wenzelm [Mon, 12 Jul 2010 22:07:36 +0200] rev 37782
removed legacy aliases;
Mon, 12 Jul 2010 21:38:37 +0200 moved misc legacy stuff from OldGoals to Misc_Legacy;
wenzelm [Mon, 12 Jul 2010 21:38:37 +0200] rev 37781
moved misc legacy stuff from OldGoals to Misc_Legacy; OldGoals: removed unused strip_context, metahyps_thms, read_term, read_prop, gethyps;
Mon, 12 Jul 2010 21:12:18 +0200 eliminated OldGoals.strip_context;
wenzelm [Mon, 12 Jul 2010 21:12:18 +0200] rev 37780
eliminated OldGoals.strip_context;
Mon, 12 Jul 2010 20:35:10 +0200 removed old HOL/HOLCF-Modelcheck setup, which has been unused/untested for many years;
wenzelm [Mon, 12 Jul 2010 20:35:10 +0200] rev 37779
removed old HOL/HOLCF-Modelcheck setup, which has been unused/untested for many years;
Mon, 12 Jul 2010 20:21:39 +0200 do not intercept ML exceptions -- printing exception positions/text is the job of the Isar/ML toplevel;
wenzelm [Mon, 12 Jul 2010 20:21:39 +0200] rev 37778
do not intercept ML exceptions -- printing exception positions/text is the job of the Isar/ML toplevel; use up-to-date ML_Compiler.exn_message;
Mon, 12 Jul 2010 18:59:38 +0200 some modernization of really ancient Meson experiments;
wenzelm [Mon, 12 Jul 2010 18:59:38 +0200] rev 37777
some modernization of really ancient Meson experiments;
Mon, 12 Jul 2010 16:40:48 +0200 dropped empty theory
haftmann [Mon, 12 Jul 2010 16:40:48 +0200] rev 37776
dropped empty theory
Mon, 12 Jul 2010 16:38:20 +0200 moved auxiliary lemma
haftmann [Mon, 12 Jul 2010 16:38:20 +0200] rev 37775
moved auxiliary lemma
Mon, 12 Jul 2010 16:26:48 +0200 dropped unused lemmas of dubious value
haftmann [Mon, 12 Jul 2010 16:26:48 +0200] rev 37774
dropped unused lemmas of dubious value
Mon, 12 Jul 2010 16:23:30 +0200 dropped unused lemmas of dubious value
haftmann [Mon, 12 Jul 2010 16:23:30 +0200] rev 37773
dropped unused lemmas of dubious value
Mon, 12 Jul 2010 16:19:15 +0200 split off mrec into separate theory
haftmann [Mon, 12 Jul 2010 16:19:15 +0200] rev 37772
split off mrec into separate theory
Mon, 12 Jul 2010 16:05:08 +0200 spelt out relational framework in a consistent way
haftmann [Mon, 12 Jul 2010 16:05:08 +0200] rev 37771
spelt out relational framework in a consistent way
Mon, 12 Jul 2010 11:39:27 +0200 avoid explicit mandatory prefix markers when prefixes are mandatory implicitly
haftmann [Mon, 12 Jul 2010 11:39:27 +0200] rev 37770
avoid explicit mandatory prefix markers when prefixes are mandatory implicitly
Mon, 12 Jul 2010 11:21:56 +0200 merged
haftmann [Mon, 12 Jul 2010 11:21:56 +0200] rev 37769
merged
Mon, 12 Jul 2010 11:21:27 +0200 moved co-regularity to class section; avoid duplicated class_deps
haftmann [Mon, 12 Jul 2010 11:21:27 +0200] rev 37768
moved co-regularity to class section; avoid duplicated class_deps
Mon, 12 Jul 2010 10:48:37 +0200 dropped superfluous [code del]s
haftmann [Mon, 12 Jul 2010 10:48:37 +0200] rev 37767
dropped superfluous [code del]s
Mon, 12 Jul 2010 08:58:27 +0200 merged
haftmann [Mon, 12 Jul 2010 08:58:27 +0200] rev 37766
merged
Mon, 12 Jul 2010 08:58:13 +0200 dropped superfluous [code del]s
haftmann [Mon, 12 Jul 2010 08:58:13 +0200] rev 37765
dropped superfluous [code del]s
Mon, 12 Jul 2010 08:58:12 +0200 more regular session structure
haftmann [Mon, 12 Jul 2010 08:58:12 +0200] rev 37764
more regular session structure
Sat, 10 Jul 2010 22:39:16 +0200 regular image setup for HOL-Library (cf. 4915de09b4d3 and ccae4ecd67f4) -- note that document preparation requires a separate session directory, and library.ML is a bit too generic as a file in the default load path;
wenzelm [Sat, 10 Jul 2010 22:39:16 +0200] rev 37763
regular image setup for HOL-Library (cf. 4915de09b4d3 and ccae4ecd67f4) -- note that document preparation requires a separate session directory, and library.ML is a bit too generic as a file in the default load path;
Sat, 10 Jul 2010 21:38:16 +0200 merged
wenzelm [Sat, 10 Jul 2010 21:38:16 +0200] rev 37762
merged
Fri, 09 Jul 2010 16:44:05 +0100 Added current crontab of macbroy28
kleing [Fri, 09 Jul 2010 16:44:05 +0100] rev 37761
Added current crontab of macbroy28
Fri, 09 Jul 2010 17:15:03 +0200 moved example to its own file in HOL/ex
krauss [Fri, 09 Jul 2010 17:15:03 +0200] rev 37760
moved example to its own file in HOL/ex
Fri, 09 Jul 2010 17:00:42 +0200 merged
haftmann [Fri, 09 Jul 2010 17:00:42 +0200] rev 37759
merged
Fri, 09 Jul 2010 16:58:44 +0200 pervasive success combinator
haftmann [Fri, 09 Jul 2010 16:58:44 +0200] rev 37758
pervasive success combinator
Fri, 09 Jul 2010 16:32:25 +0200 added "while_option", which needs no well-foundedness; defined "while" in terms of "while_option"
krauss [Fri, 09 Jul 2010 16:32:25 +0200] rev 37757
added "while_option", which needs no well-foundedness; defined "while" in terms of "while_option"
Fri, 09 Jul 2010 10:08:10 +0200 avoid slightly odd "M" suffix; rename mapM to fold_map (fold_map_abort would be more correct, though)
haftmann [Fri, 09 Jul 2010 10:08:10 +0200] rev 37756
avoid slightly odd "M" suffix; rename mapM to fold_map (fold_map_abort would be more correct, though)
Fri, 09 Jul 2010 09:48:54 +0200 adapted to changes
haftmann [Fri, 09 Jul 2010 09:48:54 +0200] rev 37755
adapted to changes
Fri, 09 Jul 2010 09:48:53 +0200 guard combinator
haftmann [Fri, 09 Jul 2010 09:48:53 +0200] rev 37754
guard combinator
Fri, 09 Jul 2010 09:48:53 +0200 tuned reference theory
haftmann [Fri, 09 Jul 2010 09:48:53 +0200] rev 37753
tuned reference theory
Fri, 09 Jul 2010 09:48:52 +0200 tuned array theory
haftmann [Fri, 09 Jul 2010 09:48:52 +0200] rev 37752
tuned array theory
Fri, 09 Jul 2010 08:11:10 +0200 nicer xsymbol syntax for fcomp and scomp
haftmann [Fri, 09 Jul 2010 08:11:10 +0200] rev 37751
nicer xsymbol syntax for fcomp and scomp
Thu, 08 Jul 2010 17:23:05 +0200 dropped ancient in-place compilation of SML; more tests
haftmann [Thu, 08 Jul 2010 17:23:05 +0200] rev 37750
dropped ancient in-place compilation of SML; more tests
Thu, 08 Jul 2010 16:48:33 +0200 updated documentation
haftmann [Thu, 08 Jul 2010 16:48:33 +0200] rev 37749
updated documentation
Thu, 08 Jul 2010 16:41:57 +0200 dropped ancient in-place compilation of SML
haftmann [Thu, 08 Jul 2010 16:41:57 +0200] rev 37748
dropped ancient in-place compilation of SML
Thu, 08 Jul 2010 16:28:18 +0200 more accurate dependencies
haftmann [Thu, 08 Jul 2010 16:28:18 +0200] rev 37747
more accurate dependencies
Thu, 08 Jul 2010 16:20:03 +0200 empty default
haftmann [Thu, 08 Jul 2010 16:20:03 +0200] rev 37746
empty default
Thu, 08 Jul 2010 16:19:24 +0200 checking generated code for various target languages
haftmann [Thu, 08 Jul 2010 16:19:24 +0200] rev 37745
checking generated code for various target languages
Thu, 08 Jul 2010 16:19:24 +0200 tuned titles
haftmann [Thu, 08 Jul 2010 16:19:24 +0200] rev 37744
tuned titles
Thu, 08 Jul 2010 16:19:23 +0200 tuned module names
haftmann [Thu, 08 Jul 2010 16:19:23 +0200] rev 37743
tuned module names
Thu, 08 Jul 2010 16:17:44 +0200 tuned tabs
haftmann [Thu, 08 Jul 2010 16:17:44 +0200] rev 37742
tuned tabs
Thu, 08 Jul 2010 16:17:44 +0200 tuned script
haftmann [Thu, 08 Jul 2010 16:17:44 +0200] rev 37741
tuned script
Thu, 08 Jul 2010 09:36:23 +0200 combinator with_tmp_dir
haftmann [Thu, 08 Jul 2010 09:36:23 +0200] rev 37740
combinator with_tmp_dir
Thu, 08 Jul 2010 09:36:22 +0200 rm_tree: remove entire file system trees
haftmann [Thu, 08 Jul 2010 09:36:22 +0200] rev 37739
rm_tree: remove entire file system trees
Wed, 07 Jul 2010 18:17:23 +0200 Boxes may now have different widths.
berghofe [Wed, 07 Jul 2010 18:17:23 +0200] rev 37738
Boxes may now have different widths.
Wed, 07 Jul 2010 09:26:54 +0200 tuned
hoelzl [Wed, 07 Jul 2010 09:26:54 +0200] rev 37737
tuned
Wed, 07 Jul 2010 08:25:23 +0200 replaced manual derivation of equations for inductive predicates by automatic derivation by inductive_simps
bulwahn [Wed, 07 Jul 2010 08:25:23 +0200] rev 37736
replaced manual derivation of equations for inductive predicates by automatic derivation by inductive_simps
Wed, 07 Jul 2010 08:25:22 +0200 added NEWS entry
bulwahn [Wed, 07 Jul 2010 08:25:22 +0200] rev 37735
added NEWS entry
Wed, 07 Jul 2010 08:25:21 +0200 added the new command inductive_cases to derive simplification equations for inductive predicates; added binding simps for general simplification equation
bulwahn [Wed, 07 Jul 2010 08:25:21 +0200] rev 37734
added the new command inductive_cases to derive simplification equations for inductive predicates; added binding simps for general simplification equation
Tue, 06 Jul 2010 08:08:35 -0700 merged
huffman [Tue, 06 Jul 2010 08:08:35 -0700] rev 37733
merged
Mon, 05 Jul 2010 09:14:51 -0700 generalize type of is_interval to class euclidean_space
huffman [Mon, 05 Jul 2010 09:14:51 -0700] rev 37732
generalize type of is_interval to class euclidean_space
Mon, 05 Jul 2010 09:12:35 -0700 section -> subsection
huffman [Mon, 05 Jul 2010 09:12:35 -0700] rev 37731
section -> subsection
Sun, 04 Jul 2010 09:26:30 -0700 generalize some lemmas about derivatives
huffman [Sun, 04 Jul 2010 09:26:30 -0700] rev 37730
generalize some lemmas about derivatives
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip