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]

r165348 - in /trunk/libobjc: ChangeLog objc-pri...


Author: nicola
Date: Tue Oct 12 00:27:02 2010
New Revision: 165348

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165348
Log:
In libobjc/:
2010-10-12  Nicola Pero  <nicola.pero@meta-innovation.com>

        * selector.c (sel_getName): Return "<null selector>" for a NULL
        argument.
        (sel_get_name): Return 0 for a NULL argument.
        * objc/runtime.h (sel_getName): Updated documentation.

        * objc-private/hash.h (class_hash_table): Unused declaration
        removed.
        (module_hash_table): Same.
        * objc/deprecated/hash.h: Same changes.

Modified:
    trunk/libobjc/ChangeLog
    trunk/libobjc/objc-private/hash.h
    trunk/libobjc/objc/deprecated/hash.h
    trunk/libobjc/objc/runtime.h
    trunk/libobjc/selector.c


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