bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFA/base] Replace objc_get_instance/class_method


From: David Ayers
Subject: Re: [RFA/base] Replace objc_get_instance/class_method
Date: Wed, 25 Jun 2003 12:27:03 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030507

Adam Fedor wrote:


On Tuesday, June 24, 2003, at 02:11 PM, David Ayers wrote:



   * Source/GSFFCallInvocation.m
   (gs_method_for_receiver_and_selector): Replace usage of
   class_get_instance/class_method with GSGetInstance/ClassMethod and
   Method_t with GSMethod.
   (gs_find_by_receiver_best_typed_sel): Ditto.
   (GSInvocationCallback): Ditto.
   ([GSFFCallInvocation -invokeWithTarget:]): Ditto.
   * Source/GSFFIInvocation.m
   (gs_method_for_receiver_and_selector): Ditto.
   (gs_find_by_receiver_best_typed_sel): Ditto.
   (GSFFIInvocationCallback): Ditto.
   ([GSFFIInvocation -invokeWithTarget:]): Ditto.
   * Source/NSConnection.m
   ([NSConnection -_service_typeForSelector:]): Ditto.
   * Source/NSInvocation.m
   ([NSInvocation -invokeWithTarget:]): Ditto.
   * Source/NSObject.m
   ([NSObject +instanceMethodSignatureForSelector:]): Ditto.
   ([NDObject -methodSignatureForSelector:]): Ditto.
   ([NSObject +descriptionForInstanceMethod:]): Ditto.
   ([NSOnject -descriptionForMethod:]: Ditto.
   * Source/NSProxy.m
   ([NSProxy +methodSignatureForSelector:]): Ditto.
   ([NSProxy -methodSignatureForSelector:]): Ditto.
   * Source/NSDistantObject.m
   ([NSObject -selectorTypeForProxy:]): Ditto.
   ([NSDistantObject +respondsToSelector:]): Ditto. Corrected
   implementation to check class methods instead of instance methods.


OK to commit?

Looks ok to me.

Commited.

Thanks, I guess the library-combo apple-gnu-gnu isn't often used.

Cheers,
David






reply via email to

[Prev in Thread] Current Thread [Next in Thread]