This trunk change is needed on the 2.3 branch. 2004-12-21 Jakub Jelinek <jakub@redhat.com> * misc/efgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define. (ecvt_r): Special case denormals. * misc/qefgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define. * misc/tst-efgcvt.c: Include float.h. (ecvt_tests): Add 2 new tests.
Subject: Bug 725 CVSROOT: /cvs/glibc Module name: libc Branch: glibc-2_3-branch Changes by: roland@sources.redhat.com 2005-02-16 08:22:04 Modified files: misc : efgcvt_r.c qefgcvt_r.c tst-efgcvt.c Log message: 2004-12-21 Jakub Jelinek <jakub@redhat.com> [BZ #725] * misc/efgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define. (ecvt_r): Special case denormals. * misc/qefgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define. * misc/tst-efgcvt.c: Include float.h. (ecvt_tests): Add 2 new tests. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/misc/efgcvt_r.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.27&r2=1.27.4.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/misc/qefgcvt_r.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.7&r2=1.7.4.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/misc/tst-efgcvt.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.15&r2=1.15.6.1
These changes are in the 2.3 branch as well as the trunk now.