diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-10-30 06:56:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-10-30 06:56:10 +0000 |
commit | aaa1276ee31ca872190cd097c7b4d845996fed39 (patch) | |
tree | d14e77b1744c5713f4cfff6e86c9417d7ddd8ce8 /ChangeLog | |
parent | 6491b8094e929133e3eb8793bb6296f69fb54a78 (diff) | |
download | glibc-aaa1276ee31ca872190cd097c7b4d845996fed39.zip glibc-aaa1276ee31ca872190cd097c7b4d845996fed39.tar.gz glibc-aaa1276ee31ca872190cd097c7b4d845996fed39.tar.bz2 |
Update.
* manual/math.texi (Errors in Math Functions): New section.
* math/libm-err-tab.pl: Moved to...
* manual/libm-err-tab.pl: ...here.
* manual/Makefile: Add rules for math function error table generation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 1999-10-29 Ulrich Drepper <drepper@cygnus.com> + * manual/math.texi (Errors in Math Functions): New section. + * math/libm-err-tab.pl: Moved to... + * manual/libm-err-tab.pl: ...here. + * manual/Makefile: Add rules for math function error table generation. + * stdlib/tst-strtod.c: Add more hexadecimal tests. * stdlib/strtod.c: Handle hexadecimal numbers with leading digit |