This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r126914 - in /trunk/libstdc++-v3: ChangeLog con...
- From: danglin at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Wed, 25 Jul 2007 15:32:35 -0000
- Subject: r126914 - in /trunk/libstdc++-v3: ChangeLog con...
Author: danglin
Date: Wed Jul 25 15:32:33 2007
New Revision: 126914
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126914
Log:
PR libstdc++/31836
* config/locale/generic/c_locale.cc (__convert_to_v): Don't use
strtold if _GLIBCXX_HAVE_BROKEN_STRTOLD is defined.
* config/os/hpux/os_defines.h (_GLIBCXX_HAVE_BROKEN_STRTOLD): Define
if __hppa__ is defined.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/config/locale/generic/c_locale.cc
trunk/libstdc++-v3/config/os/hpux/os_defines.h