aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPierre Boutillier2014-04-08 20:12:36 +0200
committerPierre Boutillier2014-04-09 22:50:36 +0200
commitb89502c9f2bf56ee89b7e280815c339ef7b8947c (patch)
tree35f9cd1d3371d52026e72c33c6b6c5480c05af27 /CHANGES
parent24ea28b87f0227582ae29ea6bb485812c6b641eb (diff)
Revert "Revert part of eba6b75 as coq_makefile ignores -I if it overlaps with -R. (Fix for Rocq/Rational.)"
This reverts commit 7d3ce4012a53b123dac95381bf46aac65f865d69. Conflicts: CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 7cd2c24990..8adda60390 100644
--- a/CHANGES
+++ b/CHANGES
@@ -99,8 +99,11 @@ Tools
the load path and the ml path, use -I -as.
- Option -Q behaves as -I -as and -R, except that the logical path of
any loaded file has to be fully qualified.
-- Option -nois loads coq/theories and coq/plugins as if using -Q rather
- than -R. (Same behavior as with coq/user-contrib.)
+- Option -R no longer adds recursively to the ml path; only the root
+ directory is added. (Behavior with respect to the load path is
+ unchanged.)
+- Option -nois prevents coq/theories and coq/plugins to be recursively
+ added to the load path. (Same behavior as with coq/user-contrib.)
Internal Infrastructure