diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-03 19:41:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-03 19:41:03 +0000 |
commit | 71502ebe1abb598545431a5cfcf06db52585656e (patch) | |
tree | 6540a478baf9f5adcfff31b91eeb14f049c9c00d /ChangeLog | |
parent | 3c531a8761295db87ae81082c20a641742eecf65 (diff) | |
download | glibc-71502ebe1abb598545431a5cfcf06db52585656e.tar glibc-71502ebe1abb598545431a5cfcf06db52585656e.tar.gz glibc-71502ebe1abb598545431a5cfcf06db52585656e.tar.bz2 glibc-71502ebe1abb598545431a5cfcf06db52585656e.zip |
Update.
2003-03-03 Andreas Jaeger <aj@suse.de>
* math/tgmath.h (__TGMATH_UNARY_REAL_RET_ONLY): New definition.
(llrint): Use it to correct return type.
(lrint): Likewise.
(lround): Likewise.
(llround): Likewise.
* po/gl.po: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2003-03-03 Andreas Jaeger <aj@suse.de> + + * math/tgmath.h (__TGMATH_UNARY_REAL_RET_ONLY): New definition. + (llrint): Use it to correct return type. + (lrint): Likewise. + (lround): Likewise. + (llround): Likewise. + 2003-03-03 Ulrich Drepper <drepper@redhat.com> * elf/dl-load.c (struct filebuf): For 64-bit platforms use 640 @@ -27,6 +35,7 @@ * po/es.po: Update from translation team. * po/fr.po: Likewise. + * po/gl.po: Likewise. * po/sk.po: Likewise. * po/sv.po: Likewise. |