diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-05-06 18:58:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-05-06 18:58:29 +0000 |
commit | 58d87ee17185dbd0b8f927c939343eaed34c8614 (patch) | |
tree | 02fee9d4bd5236d302f6261685eb07e8312e1a95 /ChangeLog | |
parent | 495961c076f3f273b3fe893ba2f5dceb7aeb4a55 (diff) | |
download | glibc-58d87ee17185dbd0b8f927c939343eaed34c8614.tar glibc-58d87ee17185dbd0b8f927c939343eaed34c8614.tar.gz glibc-58d87ee17185dbd0b8f927c939343eaed34c8614.tar.bz2 glibc-58d87ee17185dbd0b8f927c939343eaed34c8614.zip |
Update.
2004-05-06 Ulrich Drepper <drepper@redhat.com>
* math/tgmath.h (__TGMATH_UNARY_REAL_IMAG_RET_REAL):Define.
(cimag): Use it.
(creal): Likewise.
* math/Makefile (tests): Add bug-tgmath1.
* math/bug-tgmath1.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-05-06 Ulrich Drepper <drepper@redhat.com> + + * math/tgmath.h (__TGMATH_UNARY_REAL_IMAG_RET_REAL):Define. + (cimag): Use it. + (creal): Likewise. + * math/Makefile (tests): Add bug-tgmath1. + * math/bug-tgmath1.c: New file. + 2004-05-05 Jakub Jelinek <jakub@redhat.com> * sysdeps/alpha/atomicity.h: Remove. |