From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21311 invoked by alias); 16 Feb 2005 08:23:13 -0000 Mailing-List: contact glibc-bugs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sources.redhat.com Received: (qmail 21078 invoked by alias); 16 Feb 2005 08:22:50 -0000 Date: Wed, 16 Feb 2005 08:23:00 -0000 Message-ID: <20050216082250.21077.qmail@sourceware.org> From: "cvs-commit at gcc dot gnu dot org" To: glibc-bugs@sources.redhat.com In-Reply-To: <20050216042440.725.roland@gnu.org> References: <20050216042440.725.roland@gnu.org> Reply-To: sourceware-bugzilla@sources.redhat.com Subject: [Bug libc/725] ecvt et al should handle denormals X-Bugzilla-Reason: CC X-SW-Source: 2005-02/txt/msg00119.txt.bz2 List-Id: ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-16 08:22 ------- 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 [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 -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=725 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.