aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorherbelin2004-04-16 17:25:57 +0000
committerherbelin2004-04-16 17:25:57 +0000
commitc450ecc2627d3b2c0a3f00d5f37cc85fe526f750 (patch)
treea9c81aa2c2619081f951c42e84f6f70029f67c97
parent4125e2d804b3e9f48ee7c6389f558a1820367b2b (diff)
Nouvelles majs
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5682 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--ANNONCE7
-rw-r--r--CHANGES21
2 files changed, 28 insertions, 0 deletions
diff --git a/ANNONCE b/ANNONCE
index 1f507a3f19..868c691a75 100644
--- a/ANNONCE
+++ b/ANNONCE
@@ -38,6 +38,13 @@ statements and various improvements of existing tactics.
Last but not the least, Coq version 8.0 comes with CoqIde, a new
integrated gtk-based user interface in the style of ProofGeneral.
+User contributions
+------------------
+
+ We encourage users to submit their contributions. Contributing a
+development ensures it remains alive along the new versions of Coq and
+enhances its visibility from the other users.
+
New book on Coq
---------------
diff --git a/CHANGES b/CHANGES
index cf9fdc4370..00600f19ff 100644
--- a/CHANGES
+++ b/CHANGES
@@ -40,6 +40,26 @@ Executables and tools
- XML exportation tool now exports the structure of vernacular files and
the proof scripts (cf chapter 13 in the reference manual)
+User contributions
+
+- User contributions have been updated to the new syntax
+
+New user contributions
+
+- A modular formalization of dictionaries based on binary search trees
+- The Constructive Coq Repository at Nijmegen
+- Coqoban: playing Sokoban within Coq
+- Preliminary linear algebra from the book "Linear Algebra" by Friedberg
+- A theory of rational numbers represented as finite binary lists
+- A theory of rational numbers represented as a quotient of Z * N
+- A modular theory of finite sets as sorted lists, red-black trees or AVLs
+- Non analytic high school geometry
+- A proof of correctness of Huffman algorithm
+- A theory of squared matrices
+- Properties of Lambek calculus
+- A formalization of Coquand's proof of Higman's lemma
+- The Formal Verification of an Incremental Garbage Collector
+
Bug fixes
- Many bugs have been fixed (cf coq-bugs web page)
@@ -971,6 +991,7 @@ Standard library
New user contributions
----------------------
+
- Constructive complex analysis and the Fundamental Theorem of Algebra [FTA]
(Herman Geuvers, Freek Wiedijk, Jan Zwanenburg, Randy Pollack,
Henk Barendregt, Nijmegen)