summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2017-09-28 10:53:28 +0200
committerXavier Leroy <xavier.leroy@inria.fr>2017-09-28 10:53:28 +0200
commit2fc99a527fbae34d6bffafcfe5a8b182eed93853 (patch)
tree5e80813fc846125127db5a90a3f909c7b5317ddb
parent6c2d9714510936d0762dc1b80aa343a7f97323da (diff)
downloadocaml-fix-getwd-use.tar.gz
GPR#1086 continued: do not use getwd()fix-getwd-use
-rw-r--r--Changes6
1 files changed, 4 insertions, 2 deletions
diff --git a/Changes b/Changes
index f3326e711e..7296dc1311 100644
--- a/Changes
+++ b/Changes
@@ -609,8 +609,10 @@ Release branch for 4.06:
- GPR#1073: Remove statically allocated compare stack.
(Stephen Dolan)
-- GPR#1086: in Sys.getcwd, don't call getwd() if HAS_GETWD is not set
- (report and first fix by Sebastian Markbåge, final fix by Xavier Leroy)
+- GPR#1086: in Sys.getcwd, just fail instead of calling getwd()
+ if HAS_GETCWD is not set.
+ (Report and first fix by Sebastian Markbåge, final fix by Xavier Leroy,
+ review by MarK Shinwell)
- GPR#1269: Remove 50ms delay at exit for programs using threads
(Valentin Gatien-Baron, review by Stephen Dolan)