summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-04-04 20:15:21 +0200
committerBruno Haible <bruno@clisp.org>2010-04-04 20:46:29 +0200
commitca1938db6aed3e620314e9dfc451d7fe4d4ebb91 (patch)
tree556fca57dbc2830e5e93b209f9cc002a79b30c2e /ChangeLog
parentde6abddc83cd9af7a0cc73d93acbc015432612f2 (diff)
downloadgnulib-ca1938db6aed3e620314e9dfc451d7fe4d4ebb91.tar.gz
math: Fix some C++ test errors on Solaris 8.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 995ac877a9..b6bec677e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2010-04-04 Bruno Haible <bruno@clisp.org>
+ math: Fix some C++ test errors on Solaris 8.
+ * lib/math.in.h (truncf, trunc): Use simpler idiom.
+
+2010-04-04 Bruno Haible <bruno@clisp.org>
+
math: Fix some C++ test errors on Cygwin.
* lib/math.in.h (ceilf, ceill, floorf, floorl, roundf, round, roundl,
truncl): Provide declaration if the system does not have it.