From: <lr...@us...> - 2007-02-18 11:12:06
|
Revision: 1566 http://svn.sourceforge.net/rubycocoa/?rev=1566&view=rev Author: lrz Date: 2007-02-18 03:11:58 -0800 (Sun, 18 Feb 2007) Log Message: ----------- better fix Modified Paths: -------------- branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb branches/apple-unstable/src/tests/tc_bs.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-19 18:34:15
|
Revision: 1567 http://svn.sourceforge.net/rubycocoa/?rev=1567&view=rev Author: lrz Date: 2007-02-19 10:34:11 -0800 (Mon, 19 Feb 2007) Log Message: ----------- * framework/bridge-support-exceptions/CoreFoundation.xml, framework/src/objc/mdl_osxobjc.h, framework/src/objc/mdl_osxobjc.m, framework/src/objc/ocdata_conv.m, framework/src/objc/BridgeSupport.h, framework/src/objc/cls_objcid.h, framework/src/objc/BridgeSupport.m, framework/src/objc/cls_objcid.m, framework/tool/gen_bridge_metadata.rb, tests/tc_types.rb, tests/objc_test.m: Added support for magic-cookie constants (kCFAllocatorUseContext). These constants are marked in the bridge support files. Quick refactoring on some parts of the code. Added test cases. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/bridge-support-exceptions/CoreFoundation.xml branches/apple-unstable/src/framework/src/objc/BridgeSupport.h branches/apple-unstable/src/framework/src/objc/BridgeSupport.m branches/apple-unstable/src/framework/src/objc/cls_objcid.h branches/apple-unstable/src/framework/src/objc/cls_objcid.m branches/apple-unstable/src/framework/src/objc/mdl_osxobjc.h branches/apple-unstable/src/framework/src/objc/mdl_osxobjc.m branches/apple-unstable/src/framework/src/objc/ocdata_conv.m branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb branches/apple-unstable/src/tests/objc_test.m branches/apple-unstable/src/tests/tc_types.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-20 02:27:56
|
Revision: 1568 http://svn.sourceforge.net/rubycocoa/?rev=1568&view=rev Author: lrz Date: 2007-02-19 18:27:53 -0800 (Mon, 19 Feb 2007) Log Message: ----------- 2007-02-20 Laurent Sansonetti <lsa...@ap...> * install.rb: Better (complete) clean task. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/install.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-02-20 07:50:30
|
Revision: 1569 http://svn.sourceforge.net/rubycocoa/?rev=1569&view=rev Author: hisa Date: 2007-02-19 23:50:29 -0800 (Mon, 19 Feb 2007) Log Message: ----------- 2007-02-20 Fujimoto Hisa <hi...@fo...> * sample/VPRubyPluginEnabler: aware of the standard user's "Script PlugIns" folder for ruby script. implemented "Run Page as Ruby Plugin" and "Save Page as Ruby Plugin..." command same as Lua version. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/sample/VPRubyPluginEnabler/README branches/apple-unstable/src/sample/VPRubyPluginEnabler/VPRubyPlugin.rb branches/apple-unstable/src/sample/VPRubyPluginEnabler/VPRubyScript.rb branches/apple-unstable/src/sample/VPRubyPluginEnabler/vpr_init.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-02-20 08:33:49
|
Revision: 1570 http://svn.sourceforge.net/rubycocoa/?rev=1570&view=rev Author: hisa Date: 2007-02-20 00:33:44 -0800 (Tue, 20 Feb 2007) Log Message: ----------- 2007-02-20 Fujimoto Hisa <hi...@fo...> * framework/src/objc/RBRuntime.m: removed Init_stack in RBBundleInit, because it's already called in the ruby_init. * framework/src/ruby/osx/objc/oc_import.rb: replaced some arguments of the class_eval(module_eval) as a block instead of a string if it's able. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/RBRuntime.m branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb branches/apple-unstable/src/sample/RubyAnywhere/RubyAnywhereLoader.m branches/apple-unstable/src/sample/RubyAnywhere/ruby_anywhere_init.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-20 14:44:04
|
Revision: 1571 http://svn.sourceforge.net/rubycocoa/?rev=1571&view=rev Author: lrz Date: 2007-02-20 06:43:58 -0800 (Tue, 20 Feb 2007) Log Message: ----------- 2007-02-20 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_import.rb: Make sure to ignore classes that start with a lower character. Normally Ruby forbids this but some SWIG-based extensions have such class names. Thanks to Vincent Isambart. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-20 21:47:18
|
Revision: 1572 http://svn.sourceforge.net/rubycocoa/?rev=1572&view=rev Author: lrz Date: 2007-02-20 13:47:16 -0800 (Tue, 20 Feb 2007) Log Message: ----------- 2007-02-20 Laurent Sansonetti <lsa...@ap...> * framework/tool/rb_nibtool.rb: The --plist option doesn't take an argument anymore and dumps the plist on the standard output. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/rb_nibtool.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-21 02:06:49
|
Revision: 1573 http://svn.sourceforge.net/rubycocoa/?rev=1573&view=rev Author: lrz Date: 2007-02-20 18:06:22 -0800 (Tue, 20 Feb 2007) Log Message: ----------- 2007-02-21 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/ocdata_conv.m, framework/src/objc/cls_objcptr.h, framework/src/objc/cls_objcptr.m, tests/tc_objcptr.rb: Added the possibility to retrieve components from an ObjCPtr instance giving an index. This works only for ObjCPtr objects returned by RubyCocoa and the user is responsible to pass the right index value, otherwise it may crash the program. Added tests cases. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/cls_objcptr.h branches/apple-unstable/src/framework/src/objc/cls_objcptr.m branches/apple-unstable/src/framework/src/objc/ocdata_conv.m branches/apple-unstable/src/tests/tc_objcptr.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-21 14:29:57
|
Revision: 1574 http://svn.sourceforge.net/rubycocoa/?rev=1574&view=rev Author: lrz Date: 2007-02-21 06:29:39 -0800 (Wed, 21 Feb 2007) Log Message: ----------- 2007-02-21 Laurent Sansonetti <lsa...@ap...> * pre-config.rb: When using /usr/lib/libffi.a, pass -I/usr/include/ffi to the compiler. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog 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-02-21 16:35:28
|
Revision: 1575 http://svn.sourceforge.net/rubycocoa/?rev=1575&view=rev Author: lrz Date: 2007-02-21 08:35:25 -0800 (Wed, 21 Feb 2007) Log Message: ----------- 2007-02-21 Laurent Sansonetti <lsa...@ap...> * framework/tool/gen_bridge_doc/lib/lib/function_def.rb: - Fixed the function arguments parsing ; - Make sure we don't generate arguments with upcase names ; - Make sure we don't generate arguments with names suffixed by [] ; - Do not use '...' but '*args' for argument names. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/lib/function_def.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-21 17:05:41
|
Revision: 1576 http://svn.sourceforge.net/rubycocoa/?rev=1576&view=rev Author: lrz Date: 2007-02-21 09:05:40 -0800 (Wed, 21 Feb 2007) Log Message: ----------- 2007-02-21 Laurent Sansonetti <lsa...@ap...> * framework/tool/gen_bridge_doc/lib/lib/method_def.rb: Make sure we don't generate arguments with upcase names. * framework/tool/gen_bridge_doc/lib/lib/constant_def.rb: Do not reveal the constant values and use nil instead. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/lib/constant_def.rb branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/lib/method_def.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-21 18:05:00
|
Revision: 1577 http://svn.sourceforge.net/rubycocoa/?rev=1577&view=rev Author: lrz Date: 2007-02-21 10:04:53 -0800 (Wed, 21 Feb 2007) Log Message: ----------- 2007-02-21 Laurent Sansonetti <lsa...@ap...> * framework/tool/gen_bridge_doc/lib/cocoa_ref.rb, framework/tool/gen_bridge_doc/lib/lib/constant_def.rb: Do not show duplicate constants. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/cocoa_ref.rb branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/lib/constant_def.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-21 19:43:52
|
Revision: 1578 http://svn.sourceforge.net/rubycocoa/?rev=1578&view=rev Author: lrz Date: 2007-02-21 11:43:47 -0800 (Wed, 21 Feb 2007) Log Message: ----------- 2007-02-21 Laurent Sansonetti <lsa...@ap...> * framework/tool/gen_bridge_doc/lib/lib/class_def.rb, framework/tool/gen_bridge_doc/lib/lib/function_def.rb: - Define module functions properly ; - Do not define fake modules for functions, protocols and additions. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/lib/class_def.rb branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/lib/function_def.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-22 01:42:45
|
Revision: 1579 http://svn.sourceforge.net/rubycocoa/?rev=1579&view=rev Author: lrz Date: 2007-02-21 17:42:41 -0800 (Wed, 21 Feb 2007) Log Message: ----------- 2007-02-22 Laurent Sansonetti <lsa...@ap...> * framework/tool/verify_bridge_metadata.rb, framework/tool/verify_bridge_metadata-old.rb: Renamed previous verifier as -old. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog Added Paths: ----------- branches/apple-unstable/src/framework/tool/verify_bridge_metadata-old.rb Removed Paths: ------------- branches/apple-unstable/src/framework/tool/verify_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-02-22 01:46:07
|
Revision: 1580 http://svn.sourceforge.net/rubycocoa/?rev=1580&view=rev Author: lrz Date: 2007-02-21 17:46:06 -0800 (Wed, 21 Feb 2007) Log Message: ----------- 2007-02-22 Laurent Sansonetti <lsa...@ap...> * framework/tool/verify_bridge_metadata.rb: Added a new version of the verifier, based on the intermediate Ruby files generated by gen_bridge_doc. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog Added Paths: ----------- branches/apple-unstable/src/framework/tool/verify_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-02-22 03:48:20
|
Revision: 1581 http://svn.sourceforge.net/rubycocoa/?rev=1581&view=rev Author: lrz Date: 2007-02-21 19:48:11 -0800 (Wed, 21 Feb 2007) Log Message: ----------- 2007-02-22 Laurent Sansonetti <lsa...@ap...> * framework/bridge-support-exceptions/AppKit.xml, framework/tool/gen_bridge_metadata.rb: - Discover more numeric #define constants ; - Describes the NSColorSpace and NSWindow methods dealing with opaque types and do not ignore them anymore ; - Skip all symbols prefixed by '_' ; - Mark boolean method arguments. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/bridge-support-exceptions/AppKit.xml 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: <ki...@us...> - 2007-02-22 13:59:53
|
Revision: 1582 http://svn.sourceforge.net/rubycocoa/?rev=1582&view=rev Author: kimuraw Date: 2007-02-22 05:59:51 -0800 (Thu, 22 Feb 2007) Log Message: ----------- 2007-02-22 kimura wataru <kimuraw@i.nifty.jp> * framework/src/objc/ocdata_conv.h, framework/src/objc/ocdata_conv.m: - remove unused function rbobj_to_nsselstr(). Modified Paths: -------------- branches/apple-unstable/src/framework/src/objc/ocdata_conv.h branches/apple-unstable/src/framework/src/objc/ocdata_conv.m Property Changed: ---------------- branches/apple-unstable/src/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2007-02-22 14:17:20
|
Revision: 1583 http://svn.sourceforge.net/rubycocoa/?rev=1583&view=rev Author: kimuraw Date: 2007-02-22 06:17:11 -0800 (Thu, 22 Feb 2007) Log Message: ----------- * framework/src/objc/ocdata_conv.m: - fix: break argument in rbobj_to_cselstr() when the argument is an instance of String. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/ocdata_conv.m Property Changed: ---------------- branches/apple-unstable/src/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-22 14:25:26
|
Revision: 1584 http://svn.sourceforge.net/rubycocoa/?rev=1584&view=rev Author: lrz Date: 2007-02-22 06:25:25 -0800 (Thu, 22 Feb 2007) Log Message: ----------- 2007-02-22 Laurent Sansonetti <lsa...@ap...> * framework/bridge-support-exceptions/CoreGraphics.xml, framework/src/objc/BridgeSupport.h, framework/src/objc/BridgeSupport.m, framework/tool/gen_bridge_metadata.rb, tests/tc_types.rb: - Added possibility to ignore enumerations ; - Mark CoreGraphics' kCGDirectMainDisplay as ignored ; - Added a test case. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/bridge-support-exceptions/CoreGraphics.xml branches/apple-unstable/src/framework/src/objc/BridgeSupport.h branches/apple-unstable/src/framework/src/objc/BridgeSupport.m branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb branches/apple-unstable/src/tests/tc_types.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-22 18:19:13
|
Revision: 1586 http://svn.sourceforge.net/rubycocoa/?rev=1586&view=rev Author: lrz Date: 2007-02-22 10:19:11 -0800 (Thu, 22 Feb 2007) Log Message: ----------- 2007-02-22 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/BridgeSupport.m: Better type modifier analysis. * framework/bridge-support-exceptions/OpenGL.xml: Expose missing opaque types. * framework/bridge-support-exceptions/CoreGraphics.xml: Added missing exception data. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/bridge-support-exceptions/CoreGraphics.xml branches/apple-unstable/src/framework/bridge-support-exceptions/OpenGL.xml 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-02-22 18:36:26
|
Revision: 1587 http://svn.sourceforge.net/rubycocoa/?rev=1587&view=rev Author: lrz Date: 2007-02-22 10:36:22 -0800 (Thu, 22 Feb 2007) Log Message: ----------- 2007-02-22 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/ocdata_conv.m, framework/src/objc/BridgeSupport.h, framework/src/objc/BridgeSupport.m, tests/tc_objcptr.rb: Now converting Ruby arrays to C-like arraysfor arguments of type 'in' that represent an array of a variable length. Added a test case. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/BridgeSupport.h branches/apple-unstable/src/framework/src/objc/BridgeSupport.m branches/apple-unstable/src/framework/src/objc/ocdata_conv.m branches/apple-unstable/src/tests/tc_objcptr.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-02-24 04:32:23
|
Revision: 1590 http://svn.sourceforge.net/rubycocoa/?rev=1590&view=rev Author: hisa Date: 2007-02-23 20:32:01 -0800 (Fri, 23 Feb 2007) Log Message: ----------- 2007-02-24 Fujimoto Hisa <hi...@fo...> * framework/src/objc/RBObject.m, framework/src/objc/RBRuntime.m, framework/src/objc/internal_macros.h: called Init_stack in RBObject#rbobjRespondsToSelector, when initialized using RBBundleInit and FREQUENTLY_INIT_STACK_FLAG is flagged. added (secret) api RBBundleInit2 to specify the frequently_init_stack_flag. * framework/src/objc/mdl_bundle_support.m, framework/src/objc/RBRuntime.m: acceptted nil for the 2nd argument, which type is Class, of RBBundleInit. it means using [NSBundle mainBundle] instead of bundleForClass for looking up the bundle related with the 2nd argument. So, it's able to initialize an app using RBBundleInit (or RBBundleInit2). it's an alternative way of using RBApplicationMain. * cls_objcptr.m, cls_objcptr.h: Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/RBObject.m branches/apple-unstable/src/framework/src/objc/RBRuntime.m branches/apple-unstable/src/framework/src/objc/cls_objcptr.h branches/apple-unstable/src/framework/src/objc/cls_objcptr.m branches/apple-unstable/src/framework/src/objc/internal_macros.h branches/apple-unstable/src/framework/src/objc/mdl_bundle_support.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <lr...@us...> - 2007-02-26 10:02:43
|
Revision: 1593 http://svn.sourceforge.net/rubycocoa/?rev=1593&view=rev Author: lrz Date: 2007-02-26 02:02:42 -0800 (Mon, 26 Feb 2007) Log Message: ----------- 2007-02-26 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/cls_objcid.m: Fixed ObjCID#inspect. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/cls_objcid.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-02-26 20:33:29
|
Revision: 1597 http://svn.sourceforge.net/rubycocoa/?rev=1597&view=rev Author: lrz Date: 2007-02-26 12:33:23 -0800 (Mon, 26 Feb 2007) Log Message: ----------- 2007-02-26 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/mdl_objwrapper.m, framework/src/objc/ocdata_conv.m, framework/src/objc/OverrideMixin.m: Fixed memory leaks in Ruby <-> ObjC messaging. 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/ocdata_conv.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |