aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-12-15 11:31:03 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-12-15 11:31:03 +0000
commit7872cda8545ba82827d34e6940b83f5809990f9d (patch)
treecf5643c8623ba22a8ff743aca25e5c838102d7b8
parent2922fb80fe14463fee6a5625c84aed14e95d6640 (diff)
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1124 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--CHANGES19
-rw-r--r--PROBLEMES2
-rw-r--r--TODO4
3 files changed, 18 insertions, 7 deletions
diff --git a/CHANGES b/CHANGES
index cac152161..c9dfe0969 100644
--- a/CHANGES
+++ b/CHANGES
@@ -76,11 +76,22 @@ explicitement la grammaire avec "ast" ou "List" (renommé d'ailleurs
que les 3 primitives), on peut typer avec "constr", "tactic", ou
"vernac" pour utiliser le parseur correspondant.
-- AddPath -> Add Path;
- Print LoadPath -> Print Path;
- DelPath -> Remove Path;
+- Syntax changes
+
+ AddPath -> Add LoadPath;
+ Print LoadPath -> Print LoadPath;
+ DelPath -> Remove LoadPath;
+ AddRecPath -> Add Rec LoadPath
Print Path -> Print Coercion Paths.
+- Implicit Arguments On -> Set Implicit Arguments
+ Implicit Arguments Off -> Unset Implicit Arguments
+ New: Test Implicit Arguments
+
+- New commands to relate physical paths to a logical paths:
+ Add LoadPath physical_dir as logical_dir
+ Add Rec LoadPath physical_dir as logical_dir
+
- Bug affichage Infix corrigé
- Légère restriction de la syntaxe de Cbv Delta
@@ -140,7 +151,7 @@ Outils
- do_Makefile s'appelle maintenant coq_makefile
- Utilisation de l'option -R de coqtop et coqc pour associer un
-g répertoire physique à un répertoire logique (cf Métathéorie)
+ répertoire physique à un répertoire logique (cf Métathéorie)
Utilisation générale
diff --git a/PROBLEMES b/PROBLEMES
index ebd6c6b0d..bf3bfb06a 100644
--- a/PROBLEMES
+++ b/PROBLEMES
@@ -1,7 +1,7 @@
AddPath "/toto".
Anomaly: Uncaught exception Unix.Unix_error(20, "stat", "/toto").
Please report.
-
+--> CORRIGE
Declaration de Local a l'interieur d'un but ...
Certains Clear deviennent impossible car la variable apparait dans
diff --git a/TODO b/TODO
index 36a7283d3..137a7643b 100644
--- a/TODO
+++ b/TODO
@@ -17,8 +17,8 @@ Noyau:
Vernac:
-- Imprimer les paths avec "."
-- Pb noms cachés (utilisation de noms absolus ?)
+- Imprimer les paths avec "." FAIT
+- Pb noms cachés (utilisation de noms absolus ?)
Grammaires: