wenzelm [Fri, 07 Jan 2011 14:58:15 +0100] rev 41443
comments;
wenzelm [Fri, 07 Jan 2011 14:36:41 +0100] rev 41442
updated for 2011;
emphasize "contributors" in the header as well, which are already mentioned in the body text;
boehmes [Fri, 07 Jan 2011 13:24:09 +0100] rev 41441
shortened the warning about uninstalled SMT solvers (the additional hint might get obsolete without further notice)
krauss [Fri, 07 Jan 2011 10:28:45 +0100] rev 41440
tuned NEWS
boehmes [Fri, 07 Jan 2011 09:41:48 +0100] rev 41439
avoid ML structure aliases (especially single-letter abbreviations)
boehmes [Fri, 07 Jan 2011 09:26:27 +0100] rev 41438
made SML/NJ happy
huffman [Thu, 06 Jan 2011 17:40:38 -0800] rev 41437
rename constant u_defl to u_liftdefl;
add new constant u_defl :: udom defl -> udom defl
huffman [Thu, 06 Jan 2011 16:52:35 -0800] rev 41436
rename constant pdefl to liftdefl_of
ballarin [Thu, 06 Jan 2011 21:06:18 +0100] rev 41435
Diagnostic command to show locale dependencies.
ballarin [Thu, 06 Jan 2011 21:06:17 +0100] rev 41434
Documentation for 'interpret' and 'sublocale' with mixins.
ballarin [Thu, 06 Jan 2011 21:06:17 +0100] rev 41433
Abelian group facts obtained from group facts via interpretation (sublocale).
boehmes [Thu, 06 Jan 2011 17:51:56 +0100] rev 41432
differentiate between local and remote SMT solvers (e.g., "z3" vs. "remote_z3");
turned individual SMT solvers into components;
made CVC3 the default SMT solver (Z3 is licensed as "non-commercial only");
tuned smt_filter interface
huffman [Tue, 04 Jan 2011 15:46:38 -0800] rev 41431
remove various lemmas redundant with lub_eq_bottom_iff
huffman [Tue, 04 Jan 2011 15:32:56 -0800] rev 41430
change some lemma names containing 'UU' to 'bottom'
huffman [Tue, 04 Jan 2011 15:03:27 -0800] rev 41429
renamed constant 'UU' to 'bottom', keeping 'UU' as alternative input syntax;
removed redundant lemma UU_least
boehmes [Mon, 03 Jan 2011 17:10:32 +0100] rev 41428
merged
boehmes [Mon, 03 Jan 2011 16:49:28 +0100] rev 41427
updated SMT certificates
boehmes [Mon, 03 Jan 2011 16:22:08 +0100] rev 41426
re-implemented support for datatypes (including records and typedefs);
added test cases for datatypes, records and typedefs
haftmann [Mon, 03 Jan 2011 14:01:42 +0100] rev 41425
tuned whitespace
wenzelm [Fri, 31 Dec 2010 00:11:24 +0100] rev 41424
do not open structure Codegen;
wenzelm [Thu, 30 Dec 2010 23:42:06 +0100] rev 41423
do not open auxiliary ML structures;
wenzelm [Thu, 30 Dec 2010 22:34:53 +0100] rev 41422
uniform treatment of type vs. term environment (cf. b654fa27fbc4);
tuned;
wenzelm [Thu, 30 Dec 2010 22:07:18 +0100] rev 41421
uniform treatment of typ_match and raw_match (cf. b654fa27fbc4);
wenzelm [Thu, 30 Dec 2010 13:31:32 +0100] rev 41420
tuned isatest settings;
wenzelm [Wed, 29 Dec 2010 22:51:33 +0100] rev 41419
merged
krauss [Wed, 29 Dec 2010 21:52:44 +0100] rev 41418
more robust decomposition of simultaneous goals
krauss [Wed, 29 Dec 2010 21:52:41 +0100] rev 41417
function (default) is legacy feature
wenzelm [Wed, 29 Dec 2010 21:21:11 +0100] rev 41416
more scalable Symbol_Pos.explode;
wenzelm [Wed, 29 Dec 2010 20:41:33 +0100] rev 41415
tuned ML toplevel pp for type string: observe depth limit;
wenzelm [Wed, 29 Dec 2010 18:18:42 +0100] rev 41414
theory loader: implicit load path is considered legacy;