From: <lr...@us...> - 2007-01-02 18:16:38
|
Revision: 1317 http://svn.sourceforge.net/rubycocoa/?rev=1317&view=rev Author: lrz Date: 2007-01-02 10:16:37 -0800 (Tue, 02 Jan 2007) Log Message: ----------- 2007-01-02 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_import.rb, tests/tc_ovmix.rb, tests/objc_test.m: Introduced OSX::NSBehaviorAttachment#objc_export, a convenience facility to export Ruby methods to the Objective-C runtime (a shortcut to addRubyMethod_withType). First argument is the Ruby name of the method, and second is an array of C types (ex: %w{void int} for a '(void)(int)' function). Added a test case. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb branches/apple-unstable/src/tests/objc_test.m branches/apple-unstable/src/tests/tc_ovmix.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-02 21:57:16
|
Revision: 1318 http://svn.sourceforge.net/rubycocoa/?rev=1318&view=rev Author: lrz Date: 2007-01-02 13:57:10 -0800 (Tue, 02 Jan 2007) Log Message: ----------- 2007-01-02 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/BridgeSupport.m: Fixed support for long long types. Added some logs. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/BridgeSupport.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-03 11:36:33
|
Revision: 1319 http://svn.sourceforge.net/rubycocoa/?rev=1319&view=rev Author: lrz Date: 2007-01-03 03:36:29 -0800 (Wed, 03 Jan 2007) Log Message: ----------- 2007-01-03 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/ocdata_conv.h, framework/src/objc/ocdata_conv.m, tests/tc_ovmix.rb, tests/objc_test.m: Defines the official long long runtime constants if necessary. Added a test case to be sure long long types are properly bridged. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/ocdata_conv.h branches/apple-unstable/src/framework/src/objc/ocdata_conv.m branches/apple-unstable/src/tests/objc_test.m branches/apple-unstable/src/tests/tc_ovmix.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-03 13:42:09
|
Revision: 1320 http://svn.sourceforge.net/rubycocoa/?rev=1320&view=rev Author: lrz Date: 2007-01-03 05:42:04 -0800 (Wed, 03 Jan 2007) Log Message: ----------- 2007-01-03 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/OverrideMixin.m: Fixed a memory bug when KVC values, making sure the Objective-C values are not autoreleased while they are still used in Ruby. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/OverrideMixin.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-03 14:18:45
|
Revision: 1321 http://svn.sourceforge.net/rubycocoa/?rev=1321&view=rev Author: lrz Date: 2007-01-03 06:18:37 -0800 (Wed, 03 Jan 2007) Log Message: ----------- 2007-01-03 Laurent Sansonetti <lsa...@ap...> * framework/tool/gen_bridge_metadata.rb: Properly format enums with signed values. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-03 15:52:09
|
Revision: 1322 http://svn.sourceforge.net/rubycocoa/?rev=1322&view=rev Author: lrz Date: 2007-01-03 07:52:05 -0800 (Wed, 03 Jan 2007) Log Message: ----------- 2007-01-03 Laurent Sansonetti <lsa...@ap...> * template/PureEmptyApp.app/*, template/EmptyApp.app/*: Removed unnecessary empty apps. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog Removed Paths: ------------- branches/apple-unstable/src/template/EmptyApp.app/ branches/apple-unstable/src/template/PureEmptyApp.app/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-03 15:59:36
|
Revision: 1323 http://svn.sourceforge.net/rubycocoa/?rev=1323&view=rev Author: lrz Date: 2007-01-03 07:59:34 -0800 (Wed, 03 Jan 2007) Log Message: ----------- 2007-01-03 Laurent Sansonetti <lsa...@ap...> * sample/RubyMiniBrowser/Info.plist: Dump the short version string and uniquify the bundle identifier. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/sample/RubyMiniBrowser/Info.plist This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-03 16:02:02
|
Revision: 1324 http://svn.sourceforge.net/rubycocoa/?rev=1324&view=rev Author: lrz Date: 2007-01-03 08:01:54 -0800 (Wed, 03 Jan 2007) Log Message: ----------- 2007-01-03 Laurent Sansonetti <lsa...@ap...> * sample/RubyCocoaGL/English.lproj/InfoPlist.strings: Removed the short version string tag that is inappropriate there. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/sample/RubyCocoaGL/English.lproj/InfoPlist.strings This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-03 17:18:00
|
Revision: 1325 http://svn.sourceforge.net/rubycocoa/?rev=1325&view=rev Author: lrz Date: 2007-01-03 09:17:57 -0800 (Wed, 03 Jan 2007) Log Message: ----------- 2007-01-03 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_import.rb, tests/tc_ovmix.rb, tests/objc_test.m: Added the possibility to use boxed classes when giving the method type to OSX.objc_export. Added a test case. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb branches/apple-unstable/src/tests/objc_test.m branches/apple-unstable/src/tests/tc_ovmix.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-03 20:56:01
|
Revision: 1326 http://svn.sourceforge.net/rubycocoa/?rev=1326&view=rev Author: lrz Date: 2007-01-03 12:55:59 -0800 (Wed, 03 Jan 2007) Log Message: ----------- 2007-01-03 Laurent Sansonetti <lsa...@ap...> * sample/RubyPathDemo: Added new sample code, a Ruby port of /Developer/Examples/Quartz/PathDemo. * framework/src/objc/RBObject.h, framework/src/objc/RBObject.m: Better fix for the problem with RBObject wrapping a pure Ruby object that was autoreleased. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/RBObject.h branches/apple-unstable/src/framework/src/objc/RBObject.m Added Paths: ----------- branches/apple-unstable/src/sample/RubyPathDemo/ branches/apple-unstable/src/sample/RubyPathDemo/DemoView.rb branches/apple-unstable/src/sample/RubyPathDemo/English.lproj/ branches/apple-unstable/src/sample/RubyPathDemo/English.lproj/InfoPlist.strings branches/apple-unstable/src/sample/RubyPathDemo/English.lproj/MainMenu.nib/ branches/apple-unstable/src/sample/RubyPathDemo/English.lproj/MainMenu.nib/classes.nib branches/apple-unstable/src/sample/RubyPathDemo/English.lproj/MainMenu.nib/info.nib branches/apple-unstable/src/sample/RubyPathDemo/English.lproj/MainMenu.nib/objects.nib branches/apple-unstable/src/sample/RubyPathDemo/Info.plist branches/apple-unstable/src/sample/RubyPathDemo/PathDemo.xcodeproj/ branches/apple-unstable/src/sample/RubyPathDemo/PathDemo.xcodeproj/project.pbxproj branches/apple-unstable/src/sample/RubyPathDemo/PathDemoController.rb branches/apple-unstable/src/sample/RubyPathDemo/main.m branches/apple-unstable/src/sample/RubyPathDemo/rb_main.rb branches/apple-unstable/src/sample/RubyPathDemo/version.plist This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-04 00:13:40
|
Revision: 1327 http://svn.sourceforge.net/rubycocoa/?rev=1327&view=rev Author: lrz Date: 2007-01-03 16:13:39 -0800 (Wed, 03 Jan 2007) Log Message: ----------- 2007-01-04 Laurent Sansonetti <lsa...@ap...> * sample/RubyABPresence: Added new sample code, a Ruby port of the ADC ABPresence program. * framework/post-config.rb: Now generate metadata information for AddressBook and InstantMessage. * sample/SampleCIView.rb: Fixed the header comment. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/post-config.rb branches/apple-unstable/src/sample/SampleCIView.rb Added Paths: ----------- branches/apple-unstable/src/sample/RubyABPresence/ branches/apple-unstable/src/sample/RubyABPresence/ABPersonDisplayName.rb branches/apple-unstable/src/sample/RubyABPresence/ABPresence.xcodeproj/ branches/apple-unstable/src/sample/RubyABPresence/ABPresence.xcodeproj/project.pbxproj branches/apple-unstable/src/sample/RubyABPresence/English.lproj/ branches/apple-unstable/src/sample/RubyABPresence/English.lproj/InfoPlist.strings branches/apple-unstable/src/sample/RubyABPresence/English.lproj/MainMenu.nib/ branches/apple-unstable/src/sample/RubyABPresence/English.lproj/MainMenu.nib/classes.nib branches/apple-unstable/src/sample/RubyABPresence/English.lproj/MainMenu.nib/info.nib branches/apple-unstable/src/sample/RubyABPresence/English.lproj/MainMenu.nib/keyedobjects.nib branches/apple-unstable/src/sample/RubyABPresence/Info.plist branches/apple-unstable/src/sample/RubyABPresence/PeopleDataSource.rb branches/apple-unstable/src/sample/RubyABPresence/ReadMe.txt branches/apple-unstable/src/sample/RubyABPresence/ServiceWatcher.rb branches/apple-unstable/src/sample/RubyABPresence/main.m branches/apple-unstable/src/sample/RubyABPresence/rb_main.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-04 00:15:58
|
Revision: 1328 http://svn.sourceforge.net/rubycocoa/?rev=1328&view=rev Author: lrz Date: 2007-01-03 16:15:54 -0800 (Wed, 03 Jan 2007) Log Message: ----------- 2007-01-04 Laurent Sansonetti <lsa...@ap...> * sample/RubyPathDemo/PathDemo.xcodeproj/project.pbxproj: Fixed MainMenu.nib link. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/sample/RubyPathDemo/PathDemo.xcodeproj/project.pbxproj This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-04 01:00:41
|
Revision: 1331 http://svn.sourceforge.net/rubycocoa/?rev=1331&view=rev Author: lrz Date: 2007-01-03 17:00:40 -0800 (Wed, 03 Jan 2007) Log Message: ----------- 2007-01-04 Laurent Sansonetti <lsa...@ap...> * sample/RubyQTKitSimpleDocument/QTKitPlayer.xcodeproj/project.pbxproj: Fixed the project to use the current Mac OS X SDK. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/sample/RubyQTKitSimpleDocument/QTKitPlayer.xcodeproj/project.pbxproj This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-04 10:32:41
|
Revision: 1335 http://svn.sourceforge.net/rubycocoa/?rev=1335&view=rev Author: lrz Date: 2007-01-04 02:32:39 -0800 (Thu, 04 Jan 2007) Log Message: ----------- 2007-01-04 Laurent Sansonetti <lsa...@ap...> * pre-config.rb, framework/post-config.rb: - Fail the config phase if Ruby wasn't built as a shared library ; - Use the right Ruby binary to launch the metadata generator. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/post-config.rb branches/apple-unstable/src/pre-config.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-04 11:14:34
|
Revision: 1337 http://svn.sourceforge.net/rubycocoa/?rev=1337&view=rev Author: lrz Date: 2007-01-04 03:14:30 -0800 (Thu, 04 Jan 2007) Log Message: ----------- 2007-01-04 Laurent Sansonetti <lsa...@ap...> * sample/RubySpotlight/Spotlight.rb, sample/RubySpotlight/AppController.rb: - Fixed usage of NSPredicate to not raise a runtime exception ; - Ported deprecated code to new syntax. Thanks to Vincent Isambart. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/sample/RubySpotlight/AppController.rb branches/apple-unstable/src/sample/RubySpotlight/Spotlight.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-04 11:16:30
|
Revision: 1338 http://svn.sourceforge.net/rubycocoa/?rev=1338&view=rev Author: lrz Date: 2007-01-04 03:16:29 -0800 (Thu, 04 Jan 2007) Log Message: ----------- 2007-01-04 Laurent Sansonetti <lsa...@ap...> * sample/RubyMiniBrowser/MiniBrowser.xcodeproj/project.pbxproj: Built the project for the native arch. Thanks to Vincent Isambart. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/sample/RubyMiniBrowser/MiniBrowser.xcodeproj/project.pbxproj This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-04 16:54:52
|
Revision: 1340 http://svn.sourceforge.net/rubycocoa/?rev=1340&view=rev Author: lrz Date: 2007-01-04 08:54:46 -0800 (Thu, 04 Jan 2007) Log Message: ----------- 2007-01-04 Laurent Sansonetti <lsa...@ap...> * framework/bridge-support-exceptions/AddressBook.xml, framework/bridge-support-exceptions/InstantMessage.xml: Added exceptions for AddressBook and InstantMessage frameworks. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog Added Paths: ----------- branches/apple-unstable/src/framework/bridge-support-exceptions/AddressBook.xml branches/apple-unstable/src/framework/bridge-support-exceptions/InstantMessage.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-04 16:55:39
|
Revision: 1341 http://svn.sourceforge.net/rubycocoa/?rev=1341&view=rev Author: lrz Date: 2007-01-04 08:55:36 -0800 (Thu, 04 Jan 2007) Log Message: ----------- 2007-01-04 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/RBObject.m: Removed a debug log. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/RBObject.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-05 00:16:10
|
Revision: 1342 http://svn.sourceforge.net/rubycocoa/?rev=1342&view=rev Author: lrz Date: 2007-01-04 16:16:09 -0800 (Thu, 04 Jan 2007) Log Message: ----------- 2007-01-05 Laurent Sansonetti <lsa...@ap...> * framework/RubyCocoa.xcodeproj/project.pbxproj, framework/src/ruby/osx/coredata.rb, framework/src/ruby/osx/objc/coredata.rb, framework/src/ruby/osx/objc/cocoa_macros.rb, framework/post-config.rb, lib/osx/coredata.rb: Migrated the old CoreData support to the new BridgeSupport metadata mechanism. Deprecated osx/coredata. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/RubyCocoa.xcodeproj/project.pbxproj branches/apple-unstable/src/framework/post-config.rb branches/apple-unstable/src/framework/src/ruby/osx/coredata.rb branches/apple-unstable/src/framework/src/ruby/osx/objc/cocoa_macros.rb branches/apple-unstable/src/lib/osx/coredata.rb Removed Paths: ------------- branches/apple-unstable/src/framework/src/ruby/osx/objc/coredata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-05 17:18:33
|
Revision: 1345 http://svn.sourceforge.net/rubycocoa/?rev=1345&view=rev Author: lrz Date: 2007-01-05 09:18:28 -0800 (Fri, 05 Jan 2007) Log Message: ----------- 2007-01-05 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_import.rb, framework/src/objc/OverrideMixin.m, framework/src/objc/RBObject.m, framework/src/objc/mdl_osxobjc.m, framework/src/objc/RBClassUtils.m, framework/src/objc/ocdata_conv.h, framework/src/objc/ocdata_conv.m, tests/tc_ovmix.rb, tests/objc_test.m: - Fixed direct import of Objective-C classes when the OSX module is included in Object ; - Added the possibility to add or override any method directly in a given Objective-C class from Ruby (before it was only possible in a subclass). Added some test cases. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/OverrideMixin.m branches/apple-unstable/src/framework/src/objc/RBClassUtils.m branches/apple-unstable/src/framework/src/objc/RBObject.m branches/apple-unstable/src/framework/src/objc/mdl_osxobjc.m branches/apple-unstable/src/framework/src/objc/ocdata_conv.h branches/apple-unstable/src/framework/src/objc/ocdata_conv.m branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb branches/apple-unstable/src/tests/objc_test.m branches/apple-unstable/src/tests/tc_ovmix.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-05 18:09:31
|
Revision: 1348 http://svn.sourceforge.net/rubycocoa/?rev=1348&view=rev Author: lrz Date: 2007-01-05 10:09:26 -0800 (Fri, 05 Jan 2007) Log Message: ----------- 2007-01-05 Laurent Sansonetti <lsa...@ap...> * sample/buildall.rb: Added new script, that builds all samples in a directory of your choice. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog Added Paths: ----------- branches/apple-unstable/src/sample/buildall.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-06 01:00:23
|
Revision: 1350 http://svn.sourceforge.net/rubycocoa/?rev=1350&view=rev Author: lrz Date: 2007-01-05 17:00:22 -0800 (Fri, 05 Jan 2007) Log Message: ----------- 2007-01-06 Laurent Sansonetti <lsa...@ap...> * sample/RubyStickies: Added new sample code, a Ruby port of /Developer/Examples/CoreData/Stickies. Not functional yet (see the FIXME comments). Modified Paths: -------------- branches/apple-unstable/src/ChangeLog Added Paths: ----------- branches/apple-unstable/src/sample/RubyStickies/ branches/apple-unstable/src/sample/RubyStickies/English.lproj/ branches/apple-unstable/src/sample/RubyStickies/English.lproj/InfoPlist.strings branches/apple-unstable/src/sample/RubyStickies/English.lproj/MainMenu.nib/ branches/apple-unstable/src/sample/RubyStickies/English.lproj/MainMenu.nib/classes.nib branches/apple-unstable/src/sample/RubyStickies/English.lproj/MainMenu.nib/info.nib branches/apple-unstable/src/sample/RubyStickies/English.lproj/MainMenu.nib/keyedobjects.nib branches/apple-unstable/src/sample/RubyStickies/English.lproj/Sticky.nib/ branches/apple-unstable/src/sample/RubyStickies/English.lproj/Sticky.nib/classes.nib branches/apple-unstable/src/sample/RubyStickies/English.lproj/Sticky.nib/info.nib branches/apple-unstable/src/sample/RubyStickies/English.lproj/Sticky.nib/keyedobjects.nib branches/apple-unstable/src/sample/RubyStickies/Info.plist branches/apple-unstable/src/sample/RubyStickies/Stickies.icns branches/apple-unstable/src/sample/RubyStickies/Stickies.xcodeproj/ branches/apple-unstable/src/sample/RubyStickies/Stickies.xcodeproj/project.pbxproj branches/apple-unstable/src/sample/RubyStickies/StickiesAppDelegate.rb branches/apple-unstable/src/sample/RubyStickies/Stickies_DataModel.xcdatamodel/ branches/apple-unstable/src/sample/RubyStickies/Stickies_DataModel.xcdatamodel/elements branches/apple-unstable/src/sample/RubyStickies/Stickies_DataModel.xcdatamodel/layout branches/apple-unstable/src/sample/RubyStickies/Sticky.rb branches/apple-unstable/src/sample/RubyStickies/StickyResizeCornerView.rb branches/apple-unstable/src/sample/RubyStickies/StickyTitleBarView.rb branches/apple-unstable/src/sample/RubyStickies/StickyWindow.rb branches/apple-unstable/src/sample/RubyStickies/main.m branches/apple-unstable/src/sample/RubyStickies/rb_main.rb branches/apple-unstable/src/sample/RubyStickies/version.plist This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-06 14:45:10
|
Revision: 1356 http://svn.sourceforge.net/rubycocoa/?rev=1356&view=rev Author: lrz Date: 2007-01-06 06:45:06 -0800 (Sat, 06 Jan 2007) Log Message: ----------- 2007-01-06 Laurent Sansonetti <lsa...@ap...> * sample/RubyStickies/Sticky.rb: Fixed a crash when closing a sticky. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/sample/RubyStickies/Sticky.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-06 15:05:08
|
Revision: 1357 http://svn.sourceforge.net/rubycocoa/?rev=1357&view=rev Author: lrz Date: 2007-01-06 07:05:05 -0800 (Sat, 06 Jan 2007) Log Message: ----------- 2007-01-06 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/OverrideMixin.m, framework/src/objc/mdl_osxobjc.m, framework/src/objc/mdl_objwrapper.m, tests/objc_test.m: Eliminates compiler warnings. * framework/src/ruby/osx/objc/oc_import.rb: Properly append missing ':' to the selector if type format string was used. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/OverrideMixin.m branches/apple-unstable/src/framework/src/objc/mdl_objwrapper.m branches/apple-unstable/src/framework/src/objc/mdl_osxobjc.m branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb branches/apple-unstable/src/tests/objc_test.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-06 17:34:33
|
Revision: 1359 http://svn.sourceforge.net/rubycocoa/?rev=1359&view=rev Author: lrz Date: 2007-01-06 09:34:30 -0800 (Sat, 06 Jan 2007) Log Message: ----------- 2007-01-06 Laurent Sansonetti <lsa...@ap...> * sample/Hakoiri-Musume/rb_main.rb, sample/speak.rb, package/tmpl/postflight-universal.rb: Fixed sheband lines to use /usr/bin/env ruby. Thanks to Jean-Pierre. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/package/tmpl/postflight-universal.rb branches/apple-unstable/src/sample/Hakoiri-Musume/rb_main.rb branches/apple-unstable/src/sample/speak.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |