gcc/gcc/cp ChangeLog Make-lang.in call.c class ...

zlaski@gcc.gnu.org zlaski@gcc.gnu.org
Wed Aug 11 00:56:00 GMT 2004


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	objc-improvements-branch
Changes by:	zlaski@gcc.gnu.org	2004-08-11 00:56:15

Modified files:
	gcc/cp         : ChangeLog Make-lang.in call.c class.c 
	                 cp-gimplify.c cp-tree.h cvt.c decl.c decl2.c 
	                 g++spec.c init.c method.c optimize.c parser.c 
	                 pt.c rtti.c semantics.c typeck2.c 

Log message:
	[ChangeLog.objc-improvements]
	2004-08-10  Ziemowit Laski  <zlaski@apple.com>
	
	Sync up with HEAD.2004-08-08T23:33:48+0000.
	
	[gcc/objc/ChangeLog.objc-improvements]
	2004-08-10  Ziemowit Laski  <zlaski@apple.com>
	
	* objc-act.c (string_descriptor): New type.
	(string_htab): New hash table, for constant strings.
	(string_hash, string_eq): New functions.
	(hash_init): Initialize string_htab hash table.
	(objc_build_string_object): Unique string objects using the
	string_htab hash table.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=1.3503.2.22&r2=1.3503.2.23
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/Make-lang.in.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=1.157.2.12&r2=1.157.2.13
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/call.c.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=1.404.2.15&r2=1.404.2.16
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/class.c.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=1.550.2.14&r2=1.550.2.15
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cp-gimplify.c.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=1.1.8.3&r2=1.1.8.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cp-tree.h.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=1.871.2.17&r2=1.871.2.18
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cvt.c.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=1.142.2.10&r2=1.142.2.11
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl.c.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=1.1084.2.18&r2=1.1084.2.19
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl2.c.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=1.646.2.16&r2=1.646.2.17
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/g++spec.c.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=1.38.2.4&r2=1.38.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/init.c.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=1.330.2.13&r2=1.330.2.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/method.c.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=1.260.2.12&r2=1.260.2.13
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/optimize.c.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=1.93.2.10&r2=1.93.2.11
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/parser.c.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=1.77.2.20&r2=1.77.2.21
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/pt.c.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=1.717.2.17&r2=1.717.2.18
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/rtti.c.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=1.168.2.11&r2=1.168.2.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/semantics.c.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=1.325.2.16&r2=1.325.2.17
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/typeck2.c.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=1.144.2.11&r2=1.144.2.12



More information about the Gcc-cvs mailing list