Re: [RFA/base] Replace objc_get_instance/class_method

2003-06-24 Thread Adam Fedor
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.

[RFA/base] Replace objc_get_instance/class_method

2003-06-24 Thread David Ayers
Hello everyone, this patch follows up on the new GSGetInstance/ClassMethod patch of GSObjCRuntime. Mainly it replaces all occurances of objc_get_instance_method(class / instance->class_pointer) with GSGetInstanceMethod(class / instance->class_pointers) and objc_get_class_method(class->class_p

Re: Fix for NSProcessInfo under FreeBSD

2003-06-24 Thread Pete French
> I applied this patch, but I left out the part that restricts it to > FreeBSD systems, just to see if anyone else complains :-) (i.e. I'd heh. Thanks for the commit - though I ssuspect the other complaints wont be long in comming somehow. Its a shame the /dev/null hack doesnt work on other syst