|
From: <lr...@us...> - 2007-09-26 22:36:15
|
Revision: 2053
http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2053&view=rev
Author: lrz
Date: 2007-09-26 15:36:13 -0700 (Wed, 26 Sep 2007)
Log Message:
-----------
2007-09-27 Laurent Sansonetti <lsa...@ap...>
* framework/src/ruby/osx/objc/ruby_addition.rb,
framework/src/ruby/osx/objc/oc_wrapper.rb,
framework/src/objc/ocdata_conv.m:
#objc_send will now pass a frozen selector to the core, where underscore
characters won't be transformed as ':'. This is a convenience utility to
call ObjC methods that contain underscores as part of their selector, like
for example [__rbobj__].
* tests/tc_subclass.rb:
Added a test case for the [copyWithZone:] hook fix described just below.
Modified Paths:
--------------
trunk/src/ChangeLog
trunk/src/framework/src/objc/ocdata_conv.m
trunk/src/framework/src/ruby/osx/objc/oc_wrapper.rb
trunk/src/framework/src/ruby/osx/objc/ruby_addition.rb
trunk/src/tests/tc_subclass.rb
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|