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/basic_ ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	jlquinn at gcc dot gnu dot org	2003-04-22 15:40:35

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/include/bits: basic_ios.h basic_ios.tcc 
	                           locale_facets.tcc 
	libstdc++-v3/src: globals.cc ios.cc 

Log message:
	2003-04-22  Jerry Quinn  <jlquinn at optonline dot net>
	Benjamin Kosnik <bkoz at redhat dot com>
	
	* include/bits/basic_ios.h (ios_base::Init::_S_ios_create):
	Declare friend.
	(basic_ios::init, basic_ios::_M_cache_locale): Add locale
	cache argument.
	* include/bits/basic_ios.tcc (basic_ios::init): Pass cache to
	_M_cache_locale.
	(basic_ios::_M_cache_locale): Use placement new if cache is
	provided.  Track the distinction in iword(0).
	* include/bits/locale_facets.tcc
	(__locale_cache::_S_callback): Only delete cache if iword(0)
	is 0, i.e. not static.
	* src/globals.cc: Allocate space for __locale_cache objects.
	* src/ios.cc (__gnu_cxx): Declare extern __locale_cache objects
	for standard wide and narrow stream objects.
	(ios_base::Init::_S_ios_create): Use them.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.1464.2.87&r2=1.1464.2.88
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/basic_ios.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.14.2.3&r2=1.14.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/basic_ios.tcc.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.17.4.2&r2=1.17.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/locale_facets.tcc.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.82.4.8&r2=1.82.4.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/globals.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.12.4.1&r2=1.12.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/ios.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.33.2.5&r2=1.33.2.6


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