Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Mar 2003 08:07:13 +0300
From:      "Andrey A. Chernov" <ache@nagual.pp.ru>
To:        David Schultz <das@FreeBSD.org>
Cc:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/contrib/gdtoa gdtoaimp.h
Message-ID:  <20030320050712.GA48184@nagual.pp.ru>
In-Reply-To: <200303192025.h2JKPjNr000550@repoman.freebsd.org>
References:  <200303192025.h2JKPjNr000550@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 19, 2003 at 12:25:45 -0800, David Schultz wrote:
>   Log:
>   Enable locale support in strtod() and dtoa().
>   
>   Noticed by:     ache
>   Reviewed by:    mike (mentor)

It seems that locale implementation is not complete - see
gethex.c:gethex() '.' processing (must be actual decimal point here). The
fix is obvious (like in other places).

The next thing is style: why
#include "locale.h"
instead of
#include <locale.h> ?

-- 
Andrey A. Chernov
http://ache.pp.ru/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-src" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030320050712.GA48184>