This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
gcc/libstdc++-v3 ChangeLog include/bits/stream ...
- From: paolo at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org, libstdc++-cvs at gcc dot gnu dot org
- Date: 8 Mar 2003 08:16:06 -0000
- Subject: gcc/libstdc++-v3 ChangeLog include/bits/stream ...
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: paolo at gcc dot gnu dot org 2003-03-08 08:16:06
Modified files:
libstdc++-v3 : ChangeLog
libstdc++-v3/include/bits: streambuf.tcc
libstdc++-v3/testsuite/27_io: streambuf_members.cc
Log message:
2003-03-08 Paolo Carlini <pcarlini at unitus dot it>
Petur Runolfsson <peturr02 at ru dot is>
PR libstdc++/9424
* include/bits/streambuf.tcc (__copy_streambufs): Use
sgetn-sputn only when sputn cannot fail, otherwise fall back
to safe snextc-sputc.
* testsuite/27_io/streambuf_members.cc (test11, test12): Add.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.1581&r2=1.1582
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/streambuf.tcc.diff?cvsroot=gcc&r1=1.26&r2=1.27
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/streambuf_members.cc.diff?cvsroot=gcc&r1=1.3&r2=1.4