From: <ps...@us...> - 2007-08-29 17:40:49
|
Revision: 2025 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2025&view=rev Author: psychs Date: 2007-08-29 10:40:44 -0700 (Wed, 29 Aug 2007) Log Message: ----------- 2007-08-30 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_attachments.rb, tests/tc_nsarray.rb: - All NSArrayAttachment methods returns NSArray not Array. - Added type checks for NSArray when checking is_a?(Array). - Changed to use to_a in *, sort, sort!, transpose of NSAttachment. Because of performance. - Improved performance of uniq, uniq! of NSAttachment. - Fixed bugs, NSArrayAttachment#[]= should return the raw argument. - Updated tests. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_attachments.rb trunk/src/tests/tc_nsarray.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |