From: <ki...@us...> - 2014-06-21 06:54:38
|
Revision: 2574 http://sourceforge.net/p/rubycocoa/svn/2574 Author: kimuraw Date: 2014-06-21 06:54:26 +0000 (Sat, 21 Jun 2014) Log Message: ----------- Improve launch process of RubyCocoa applications on ruby-2.x - use ruby_run_node(node) on ruby-2.x. - NSString#fileSystemRepresentation returns regular string. on ruby-2.x, a return value type (char *) from Objective-C becomes Ruby String with dummy encoding "RUBYCOCOA_UNKNOWN". NSString#fileSystemRepresentation is used in most of rb_main.rb. If the method returns regular string, we need not to modify rb_main.rb of out RubyCocoa apps. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/RBRuntime.m trunk/src/framework/src/ruby/osx/objc/oc_attachments.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |