summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-07-31 12:23:44 +0200
committerBruno Haible <bruno@clisp.org>2010-07-31 12:23:44 +0200
commit4f2ec69bf1dbf08065d2e248f4fcee2a52f52675 (patch)
treec8b5c7452ea643f8f249cef804030fa86ebc8cf1 /ChangeLog
parent2daa8387d5416785defb09fa4f30a86e42275079 (diff)
downloadgnulib-4f2ec69bf1dbf08065d2e248f4fcee2a52f52675.tar.gz
readlink: Relax test a bit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 574a1a300d..edd0b8c68d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2010-07-31 Bruno Haible <bruno@clisp.org>
+ readlink: Relax test a bit.
+ * tests/test-readlink.h (test_readlink): Allow different errno value
+ when readlink is called with a file name that ends in / and refers to
+ a file.
+ Suggested by Eric Blake.
+ Reported by Rainer Tammer.
+
+2010-07-31 Bruno Haible <bruno@clisp.org>
+
copysign: Does not require -lm on glibc systems.
* modules/copysign (configure.ac): Use gl_MATHFUNC, not
gl_COMMON_DOUBLE_MATHFUNC.