gcc/libstdc++-v3 ChangeLog config/locale/gnu/c ...

paolo@gcc.gnu.org paolo@gcc.gnu.org
Wed Nov 19 11:38:00 GMT 2003


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	paolo@gcc.gnu.org	2003-11-19 11:38:40

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/config/locale/gnu: codecvt_members.cc 
	libstdc++-v3/config/locale/generic: codecvt_members.cc 

Log message:
	2003-11-19  Paolo Carlini  <pcarlini@suse.de>
	
	* config/locale/gnu/codecvt_members.cc (do_out): If
	we can upper bound the total number of external chars
	to something smaller than __to_end - __to, avoid the
	temporary buffer, the memcopy and simplify the loop.
	* config/locale/generic/codecvt_members.cc (do_out):
	Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.2093&r2=1.2094
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/locale/gnu/codecvt_members.cc.diff?cvsroot=gcc&r1=1.5&r2=1.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/locale/generic/codecvt_members.cc.diff?cvsroot=gcc&r1=1.5&r2=1.6



More information about the Libstdc++-cvs mailing list