Commit | Date | |
---|---|---|
[r2581]
by
kimuraw
Fix "$0 not initialized" on ruby-2.x setting new value to $0 is allowed when the script running on ruby(1). |
2014-06-30 13:53:22 | Tree |
2014-06-26 22:16:28 | Tree | |
[r2579]
by
kimuraw
Raise NoMethodError when Objective-C method is not found change exception class to NoMethodError from OSX::OCMessageSendException. obj = OSX::NSObject.alloc.init |
2014-06-24 22:25:16 | Tree |
2014-06-24 22:25:04 | Tree | |
2014-06-24 13:00:07 | Tree | |
[r2576]
by
kimuraw
Refactor message passing from ruby to objective-c - OSX::NSString#method_missing and resnpond_to?: use super |
2014-06-22 11:09:50 | Tree |
[r2575]
by
kimuraw
Add st_table and functions for encoding conversion st_table function - lookup conversion table function - register conversion table |
2014-06-21 06:54:44 | Tree |
[r2574]
by
kimuraw
Improve launch process of RubyCocoa applications on ruby-2.x - use ruby_run_node(node) on ruby-2.x. on ruby-2.x, a return value type (char *) from Objective-C becomes Ruby NSString#fileSystemRepresentation is used in most of rb_main.rb. |
2014-06-21 06:54:26 | Tree |
[r2573]
by
kimuraw
Allow running tests with `minitest`, standard library of ruby-2.0 test-unit minitest |
2014-06-19 21:50:30 | Tree |
[r2572]
by
kimuraw
Add argument vaidation to OSX.load_plist() OSX.load_plist() accepts String, OSX::NSString and OSX::NSData. OSX.load_plist(nil) # => ArgumentError |
2014-06-19 21:50:19 | Tree |