Menu

SVN Commit Log


Commit Date  
[r2599] by kimuraw

Add missing `#import <AppKit/NSApplication.h>` in main.m

suppress the following warning.

.../main.m:14:12: warning: implicit
declaration of function 'NSApplicationMain' is invalid in C99
[-Wimplicit-function-declaration]
return NSApplicationMain(argc, (const char **)argv);

2014-07-19 07:39:57 Tree
[r2598] by kimuraw

Fix syntax error of sample/RubyRocks on ruby-2.x

2014-07-19 07:39:25 Tree
[r2597] by kimuraw

Fix syntax error and IRB initialization on ruby-2.x

- fix syntax error on ruby-2.x
- fix missing initialization with IRB.init_config()

2014-07-19 07:39:13 Tree
[r2596] by kimuraw

Fix MyViewer.app do not launch

2014-07-19 07:38:57 Tree
[r2595] by kimuraw

Fix build failure of sample/MultiNib on OS X 10.9

2014-07-19 07:38:45 Tree
[r2594] by kimuraw

Fix build failure of sample/MakefileApp, MakefileApp2 on OS X 10.9

2014-07-19 07:38:29 Tree
[r2593] by kimuraw

Add a dict RUBYCOCOA_BUILD_CONFIG into Info.plist

the dict shows build environment of RubyCocoa.framework.

+ RUBYCOCOA_BUILD_CONFIG
+ MACOSX_DEPLOYMENT_TARGET
+ RUBY_VERSION

2014-07-18 14:41:23 Tree
[r2592] by kimuraw

Fix sample sample/Hakoiri-Musume on ruby-2.x

- add missing framework linking.
- add magic-comment for source code encoding.
- use $KCODE only ruby-1.8.

2014-07-17 15:10:46 Tree
[r2591] by kimuraw

Fix build failure of sample/DotView on OS X 10.9

2014-07-17 14:48:27 Tree
[r2590] by kimuraw

Convert NSString#fileSystemRepresentation encoding to filesystem encoding (UTF-8) from UTF-8-Mac on ruby-2.x

2014-07-15 13:55:43 Tree
Older >