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]

r165525 - in /trunk/libobjc: ChangeLog class.c ...


Author: nicola
Date: Fri Oct 15 22:27:39 2010
New Revision: 165525

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

        * objc-private/runtime.h (__objc_update_classes_with_methods): New.
        * class.c (__objc_update_classes_with_methods): New.
        (objc_getClassList): Do not lock the class lock.
        * methods.c (method_exchangeImplementations): New.
        (method_setImplementation): New.
        * objc/runtime.h (method_setImplementation): New.
        (method_exchangeImplementations): New.

Modified:
    trunk/libobjc/ChangeLog
    trunk/libobjc/class.c
    trunk/libobjc/methods.c
    trunk/libobjc/objc-private/runtime.h
    trunk/libobjc/objc/runtime.h


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