gcc/libstdc++-v3 ChangeLog config/locale/gener ...
paolo@gcc.gnu.org
paolo@gcc.gnu.org
Wed Mar 31 18:13:00 GMT 2004
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: paolo@gcc.gnu.org 2004-03-31 09:13:11
Modified files:
libstdc++-v3 : ChangeLog
libstdc++-v3/config/locale/generic: c_locale.cc
Log message:
2004-03-31 Paolo Carlini <pcarlini@suse.de>
* config/locale/generic/c_locale.cc (__convert_to_v(long double&)):
In v3 uses of sscanf, the special floating-point numbers INF,
INFINITY, etc., cannot occur in input, therefore, if the latter
is too large, ERANGE is always stored in errno, no need of finitel.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.2433&r2=1.2434
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/locale/generic/c_locale.cc.diff?cvsroot=gcc&r1=1.17&r2=1.18
More information about the Gcc-cvs
mailing list