webertj [Fri, 19 Oct 2012 10:46:42 +0200] rev 49961
Tuned.
haftmann [Sun, 21 Oct 2012 16:43:08 +0200] rev 49960
more conventional argument order;
dropped dead code
bulwahn [Sun, 21 Oct 2012 08:39:41 +0200] rev 49959
another refinement in the comprehension conversion
bulwahn [Sun, 21 Oct 2012 05:24:59 +0200] rev 49958
refined simplifier call in comprehension_conv
bulwahn [Sun, 21 Oct 2012 05:24:56 +0200] rev 49957
passing around the simpset instead of the context; rewriting tactics to avoid the 'renamed bound variable' warnings in nested simplifier calls
wenzelm [Sat, 20 Oct 2012 17:40:51 +0200] rev 49956
avoid STIX font, which tends to render badly;
wenzelm [Sat, 20 Oct 2012 17:15:40 +0200] rev 49955
extra jar for scala-2.10.0-RC1;
wenzelm [Sat, 20 Oct 2012 15:46:48 +0200] rev 49954
more explicit auxiliary classes to avoid warning "reflective access of structural type member method" of scala-2.10.0-RC1;
wenzelm [Sat, 20 Oct 2012 15:45:40 +0200] rev 49953
avoid duplicate build of jars_fresh;
wenzelm [Sat, 20 Oct 2012 12:01:20 +0200] rev 49952
obsolete, cf. README_REPOSITORY;
wenzelm [Sat, 20 Oct 2012 12:00:48 +0200] rev 49951
accomodate scala-2.10.0-RC1;
haftmann [Sat, 20 Oct 2012 10:00:21 +0200] rev 49950
tailored enum specification towards simple instantiation;
tuned enum instantiations
haftmann [Sat, 20 Oct 2012 10:00:21 +0200] rev 49949
refined internal structure of Enum.thy
haftmann [Sat, 20 Oct 2012 09:12:16 +0200] rev 49948
moved quite generic material from theory Enum to more appropriate places
bulwahn [Sat, 20 Oct 2012 09:09:37 +0200] rev 49947
adding another test case for the set_comprehension_simproc to the theory in HOL/ex
bulwahn [Sat, 20 Oct 2012 09:09:35 +0200] rev 49946
improving tactic in setcomprehension_simproc
bulwahn [Sat, 20 Oct 2012 09:09:34 +0200] rev 49945
adjusting proofs
bulwahn [Sat, 20 Oct 2012 09:09:33 +0200] rev 49944
tuned tactic in set_comprehension_pointfree simproc to handle composition of negation and vimage
bulwahn [Sat, 20 Oct 2012 09:09:32 +0200] rev 49943
passing names and types of all bounds around in the simproc
bulwahn [Thu, 18 Oct 2012 10:06:27 +0200] rev 49942
locally inverting previously applied simplifications with ex_simps in set_comprehension_pointfree
wenzelm [Fri, 19 Oct 2012 21:52:45 +0200] rev 49941
more precise pixel_range: avoid popup when pointing into empty space after actual end-of-line;
wenzelm [Fri, 19 Oct 2012 21:19:06 +0200] rev 49940
merged
kuncar [Fri, 19 Oct 2012 17:54:16 +0200] rev 49939
don't include Quotient_Option - workaround to a transfer bug
wenzelm [Fri, 19 Oct 2012 21:18:34 +0200] rev 49938
ignore old stuff and thus speed up the script greatly;
wenzelm [Fri, 19 Oct 2012 20:15:14 +0200] rev 49937
proper find -mtime (file data) instead of -ctime (meta data);
wenzelm [Fri, 19 Oct 2012 17:52:21 +0200] rev 49936
made SML/NJ happy;
wenzelm [Fri, 19 Oct 2012 12:08:13 +0200] rev 49935
clarified Future.map (again): finished value is mapped in-place, which saves task structures and changes error behaviour slightly (tolerance against canceled group of old value etc.);
wenzelm [Thu, 18 Oct 2012 20:59:46 +0200] rev 49934
back to polyml-5.4.1 (cf. b3110dec1a32) -- no cause of spurious interrupts;