From: <lr...@us...> - 2007-10-09 22:50:48
|
Revision: 2085 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2085&view=rev Author: lrz Date: 2007-10-09 15:50:45 -0700 (Tue, 09 Oct 2007) Log Message: ----------- 2007-09-10 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/RBObject.m, framework/src/objc/libffi.m, framework/src/objc/mdl_osxobjc.m, framework/src/objc/internal_macros.h, framework/src/objc/OverrideMixin.m: Better facility that dispatches messages from threads to the thread where RubyCocoa was initialized. It was previously assuming that RubyCocoa was run in the main thread, which may not be always true (Ruby could be ran in a different thread). Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/OverrideMixin.m trunk/src/framework/src/objc/RBObject.m trunk/src/framework/src/objc/internal_macros.h trunk/src/framework/src/objc/libffi.m trunk/src/framework/src/objc/mdl_osxobjc.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |