From: <lr...@us...> - 2007-05-10 14:36:12
|
Revision: 1721 http://svn.sourceforge.net/rubycocoa/?rev=1721&view=rev Author: lrz Date: 2007-05-10 07:36:10 -0700 (Thu, 10 May 2007) Log Message: ----------- 2007-05-10 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/cls_objcptr.m: Added new APIs to assign values to the pointer instance. #assign is to assign a value to the entire pointer, and #[]= can be used to assign a value to a particular offset. * tests/tc_passbyref.rb, tests/tc_objcptr.rb: Added more tests. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/cls_objcptr.m trunk/src/tests/tc_objcptr.rb trunk/src/tests/tc_passbyref.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |