This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libstdc++/3720: Problems with num_get


Synopsis: Problems with num_get

State-Changed-From-To: analyzed->feedback
State-Changed-By: bkoz
State-Changed-When: Fri Dec  7 01:11:50 2001
State-Changed-Why:
    Try this:
    
    2001-12-06  Benjamin Kosnik  <bkoz@redhat.com>
    
            libstdc++/3720
            * include/bits/locale_facets.tcc (num_put): Clean.
            (num_get::_M_extract_float): Change argument to string. 
            (num_get::do_get(float)): Fixup.
            (num_get::do_get(double)): Same.
            (num_get::do_get(long double)): Same.
            (num_get::_M_extract_int): Add maximum length parameter, __max.
            (num_get::_M_extract_float): Correct zeros, use string.
            * include/bits/locale_facets.h (num_get::_M_extract_float): Change
            declaration here.
            * src/locale.cc (__num_base::_S_atoms): Remove x, X.
            * testsuite/27_io/istream_extractor_arith.cc (test13): Add.
            
    2001-12-06  Philip Martin  <pmartin@uklinux.net>
    
            * testsuite/27_io/istream_extractor_arith.cc    
    (test12): Add
            tests for excess input digits.
       

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=3720&database=gcc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]