From: <hi...@us...> - 2007-02-05 09:06:24
|
Revision: 1508 http://svn.sourceforge.net/rubycocoa/?rev=1508&view=rev Author: hisa Date: 2007-02-05 01:06:22 -0800 (Mon, 05 Feb 2007) Log Message: ----------- 2007-02-05 Fujimoto Hisa <hi...@fo...> * framework/src/objc/RBSlaveObject.m, framework/src/objc/RBObject.m, framework/src/objc/libffi.m, framework/src/objc/RBRuntime.h, framework/src/objc/RBRuntime.m, framework/src/objc/mdl_objwrapper.m, framework/src/objc/RBClassUtils.m, framework/src/objc/ocdata_conv.m, framework/src/objc/OverrideMixin.m, framework/src/objc/BridgeSupport.m, framework/src/objc/cls_objcid.m, framework/src/objc/internal_macros.h: moved some macros (for debugging) to internal_macros.h from RBRuntime.h. * framework/src/objc/RBRuntime.h, framework/src/objc/RBRuntime.m: modified an argument type of RBBundleInit to specify the current Bundle. * framework/src/objc/RBClassUtils.m: modified class_map_dic_add, and created an internal class named RBClassMapInfo. it's to keep a bundle object which is related with a class written by ruby (not yet implement). Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/BridgeSupport.m 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/RBRuntime.h branches/apple-unstable/src/framework/src/objc/RBRuntime.m branches/apple-unstable/src/framework/src/objc/RBSlaveObject.m branches/apple-unstable/src/framework/src/objc/cls_objcid.m branches/apple-unstable/src/framework/src/objc/libffi.m branches/apple-unstable/src/framework/src/objc/mdl_objwrapper.m branches/apple-unstable/src/framework/src/objc/ocdata_conv.m Added Paths: ----------- branches/apple-unstable/src/framework/src/objc/internal_macros.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |