summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-07-31 12:11:19 +0200
committerBruno Haible <bruno@clisp.org>2010-07-31 12:11:19 +0200
commit2daa8387d5416785defb09fa4f30a86e42275079 (patch)
treedd91251ff7840188a7810c7b44a9a48c325de791 /ChangeLog
parentba62d45bdf79356e0899aea78f682fd2665df2e2 (diff)
downloadgnulib-2daa8387d5416785defb09fa4f30a86e42275079.tar.gz
copysign: Does not require -lm on glibc systems.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e2c0d061ab..574a1a300d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
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.
+ * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC): Update comments.
+
+2010-07-31 Bruno Haible <bruno@clisp.org>
+
duplocale: Work around AIX 7.1 bug.
* m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Let the test fail also when
duplocale(LC_GLOBAL_LOCALE) returns (locale_t)0.