Menu

SVN Commit Log


Commit Date  
[r2630] by kimuraw

Update documents

2014-07-27 00:05:39 Tree
[r2629] by kimuraw

Display build Ruby version on Finder "Get Info"

- CFBundleGetInfoString: add build Ruby version and OSX version of
deployment target.
- NSHumanReadableCopyright: delete. let to show CFBundleGetInfoString
on Finder "Get Info".

2014-07-27 00:05:10 Tree
[r2628] by kimuraw

Update NEWS

2014-07-26 14:40:42 Tree
[r2627] by kimuraw

Fix a typo in description of class_is_cocoa_class_p()

2014-07-26 04:24:16 Tree
[r2626] by kimuraw

Fix failure OSX::Protocol.oc_superclass on OS X 10.7 or earlier

superclass of Protocol class on OS X 10.7 or earlier is Object class.
the class is not a Cocoa class, then RubyCocoa fails to initialize
runtime from invoking OSX::Protocol.oc_superclass.

2014-07-26 01:54:29 Tree
[r2625] by kimuraw

Allow to invoke OSX.objc_classnames with a block

OSX.objc_classnames do |klassname|
:
end

2014-07-26 01:54:21 Tree
[r2624] by kimuraw

Allow Ruby-2.0 or later

2014-07-25 16:54:20 Tree
[r2623] by kimuraw

Suppress waring "unused variable"

- suppress warning unused variable in rubycocoa_app_init().
- delete unused variable in strenc_rb2oc().

2014-07-25 16:54:06 Tree
[r2622] by kimuraw

Use class_is_cocoa_class_p() in osx_mf_objc_classnames()

fix missing commit change of function osx_mf_objc_classnames() at r2620.

2014-07-24 21:42:55 Tree
[r2621] by kimuraw

Suppress format warnings

2014-07-24 21:42:42 Tree
Older >