summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-02-01 19:47:57 +0000
committerRoland McGrath <roland@gnu.org>2006-02-01 19:47:57 +0000
commit1ffb413122b42d5ffbc23266c509180be4500e45 (patch)
treec10e4a955ca1211212b4406314f21fc7093753f7 /ChangeLog
parentd36421fa255cdd931c18ad03cfda435e7897ef10 (diff)
* sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Use long_double_symbol
even for libm. * libio/bits/libio-ldbl.h (_IO_vfwscanf, _IO_vfwprintf): Remove __LDBL_REDIR_DECL.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 019c3a8ace..258560eff0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-02-01 Jakub Jelinek <jakub@redhat.com>
+ * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Use long_double_symbol
+ even for libm.
+
+ * libio/bits/libio-ldbl.h (_IO_vfwscanf, _IO_vfwprintf): Remove
+ __LDBL_REDIR_DECL.
+
* math/bits/mathcalls.h: Guard __END_NAMESPACE_C99 with the
same #if condition as corresponding __BEGIN_NAMESPACE_C99.
(scalb): Don't define only if __USE_ISOC99.