blanchet [Wed, 13 Jul 2011 22:16:19 +0200] rev 43810
more exhaustive testing in Nitrox
blanchet [Wed, 13 Jul 2011 22:16:19 +0200] rev 43809
no timeout for Nitrox
blanchet [Wed, 13 Jul 2011 22:16:19 +0200] rev 43808
avoid relying on piping to "isabelle tty", because this gives errors on some Linuxes about the standard input not being a tty
blanchet [Wed, 13 Jul 2011 22:16:19 +0200] rev 43807
added arithmetic decision procedure to CASC setup
blanchet [Wed, 13 Jul 2011 22:16:19 +0200] rev 43806
added some arithmetic functions, for THF with arithmetic
blanchet [Wed, 13 Jul 2011 22:16:19 +0200] rev 43805
pull in arithmetic theories
blanchet [Wed, 13 Jul 2011 22:16:19 +0200] rev 43804
cleanly separate TPTP related files from other examples
bulwahn [Wed, 13 Jul 2011 21:59:54 +0200] rev 43803
increasing timeout to avoid spurious failures
haftmann [Wed, 13 Jul 2011 18:36:11 +0200] rev 43802
merged
haftmann [Wed, 13 Jul 2011 07:26:31 +0200] rev 43801
more generalization towards complete lattices
krauss [Wed, 13 Jul 2011 15:50:45 +0200] rev 43800
experimental variants of Library/Cset.thy and Library/Dlist_Cset.thy defined via quotient package
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 13 Jul 2011 04:00:32 +0900] rev 43799
merge
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 13 Jul 2011 11:31:36 +0900] rev 43798
Tuned
wenzelm [Thu, 14 Jul 2011 22:30:31 +0200] rev 43797
more precise integer Markup.properties/XML.attributes: disallow ML-style ~ minus;
wenzelm [Wed, 13 Jul 2011 22:05:55 +0200] rev 43796
added term_sharing.ML;
wenzelm [Wed, 13 Jul 2011 21:44:15 +0200] rev 43795
recovered some runtime sharing from d6b6c74a8bcf, without the global memory bottleneck;
wenzelm [Wed, 13 Jul 2011 20:36:18 +0200] rev 43794
sub-structural sharing after Syntax.check phase, with global interning of logical entities (the latter is relevant when bypassing default parsing via YXML);
minor tuning;
wenzelm [Wed, 13 Jul 2011 20:13:27 +0200] rev 43793
low-level tuning;
wenzelm [Wed, 13 Jul 2011 16:42:14 +0200] rev 43792
Table.lookup_key and Graph.get_entry allow to retrieve the original key, which is not necessarily identical to the given one;
Sorts.certify_class: prefer the persistent name;
wenzelm [Wed, 13 Jul 2011 10:57:09 +0200] rev 43791
XML.pretty with depth limit;
wenzelm [Tue, 12 Jul 2011 23:22:22 +0200] rev 43790
more thorough Variable.check_name: Binding.check for logical entities within the term language;
wenzelm [Tue, 12 Jul 2011 23:20:34 +0200] rev 43789
tuned;
wenzelm [Tue, 12 Jul 2011 20:53:14 +0200] rev 43788
merged
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 13 Jul 2011 00:43:07 +0900] rev 43787
Update HOLLightCompat