2010-10-12 Nicola Pero <nicola.pero@meta-innovation.com> * Makefile.in (C_SOURCE_FILES): Added methods.c. * encoding.c (method_getNumberOfArguments): New. (method_get_number_of_arguments): Call method_getNumberOfArguments. * ivars.c (ivar_getName): Check for NULL variable argument. (ivar_getOffset): Check for NULL variable argument. (ivar_getTypeEncoding): Check for NULL variable argument. (class_copyIvarList): New. * methods.c: New. * protocols.c (class_copyProtocolList): Check for Nil class_ argument. * sendmsg.c: Use 'struct objc_method *' instead of Method_t, and 'struct objc_method_list *' instead of MethodList_t. (class_getMethodImplementation): New. (class_respondsToSelector): New. (class_getInstanceMethod): New. (class_getClassMethod): New. * objc/runtime.h: Updated comments. (class_copyIvarList): New. (class_getInstanceMethod): New. (class_getClassMethod): New. (class_getMethodImplementation): New. (class_respondsToSelector): New. (method_getName): New. (method_getImplementation): New. (method_getTypeEncoding): New. (class_copyMethodList): New. (method_getNumberOfArguments): New. From-SVN: r165400
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
objc | Loading commit data... | |
objc-private | Loading commit data... | |
ChangeLog | Loading commit data... | |
Makefile.in | Loading commit data... | |
NXConstStr.m | Loading commit data... | |
Object.m | Loading commit data... | |
Protocol.m | Loading commit data... | |
README | Loading commit data... | |
THREADS | Loading commit data... | |
acinclude.m4 | Loading commit data... | |
aclocal.m4 | Loading commit data... | |
archive.c | Loading commit data... | |
class.c | Loading commit data... | |
config.h.in | Loading commit data... | |
configure | Loading commit data... | |
configure.ac | Loading commit data... | |
encoding.c | Loading commit data... | |
error.c | Loading commit data... | |
exception.c | Loading commit data... | |
gc.c | Loading commit data... | |
hash.c | Loading commit data... | |
init.c | Loading commit data... | |
ivars.c | Loading commit data... | |
libobjc.def | Loading commit data... | |
linking.m | Loading commit data... | |
memory.c | Loading commit data... | |
methods.c | Loading commit data... | |
nil_method.c | Loading commit data... | |
objc-foreach.c | Loading commit data... | |
objc-sync.c | Loading commit data... | |
objects.c | Loading commit data... | |
protocols.c | Loading commit data... | |
sarray.c | Loading commit data... | |
selector.c | Loading commit data... | |
sendmsg.c | Loading commit data... | |
thr.c | Loading commit data... |