libstdc++/2523
bkoz@gcc.gnu.org
bkoz@gcc.gnu.org
Tue May 8 10:46:00 GMT 2001
The following reply was made to PR libstdc++/2523; it has been noted by GNATS.
From: bkoz@gcc.gnu.org
To: bkoz@gcc.gnu.org, gcc-gnats@gcc.gnu.org, yasir_home@bigfoot.com
Cc:
Subject: Re: libstdc++/2523
Date: 8 May 2001 17:44:17 -0000
Synopsis: cin polling for input
State-Changed-From-To: analyzed->feedback
State-Changed-By: bkoz
State-Changed-When: Tue May 8 10:44:16 2001
State-Changed-Why:
Fixed on CVS head yesterday with this:
2001-05-07 Benjamin Kosnik <bkoz@redhat.com>
libstdc++/2523
* include/bits/std_fstream.h (basic_filebuf): Change signature.
* include/bits/fstream.tcc (basic_filebuf): Change bool argument
to int_type, pass in buffer size info.
* include/bits/std_streambuf.h (_M_is_indeterminate): Check for
unbuffered situation.
(underflow): Remove codecvt bits for the time being.
* include/bits/istream.tcc (istream::sentry): Avoid sputbackc call.
* include/bits/locale_facets.tcc (_M_extract): Cache dereference
values from iterators, clean.
* src/locale.cc: Ditto.
* include/bits/sbuf_iter.h: Format.
* src/ios.cc: Explicitly pass in buffer sizes at creation time.
* testsuite/27_io/narrow_stream_objects.cc: Add tests.
* testsuite/27_io/filebuf.cc: Tweaks.
* testsuite/27_io/filebuf_members.cc: Tweaks.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=2523&database=gcc
More information about the Gcc-prs
mailing list