This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC 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/libobjc ChangeLog.branch Protocol.m archiv ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	libobjc-branch
Changes by:	pinskia@gcc.gnu.org	2004-01-28 08:00:01

Modified files:
	libobjc        : ChangeLog.branch Protocol.m archive.c 
	                 encoding.c hash.c sarray.c selector.c sendmsg.c 
	libobjc/objc   : objc-api.h runtime.h 

Log message:
	2004-01-27  Nicola Pero  <n.pero@mi.flashnet.it>
	
	* Protocol.m ([-conformsTo:]): If the argument is nil, return NO.
	([-hash], [-isEqual:]): New methods.
	
	2004-01-27  Richard Frith-Macdonald <rfm@gnu.org>
	
	* sarray.c (sarray_free): Add a better comment.
	
	2004-01-27  Adam Fedor  <fedor@gnu.org>
	
	* hash.c (hash_add): Cast cachep to int.
	* selector.c (__sel_register_typed_name): Cast soffset_decode to int.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/ChangeLog.branch.diff?cvsroot=gcc&only_with_tag=libobjc-branch&r1=1.1.2.4&r2=1.1.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/Protocol.m.diff?cvsroot=gcc&only_with_tag=libobjc-branch&r1=1.5&r2=1.5.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/archive.c.diff?cvsroot=gcc&only_with_tag=libobjc-branch&r1=1.6.18.1&r2=1.6.18.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/encoding.c.diff?cvsroot=gcc&only_with_tag=libobjc-branch&r1=1.20.2.1&r2=1.20.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/hash.c.diff?cvsroot=gcc&only_with_tag=libobjc-branch&r1=1.4&r2=1.4.18.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/sarray.c.diff?cvsroot=gcc&only_with_tag=libobjc-branch&r1=1.8&r2=1.8.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/selector.c.diff?cvsroot=gcc&only_with_tag=libobjc-branch&r1=1.7.4.1&r2=1.7.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/sendmsg.c.diff?cvsroot=gcc&only_with_tag=libobjc-branch&r1=1.12.14.2&r2=1.12.14.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/objc/objc-api.h.diff?cvsroot=gcc&only_with_tag=libobjc-branch&r1=1.7.18.1&r2=1.7.18.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/objc/runtime.h.diff?cvsroot=gcc&only_with_tag=libobjc-branch&r1=1.4.18.1&r2=1.4.18.2


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