gcc ChangeLog ChangeLog.objc-improvements MAIN ...
zlaski@gcc.gnu.org
zlaski@gcc.gnu.org
Tue Aug 10 22:55:00 GMT 2004
CVSROOT: /cvs/gcc
Module name: gcc
Branch: objc-improvements-branch
Changes by: zlaski@gcc.gnu.org 2004-08-10 22:55:31
Modified files:
. : ChangeLog ChangeLog.objc-improvements
MAINTAINERS Makefile.def Makefile.in
Makefile.tpl configure configure.in
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/ChangeLog.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=1.767.2.16&r2=1.767.2.17
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/ChangeLog.objc-improvements.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=1.1.2.5&r2=1.1.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/MAINTAINERS.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=1.293.2.15&r2=1.293.2.16
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/Makefile.def.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=1.10.2.8&r2=1.10.2.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/Makefile.in.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=1.181.2.13&r2=1.181.2.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/Makefile.tpl.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=1.65.2.12&r2=1.65.2.13
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/configure.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=1.102.2.14&r2=1.102.2.15
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/configure.in.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=1.243.2.14&r2=1.243.2.15
More information about the Gcc-cvs
mailing list