Re: NSThread OS X 10.5 compatibility

2007-11-24 Thread David Wetzel
hi, that is my frist -- not jet tested -- code. just to avoid double work... Index: Source/NSThread.m === --- Source/NSThread.m (revision 25604) +++ Source/NSThread.m (working copy) @@ -797,6 +797,34 @@ return

NSThread OS X 10.5 compatibility

2007-11-22 Thread David Wetzel
Hi folks, Apple has updated the NSThread API http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Classes/NSThread_Class/Ref erence/Reference.html Who is currently hacking on NSThread? I would like to do this: _t = [[NSThread alloc] initWithTarget:self