author | wenzelm |
Mon, 09 Mar 2009 21:25:33 +0100 | |
changeset 30397 | b6212ae21656 |
parent 30383 | ee2c7592e59f |
child 30886 | dda08b76fa99 |
permissions | -rw-r--r-- |
24799 | 1 |
For the purposes of the license agreement in the file COPYRIGHT, a |
2 |
'contributor' is anybody who is listed in this file (CONTRIBUTORS) or |
|
23382 | 3 |
who is listed as an author in one of the source files of this Isabelle |
4 |
distribution. |
|
5 |
||
26874 | 6 |
|
25468 | 7 |
Contributions to this Isabelle version |
8 |
-------------------------------------- |
|
9 |
||
30383 | 10 |
* March 2009: Robert Himmelmann, TUM and Amine Chaieb, University of |
11 |
Cambridge |
|
12 |
Elementary topology in Euclidean space. |
|
13 |
||
30179 | 14 |
* February 2009: Filip Maric, Univ. of Belgrade |
15 |
A Serbian theory. |
|
16 |
||
30162 | 17 |
* February 2009: Jasmin Christian Blanchette, TUM |
30154 | 18 |
Misc cleanup of HOL/refute. |
19 |
||
30162 | 20 |
* February 2009: Timothy Bourke, NICTA |
29883 | 21 |
New find_consts command. |
22 |
||
30162 | 23 |
* February 2009: Timothy Bourke, NICTA |
29861
3c348f5873f3
updated NEWS etc with "solves" criterion and auto_solves
kleing
parents:
29398
diff
changeset
|
24 |
"solves" criterion for find_theorems and auto_solve option |
3c348f5873f3
updated NEWS etc with "solves" criterion and auto_solves
kleing
parents:
29398
diff
changeset
|
25 |
|
29398 | 26 |
* December 2008: Clemens Ballarin, TUM |
27 |
New locale implementation. |
|
28 |
||
29182 | 29 |
* December 2008: Armin Heller, TUM and Alexander Krauss, TUM |
30 |
Method "sizechange" for advanced termination proofs. |
|
31 |
||
28901 | 32 |
* November 2008: Timothy Bourke, NICTA |
33 |
Performance improvement (factor 50) for find_theorems. |
|
34 |
||
29398 | 35 |
* 2008: Florian Haftmann, TUM |
36 |
Various extensions and restructurings in HOL, improvements |
|
37 |
in evaluation mechanisms, new module binding.ML for name bindings. |
|
38 |
||
28604
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
39 |
* October 2008: Fabian Immler, TUM |
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
40 |
ATP manager for Sledgehammer, based on ML threads instead of Posix |
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
41 |
processes. Additional ATP wrappers, including remote SystemOnTPTP |
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
42 |
services. |
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
43 |
|
30162 | 44 |
* September 2008: Stefan Berghofer, TUM and Marc Bezem, Univ. Bergen |
45 |
Prover for coherent logic. |
|
46 |
||
28474
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
47 |
* August 2008: Fabian Immler, TUM |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
48 |
Vampire wrapper script for remote SystemOnTPTP service. |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
49 |
|
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
50 |
|
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
51 |
Contributions to Isabelle2008 |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
52 |
----------------------------- |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
53 |
|
27009 | 54 |
* 2007/2008: |
55 |
Alexander Krauss, TUM and Florian Haftmann, TUM and Stefan Berghofer, TUM |
|
56 |
HOL library improvements. |
|
25468 | 57 |
|
27009 | 58 |
* 2007/2008: Brian Huffman, PSU |
59 |
HOLCF library improvements. |
|
60 |
||
61 |
* 2007/2008: Stefan Berghofer, TUM |
|
30179 | 62 |
HOL-Nominal package improvements. |
27009 | 63 |
|
64 |
* March 2008: Markus Reiter, TUM |
|
65 |
HOL/Library/RBT: red-black trees. |
|
26728 | 66 |
|
26874 | 67 |
* February 2008: Alexander Krauss, TUM and Florian Haftmann, TUM and |
68 |
Lukas Bulwahn, TUM and John Matthews, Galois: |
|
69 |
HOL/Library/Imperative_HOL: Haskell-style imperative data structures |
|
70 |
for HOL. |
|
26728 | 71 |
|
27009 | 72 |
* December 2007: Norbert Schirmer, Uni Saarbruecken |
73 |
Misc improvements of record package in HOL. |
|
74 |
||
75 |
* December 2007: Florian Haftmann, TUM |
|
76 |
Overloading and class instantiation target. |
|
77 |
||
78 |
* December 2007: Florian Haftmann, TUM |
|
79 |
New version of primrec package for local theories. |
|
80 |
||
81 |
* December 2007: Alexander Krauss, TUM |
|
82 |
Method "induction_scheme" in HOL. |
|
83 |
||
84 |
* November 2007: Peter Lammich, Uni Muenster |
|
85 |
HOL-Lattice: some more lemmas. |
|
26198 | 86 |
|
26874 | 87 |
|
25454 | 88 |
Contributions to Isabelle2007 |
89 |
----------------------------- |
|
23252 | 90 |
|
25409 | 91 |
* October 2007: Norbert Schirmer, TUM / Uni Saarbruecken |
25398 | 92 |
State Spaces: The Locale Way (in HOL). |
93 |
||
25057
021fcbe2aaa5
Mark A. Hillebrand, DFKI: Robust sub/superscripts in LaTeX document output.
wenzelm
parents:
24803
diff
changeset
|
94 |
* October 2007: Mark A. Hillebrand, DFKI |
021fcbe2aaa5
Mark A. Hillebrand, DFKI: Robust sub/superscripts in LaTeX document output.
wenzelm
parents:
24803
diff
changeset
|
95 |
Robust sub/superscripts in LaTeX document output. |
021fcbe2aaa5
Mark A. Hillebrand, DFKI: Robust sub/superscripts in LaTeX document output.
wenzelm
parents:
24803
diff
changeset
|
96 |
|
24799 | 97 |
* August 2007: Jeremy Dawson, NICTA and Paul Graunke, Galois and Brian |
98 |
Huffman, PSU and Gerwin Klein, NICTA and John Matthews, Galois |
|
24333 | 99 |
HOL-Word: a library for fixed-size machine words in Isabelle. |
100 |
||
24332
e3a2b75b1cf9
boolean algebras as locales and numbers as types by Brian Huffman
kleing
parents:
23449
diff
changeset
|
101 |
* August 2007: Brian Huffman, PSU |
24799 | 102 |
HOL/Library/Boolean_Algebra and HOL/Library/Numeral_Type. |
24332
e3a2b75b1cf9
boolean algebras as locales and numbers as types by Brian Huffman
kleing
parents:
23449
diff
changeset
|
103 |
|
23252 | 104 |
* June 2007: Amine Chaieb, TUM |
24799 | 105 |
Semiring normalization and Groebner Bases. |
25449 | 106 |
Support for dense linear orders. |
17866 | 107 |
|
23449 | 108 |
* June 2007: Joe Hurd, Oxford |
24799 | 109 |
Metis theorem-prover. |
110 |
||
111 |
* 2007: Kong W. Susanto, Cambridge |
|
112 |
HOL: Metis prover integration. |
|
23449 | 113 |
|
24799 | 114 |
* 2007: Stefan Berghofer, TUM |
25449 | 115 |
HOL: inductive predicates and sets. |
24799 | 116 |
|
24803 | 117 |
* 2007: Norbert Schirmer, TUM |
118 |
HOL/record: misc improvements. |
|
119 |
||
24799 | 120 |
* 2006/2007: Alexander Krauss, TUM |
121 |
HOL: function package and related theories on termination. |
|
23449 | 122 |
|
22449 | 123 |
* 2006/2007: Florian Haftmann, TUM |
124 |
Pure: generic code generator framework. |
|
125 |
Pure: class package. |
|
24799 | 126 |
HOL: theory reorganization, code generator setup. |
127 |
||
25449 | 128 |
* 2006/2007: Christian Urban, TUM and Stefan Berghofer, TUM and |
129 |
Julien Narboux, TUM |
|
24799 | 130 |
HOL/Nominal package and related tools. |
22449 | 131 |
|
21242
d73735bb33c1
* November 2006: Lukas Bulwahn, TUM -- HOL/function: method "lexicographic_order".
wenzelm
parents:
21169
diff
changeset
|
132 |
* November 2006: Lukas Bulwahn, TUM |
24799 | 133 |
HOL: method "lexicographic_order" for function package. |
21242
d73735bb33c1
* November 2006: Lukas Bulwahn, TUM -- HOL/function: method "lexicographic_order".
wenzelm
parents:
21169
diff
changeset
|
134 |
|
21169 | 135 |
* October 2006: Stefan Hohe, TUM |
136 |
HOL-Algebra: ideals and quotients over rings. |
|
137 |
||
20340
6afc1c133b86
Amine Chaieb: experimental generic reflection and reification in HOL;
wenzelm
parents:
20067
diff
changeset
|
138 |
* August 2006: Amine Chaieb, TUM |
6afc1c133b86
Amine Chaieb: experimental generic reflection and reification in HOL;
wenzelm
parents:
20067
diff
changeset
|
139 |
Experimental support for generic reflection and reification in HOL. |
6afc1c133b86
Amine Chaieb: experimental generic reflection and reification in HOL;
wenzelm
parents:
20067
diff
changeset
|
140 |
|
20067
26bac504ef90
hex and binary numerals (contributed by Rafal Kolanski)
kleing
parents:
19896
diff
changeset
|
141 |
* July 2006: Rafal Kolanski, NICTA |
26bac504ef90
hex and binary numerals (contributed by Rafal Kolanski)
kleing
parents:
19896
diff
changeset
|
142 |
Hex (0xFF) and binary (0b1011) numerals. |
26bac504ef90
hex and binary numerals (contributed by Rafal Kolanski)
kleing
parents:
19896
diff
changeset
|
143 |
|
19896 | 144 |
* May 2006: Klaus Aehlig, LMU |
145 |
Command 'normal_form': normalization by evaluation. |
|
146 |
||
19650 | 147 |
* May 2006: Amine Chaieb, TUM |
148 |
HOL-Complex: Ferrante and Rackoff Algorithm for linear real |
|
149 |
arithmetic. |
|
19470 | 150 |
|
151 |
* February 2006: Benjamin Porter, NICTA |
|
23382 | 152 |
HOL and HOL-Complex: generalised mean value theorem, continuum is |
19470 | 153 |
not denumerable, harmonic and arithmetic series, and denumerability |
154 |
of rationals. |
|
17532 | 155 |
|
19650 | 156 |
* October 2005: Martin Wildmoser, TUM |
157 |
Sketch for Isar 'guess' element. |
|
158 |
||
159 |
||
25454 | 160 |
Contributions to Isabelle2005 |
161 |
----------------------------- |
|
17382 | 162 |
|
17640 | 163 |
* September 2005: Lukas Bulwahn and Bernhard Haeupler, TUM |
164 |
HOL-Complex: Formalization of Taylor series. |
|
165 |
||
166 |
* September 2005: Stephan Merz, Alwen Tiu, QSL Loria |
|
167 |
Components for SAT solver method using zChaff. |
|
168 |
||
17534 | 169 |
* September 2005: Ning Zhang and Christian Urban, LMU Munich |
170 |
A Chinese theory. |
|
171 |
||
17562 | 172 |
* September 2005: Bernhard Haeupler, TUM |
17382 | 173 |
Method comm_ring for proving equalities in commutative rings. |
16892 | 174 |
|
17532 | 175 |
* July/August 2005: Jeremy Avigad, Carnegie Mellon University |
16892 | 176 |
Various improvements of the HOL and HOL-Complex library. |
16868 | 177 |
|
16892 | 178 |
* July 2005: Florian Zuleger, Johannes Hoelzl, and Simon Funke, TUM |
179 |
Some structured proofs about completeness of real numbers. |
|
180 |
||
17532 | 181 |
* May 2005: Rafal Kolanski and Gerwin Klein, NICTA |
182 |
Improved retrieval of facts from theory/proof context. |
|
15994 | 183 |
|
16252 | 184 |
* February 2005: Lucas Dixon, University of Edinburgh |
17532 | 185 |
Improved subst method. |
186 |
||
187 |
* 2005: Brian Huffman, OGI |
|
188 |
Various improvements of HOLCF. |
|
189 |
Some improvements of the HOL-Complex library. |
|
190 |
||
191 |
* 2005: Claire Quigley and Jia Meng, University of Cambridge |
|
192 |
Some support for asynchronous communication with external provers |
|
193 |
(experimental). |
|
194 |
||
195 |
* 2005: Florian Haftmann, TUM |
|
17543 | 196 |
Contributions to document 'sugar'. |
17532 | 197 |
Various ML combinators, notably linear functional transformations. |
198 |
Some cleanup of ML legacy. |
|
199 |
Additional antiquotations. |
|
200 |
Improved Isabelle web site. |
|
201 |
||
202 |
* 2004/2005: David Aspinall, University of Edinburgh |
|
203 |
Various elements of XML and PGIP based communication with user |
|
204 |
interfaces (experimental). |
|
205 |
||
206 |
* 2004/2005: Gerwin Klein, NICTA |
|
207 |
Contributions to document 'sugar'. |
|
208 |
Improved Isabelle web site. |
|
209 |
Improved HTML presentation of theories. |
|
210 |
||
211 |
* 2004/2005: Clemens Ballarin, TUM |
|
212 |
Provers: tools for transitive relations and quasi orders. |
|
213 |
Improved version of locales, notably interpretation of locales. |
|
214 |
Improved version of HOL-Algebra. |
|
215 |
||
216 |
* 2004/2005: Amine Chaieb, TUM |
|
217 |
Improved version of HOL presburger method. |
|
218 |
||
219 |
* 2004/2005: Steven Obua, TUM |
|
220 |
Improved version of HOL/Import, support for HOL-Light. |
|
221 |
Improved version of HOL-Complex-Matrix. |
|
17572 | 222 |
Pure/defs: more sophisticated checks on well-formedness of overloading. |
17543 | 223 |
Pure/Tools: an experimental evaluator for lambda terms. |
17532 | 224 |
|
225 |
* 2004/2005: Norbert Schirmer, TUM |
|
226 |
Contributions to document 'sugar'. |
|
227 |
Improved version of HOL/record. |
|
228 |
||
229 |
* 2004/2005: Sebastian Skalberg, TUM |
|
230 |
Improved version of HOL/Import. |
|
231 |
Some internal ML reorganizations. |
|
232 |
||
233 |
* 2004/2005: Tjark Weber, TUM |
|
17640 | 234 |
SAT solver method using zChaff. |
17532 | 235 |
Improved version of HOL/refute. |