This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ 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]

gcc/libstdc++-v3 ChangeLog include/bits/stream ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	paolo at gcc dot gnu dot org	2003-04-26 08:13:35

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/include/bits: streambuf.tcc 
	libstdc++-v3/include/std: std_sstream.h 

Log message:
	2003-04-26  Paolo Carlini  <pcarlini at unitus dot it>
	
	* include/bits/streambuf.tcc (__copy_streambufs): Don't
	use in_avail(), simplify.
	
	2003-04-26  Paolo Carlini  <pcarlini at unitus dot it>
	
	* include/std/std_sstream.h (setbuf): don't set _M_buf_size,
	in basic_stringbuf it's unused.
	
	* include/std/std_sstream.h (underflow): consistently use
	_M_in_cur, not gptr().

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.1664&r2=1.1665
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/streambuf.tcc.diff?cvsroot=gcc&r1=1.32&r2=1.33
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/std/std_sstream.h.diff?cvsroot=gcc&r1=1.19&r2=1.20


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