aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorherbelin2000-11-24 12:46:25 +0000
committerherbelin2000-11-24 12:46:25 +0000
commit158a4ca82067adc42cd25b90e46bad1dd3c1f74a (patch)
tree085aefc9bd40a7e7208e0ca8c6a7248f40b0f0f1
parent919d4660b933d50064e281a1a87602fcfd642c43 (diff)
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@942 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--CHANGES4
-rw-r--r--TODO1
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 5d360e0f6f..2503861513 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,9 @@ Métathéorie
Parsing
-- Le Lexeur considère maintenant comme token toute suite de symboles.
+- Le Lexeur considère maintenant comme token toute suite de symboles
+(source d'incompatibilité : il faut insérer des espaces entre tokens
+spéciaux consécutifs)
- "command" in grammars and quotations is now "constr" as in
pretty-printing rules
diff --git a/TODO b/TODO
index df0a2b0a74..bc19b810ce 100644
--- a/TODO
+++ b/TODO
@@ -6,6 +6,7 @@ Environnement:
- Porter SearchIsos
- Require synchronisé
+- Interdire de faire 2 fois la même définition avec le même nom absolu
Tactiques: