diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-27 00:15:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-27 00:15:16 +0000 |
commit | 12b64309cfa2289e57d439ec9f2d645c59f7bcf1 (patch) | |
tree | 84decd88094c35982eda3eb6354a495c900d09c2 /ChangeLog | |
parent | a7927149a1e2070fbcf182d80133f42c0638a1ae (diff) | |
download | glibc-12b64309cfa2289e57d439ec9f2d645c59f7bcf1.tar glibc-12b64309cfa2289e57d439ec9f2d645c59f7bcf1.tar.gz glibc-12b64309cfa2289e57d439ec9f2d645c59f7bcf1.tar.bz2 glibc-12b64309cfa2289e57d439ec9f2d645c59f7bcf1.zip |
Update.
* conform/conformtest.pl: Implement optional-macro.
* conform/data/math.h-data: Update for XPG6.
* math/math.h (HUGE): Define as FLT_MAX value but don't use
FLT_MAX. Don't include <float.h>.
(MAXFLOAT): Likewise.
* math/math.h: Define MATH_ERRNO and MATH_ERREXCEPT.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2001-01-26 Ulrich Drepper <drepper@redhat.com> + * conform/conformtest.pl: Implement optional-macro. + * conform/data/math.h-data: Update for XPG6. + + * math/math.h (HUGE): Define as FLT_MAX value but don't use + FLT_MAX. Don't include <float.h>. + (MAXFLOAT): Likewise. + + * math/math.h: Define MATH_ERRNO and MATH_ERREXCEPT. + * include/bits/xopen_lim.h: Don't define FOPEN_MAX here. * conform/data/limits.h-data: Mark constants as optional wherever |