Sat, 22 Oct 2011 20:18:01 +0200 merged
nipkow [Sat, 22 Oct 2011 20:18:01 +0200] rev 45247
merged
Sat, 22 Oct 2011 20:17:50 +0200 added isaverbatimwrite that allows to cut out snippets of thy files in their latex form and dump them in a file
nipkow [Sat, 22 Oct 2011 20:17:50 +0200] rev 45246
added isaverbatimwrite that allows to cut out snippets of thy files in their latex form and dump them in a file
Sat, 22 Oct 2011 19:22:13 +0200 experimental support for Scala 2.9.1.final;
wenzelm [Sat, 22 Oct 2011 19:22:13 +0200] rev 45245
experimental support for Scala 2.9.1.final;
Sat, 22 Oct 2011 19:15:32 +0200 class Path as abstract datatype;
wenzelm [Sat, 22 Oct 2011 19:15:32 +0200] rev 45244
class Path as abstract datatype;
Sat, 22 Oct 2011 19:00:03 +0200 class Counter as abstract datatype;
wenzelm [Sat, 22 Oct 2011 19:00:03 +0200] rev 45243
class Counter as abstract datatype;
Sat, 22 Oct 2011 16:57:24 +0200 discontinued redundant ASCII syntax;
wenzelm [Sat, 22 Oct 2011 16:57:24 +0200] rev 45242
discontinued redundant ASCII syntax;
Sat, 22 Oct 2011 16:44:34 +0200 modernized specifications;
wenzelm [Sat, 22 Oct 2011 16:44:34 +0200] rev 45241
modernized specifications;
Fri, 21 Oct 2011 22:44:55 +0200 proper normal form for Perspective.ranges (overlapping ranges could be joined in wrong order, crashing multiple editor views);
wenzelm [Fri, 21 Oct 2011 22:44:55 +0200] rev 45240
proper normal form for Perspective.ranges (overlapping ranges could be joined in wrong order, crashing multiple editor views); clarified Text.Range apartness, with try_restrict and try_join operations; private Perspective constructor to ensure abstract datatype integrity;
Fri, 21 Oct 2011 17:39:07 +0200 merged
nipkow [Fri, 21 Oct 2011 17:39:07 +0200] rev 45239
merged
Fri, 21 Oct 2011 17:39:00 +0200 tuned
nipkow [Fri, 21 Oct 2011 17:39:00 +0200] rev 45238
tuned
Fri, 21 Oct 2011 16:21:12 +0200 merged
wenzelm [Fri, 21 Oct 2011 16:21:12 +0200] rev 45237
merged
Fri, 21 Oct 2011 14:25:38 +0200 replacing metis proofs with facts xt1 by new proof with more readable names
bulwahn [Fri, 21 Oct 2011 14:25:38 +0200] rev 45236
replacing metis proofs with facts xt1 by new proof with more readable names
Fri, 21 Oct 2011 14:06:15 +0200 more robust parsing of TSTP sources -- Vampire has nonstandard "introduced()" tags and Waldmeister(OnTPTP) has weird "theory(...)" dependencies
blanchet [Fri, 21 Oct 2011 14:06:15 +0200] rev 45235
more robust parsing of TSTP sources -- Vampire has nonstandard "introduced()" tags and Waldmeister(OnTPTP) has weird "theory(...)" dependencies
Fri, 21 Oct 2011 12:44:20 +0200 disable Vampire's BDD optimization, which sometimes yields so huge proofs that this causes problems for reconstruction
blanchet [Fri, 21 Oct 2011 12:44:20 +0200] rev 45234
disable Vampire's BDD optimization, which sometimes yields so huge proofs that this causes problems for reconstruction
Fri, 21 Oct 2011 11:17:16 +0200 NEWS
bulwahn [Fri, 21 Oct 2011 11:17:16 +0200] rev 45233
NEWS
Fri, 21 Oct 2011 11:17:15 +0200 updating documentation: code_inline -> code_unfold; added documentation about attribute code_unfold_post
bulwahn [Fri, 21 Oct 2011 11:17:15 +0200] rev 45232
updating documentation: code_inline -> code_unfold; added documentation about attribute code_unfold_post
Fri, 21 Oct 2011 11:17:14 +0200 replacing code_inline by code_unfold, removing obsolete code_unfold, code_inline del now that the ancient code generator is removed
bulwahn [Fri, 21 Oct 2011 11:17:14 +0200] rev 45231
replacing code_inline by code_unfold, removing obsolete code_unfold, code_inline del now that the ancient code generator is removed
Fri, 21 Oct 2011 11:17:12 +0200 removing redundant attribute code_inline in the code generator
bulwahn [Fri, 21 Oct 2011 11:17:12 +0200] rev 45230
removing redundant attribute code_inline in the code generator
Fri, 21 Oct 2011 11:27:21 +0200 tuned;
wenzelm [Fri, 21 Oct 2011 11:27:21 +0200] rev 45229
tuned;
Fri, 21 Oct 2011 11:26:14 +0200 tuned;
wenzelm [Fri, 21 Oct 2011 11:26:14 +0200] rev 45228
tuned;
Fri, 21 Oct 2011 10:37:03 +0200 improving mutabelle script again after missing some changes in f4896c792316
bulwahn [Fri, 21 Oct 2011 10:37:03 +0200] rev 45227
improving mutabelle script again after missing some changes in f4896c792316
Fri, 21 Oct 2011 10:32:42 +0200 correcting code_prolog
bulwahn [Fri, 21 Oct 2011 10:32:42 +0200] rev 45226
correcting code_prolog
Fri, 21 Oct 2011 09:51:45 +0200 merged
huffman [Fri, 21 Oct 2011 09:51:45 +0200] rev 45225
merged
Fri, 21 Oct 2011 08:42:11 +0200 add HOL/ex/Simproc_Tests.thy: testing for Tools/numeral_simprocs.ML
huffman [Fri, 21 Oct 2011 08:42:11 +0200] rev 45224
add HOL/ex/Simproc_Tests.thy: testing for Tools/numeral_simprocs.ML
Fri, 21 Oct 2011 08:25:04 +0200 merged
nipkow [Fri, 21 Oct 2011 08:25:04 +0200] rev 45223
merged
Fri, 21 Oct 2011 08:24:57 +0200 tuned
nipkow [Fri, 21 Oct 2011 08:24:57 +0200] rev 45222
tuned
Thu, 20 Oct 2011 22:26:02 +0200 mark "xt..." rules as "no_atp", since they are easy consequences of other better named properties
blanchet [Thu, 20 Oct 2011 22:26:02 +0200] rev 45221
mark "xt..." rules as "no_atp", since they are easy consequences of other better named properties
Thu, 20 Oct 2011 22:02:49 +0200 merged
huffman [Thu, 20 Oct 2011 22:02:49 +0200] rev 45220
merged
Thu, 20 Oct 2011 17:27:14 +0200 removed mult_Bit1 from int_arith_rules (cf. 882403378a41 and 3078fd2eec7b, where mult_num1 erroneously replaced mult_1)
huffman [Thu, 20 Oct 2011 17:27:14 +0200] rev 45219
removed mult_Bit1 from int_arith_rules (cf. 882403378a41 and 3078fd2eec7b, where mult_num1 erroneously replaced mult_1)
Thu, 20 Oct 2011 12:30:43 -0400 removed [trans] concept from basic material
kleing [Thu, 20 Oct 2011 12:30:43 -0400] rev 45218
removed [trans] concept from basic material
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip