From: <hi...@us...> - 2007-02-26 09:40:30
|
Revision: 1591 http://svn.sourceforge.net/rubycocoa/?rev=1591&view=rev Author: hisa Date: 2007-02-26 01:40:27 -0800 (Mon, 26 Feb 2007) Log Message: ----------- 2007-02-26 Fujimoto Hisa <hi...@fo...> * sample/CocoaRepl: added example of read-eval-print loop application using RBApplicationInit. * framework/src/objc/RBRuntime.h, framework/src/objc/RBRuntime.m, framework/src/objc/internal_macros.h, framework/src/objc/RubyCocoa.h, framework/src/objc/mdl_bundle_support.h, framework/src/objc/mdl_bundle_support.m, framework/src/ruby/osx/objc/oc_bundle_support.rb sample/RubyAnywhere/RubyAnywhereLoader.m, sample/VPRubyPluginEnabler/VPRubyPluginEnabler.m: implemented the API candidate for release 1.0. added RBApplicationInit and modified RBBundleInit. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/RBRuntime.h branches/apple-unstable/src/framework/src/objc/RBRuntime.m branches/apple-unstable/src/framework/src/objc/RubyCocoa.h branches/apple-unstable/src/framework/src/objc/internal_macros.h branches/apple-unstable/src/framework/src/objc/mdl_bundle_support.h branches/apple-unstable/src/framework/src/objc/mdl_bundle_support.m branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_bundle_support.rb branches/apple-unstable/src/sample/RubyAnywhere/RubyAnywhereLoader.m branches/apple-unstable/src/sample/VPRubyPluginEnabler/VPRubyPluginEnabler.m Added Paths: ----------- branches/apple-unstable/src/sample/CocoaRepl/ branches/apple-unstable/src/sample/CocoaRepl/CocoaRepl.xcodeproj/ branches/apple-unstable/src/sample/CocoaRepl/CocoaRepl.xcodeproj/project.pbxproj branches/apple-unstable/src/sample/CocoaRepl/CocoaRepl_Prefix.pch branches/apple-unstable/src/sample/CocoaRepl/English.lproj/ branches/apple-unstable/src/sample/CocoaRepl/English.lproj/InfoPlist.strings branches/apple-unstable/src/sample/CocoaRepl/English.lproj/MainMenu.nib/ branches/apple-unstable/src/sample/CocoaRepl/English.lproj/MainMenu.nib/classes.nib branches/apple-unstable/src/sample/CocoaRepl/English.lproj/MainMenu.nib/info.nib branches/apple-unstable/src/sample/CocoaRepl/English.lproj/MainMenu.nib/keyedobjects.nib branches/apple-unstable/src/sample/CocoaRepl/Info.plist branches/apple-unstable/src/sample/CocoaRepl/ReplController.rb branches/apple-unstable/src/sample/CocoaRepl/main.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |