gcc/libstdc++-v3 ChangeLog

bkoz@gcc.gnu.org bkoz@gcc.gnu.org
Mon Feb 23 15:42:00 GMT 2004


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bkoz@gcc.gnu.org	2004-02-23 15:42:29

Modified files:
	libstdc++-v3   : ChangeLog 

Log message:
	2004-02-23  Benjamin Kosnik  <bkoz@redhat.com>
	
	* include/ext/malloc_allocator.h: Add operators ==, !=.
	* include/ext/new_allocator.h: Add operators ==, !=.
	* include/ext/mt_allocator.h (__mt_alloc::tune): New.
	(__mt_alloc::_S_get_options): New.
	(__mt_alloc::_S_set_options): New.
	(__mt_alloc::_S_thread_key_destr): To _S_destroy_thread_key.
	(__mt_alloc::_S_no_of_bins): To _S_bin_size.
	Move functions out of line, simplify, format.
	* src/allocator.cc: Simplify explicit instantiations.
	* include/bits/allocator.h: Tweak.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.2346&r2=1.2347



More information about the Libstdc++-cvs mailing list