]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 4 Dec 2000 07:15:24 +0000 (07:15 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 4 Dec 2000 07:15:24 +0000 (07:15 +0000)
* sysdeps/i386/fpu/bits/mathdef.h (DECIMAL_DIG): Correct value.
Reported by Fred J. Tydeman <tydeman@tybor.com>.

ChangeLog
sysdeps/i386/fpu/bits/mathdef.h

index b083cef78e7c5118c2988783be04a2da695a2a43..ebb0ace4c6dd879c513a27c436bd8ca55e333b38 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-12-03  Ulrich Drepper  <drepper@redhat.com>
 
+       * sysdeps/i386/fpu/bits/mathdef.h (DECIMAL_DIG): Correct value.
+       Reported by Fred J. Tydeman <tydeman@tybor.com>.
+
        * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Hopefully fix
        the handling of denormalized numbers.
 
index 31ca7c74e8b68f0338e3ee3461fcb05da239d543..8301db55e073f9e69cfd0cdbc179a3a087b933fe 100644 (file)
@@ -42,6 +42,6 @@ typedef long double double_t; /* `double' expressions are evaluated as
 # define FP_ILOGBNAN   (-2147483647 - 1)
 
 /* Number of decimal digits for the `long double' type.  */
-# define DECIMAL_DIG   18
+# define DECIMAL_DIG   21
 
 #endif /* ISO C99 */
This page took 0.0464869999999999 seconds and 5 git commands to generate.