You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(23) |
Dec
(82) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(191) |
Feb
(105) |
Mar
(83) |
Apr
(21) |
May
(89) |
Jun
(68) |
Jul
(106) |
Aug
(45) |
Sep
(40) |
Oct
(34) |
Nov
(45) |
Dec
(16) |
2008 |
Jan
(17) |
Feb
(14) |
Mar
(2) |
Apr
(3) |
May
(8) |
Jun
(3) |
Jul
(7) |
Aug
(1) |
Sep
|
Oct
(2) |
Nov
|
Dec
|
2009 |
Jan
(2) |
Feb
(8) |
Mar
(2) |
Apr
|
May
(1) |
Jun
(1) |
Jul
(8) |
Aug
|
Sep
(25) |
Oct
(20) |
Nov
(2) |
Dec
(2) |
2010 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(8) |
Nov
(1) |
Dec
|
2011 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(18) |
Sep
(10) |
Oct
|
Nov
(8) |
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(20) |
Sep
(30) |
Oct
(15) |
Nov
(2) |
Dec
(3) |
2013 |
Jan
|
Feb
|
Mar
(3) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(12) |
Oct
(45) |
Nov
(40) |
Dec
(2) |
2014 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
(62) |
Jul
(57) |
Aug
|
Sep
|
Oct
(2) |
Nov
(1) |
Dec
|
From: <ki...@us...> - 2014-02-01 11:23:36
|
Revision: 2516 http://sourceforge.net/p/rubycocoa/svn/2516 Author: kimuraw Date: 2014-02-01 11:23:34 +0000 (Sat, 01 Feb 2014) Log Message: ----------- Refactaring pseudo-openclass of Objective-C classes this feature is enabled only with ruby-1.8. on ruby-2.0 or later, RubyCocoa should call ns_import automatically at require_framework and initializing application. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/RubyCocoa.xcodeproj/project.pbxproj trunk/src/framework/src/ruby/osx/objc/oc_all.rb trunk/src/framework/src/ruby/osx/objc/oc_import.rb Added Paths: ----------- trunk/src/framework/src/ruby/osx/objc/oc_import_openclass.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-02-01 11:23:27
|
Revision: 2515 http://sourceforge.net/p/rubycocoa/svn/2515 Author: kimuraw Date: 2014-02-01 11:23:23 +0000 (Sat, 01 Feb 2014) Log Message: ----------- Use HAVE_RUBY_ST_H for ruby/st.h, not HAVE_RUBY_RUBY_H Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/BridgeSupport.m trunk/src/framework/src/objc/OverrideMixin.m trunk/src/framework/src/objc/RBRuntime.m trunk/src/framework/src/objc/libffi.m trunk/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. |
From: <ki...@us...> - 2013-12-06 15:41:42
|
Revision: 2514 http://sourceforge.net/p/rubycocoa/svn/2514 Author: kimuraw Date: 2013-12-06 15:41:38 +0000 (Fri, 06 Dec 2013) Log Message: ----------- Delete deprecated method NSBehaviorAttachment#objc_export() use objc_method() to define Objective-C methods to Ruby classes. Modified Paths: -------------- trunk/src/ChangeLog trunk/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: <ki...@us...> - 2013-12-06 15:36:54
|
Revision: 2513 http://sourceforge.net/p/rubycocoa/svn/2513 Author: kimuraw Date: 2013-12-06 15:36:49 +0000 (Fri, 06 Dec 2013) Log Message: ----------- Correct library name of error message Modified Paths: -------------- trunk/src/ChangeLog trunk/src/pre-config.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-11-28 14:41:31
|
Revision: 2512 http://sourceforge.net/p/rubycocoa/svn/2512 Author: kimuraw Date: 2013-11-28 14:41:28 +0000 (Thu, 28 Nov 2013) Log Message: ----------- Fix error with ruby-2.0 - tc_bool.rb: require path of .bundle to relative. - tc_nsstring.rb: add magic comment for encoding. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/tests/tc_bool.rb trunk/src/tests/tc_nsstring.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-11-28 13:24:42
|
Revision: 2511 http://sourceforge.net/p/rubycocoa/svn/2511 Author: kimuraw Date: 2013-11-28 13:24:39 +0000 (Thu, 28 Nov 2013) Log Message: ----------- Remove unused instance variable @__imported_arity Modified Paths: -------------- trunk/src/ChangeLog trunk/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: <ki...@us...> - 2013-11-28 13:13:54
|
Revision: 2510 http://sourceforge.net/p/rubycocoa/svn/2510 Author: kimuraw Date: 2013-11-28 13:13:50 +0000 (Thu, 28 Nov 2013) Log Message: ----------- Remove code for ruby-1.8.4 or earlier Modified Paths: -------------- trunk/src/ChangeLog trunk/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: <ki...@us...> - 2013-11-27 14:45:08
|
Revision: 2509 http://sourceforge.net/p/rubycocoa/svn/2509 Author: kimuraw Date: 2013-11-27 14:45:05 +0000 (Wed, 27 Nov 2013) Log Message: ----------- Fix NoMethodError at NSBehaviorAttachment#ns_inherited with ruby-2.0 Return value of Module#name when the module name is undefined differs from ruby-2.0 in ruby-1.8. - 2.0 => nil - 1.8 => "" Modified Paths: -------------- trunk/src/ChangeLog trunk/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: <ki...@us...> - 2013-11-17 04:54:56
|
Revision: 2508 http://sourceforge.net/p/rubycocoa/svn/2508 Author: kimuraw Date: 2013-11-17 04:54:54 +0000 (Sun, 17 Nov 2013) Log Message: ----------- Set release date of 1.1.0 to NEWS Modified Paths: -------------- trunk/src/NEWS trunk/src/NEWS.ja This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-11-17 01:23:57
|
Revision: 2507 http://sourceforge.net/p/rubycocoa/svn/2507 Author: kimuraw Date: 2013-11-17 01:23:55 +0000 (Sun, 17 Nov 2013) Log Message: ----------- tagging 1.1.0 Added Paths: ----------- tags/release-1_1_0/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-11-17 01:23:34
|
Revision: 2506 http://sourceforge.net/p/rubycocoa/svn/2506 Author: kimuraw Date: 2013-11-17 01:23:32 +0000 (Sun, 17 Nov 2013) Log Message: ----------- Use src/doc Removed Paths: ------------- trunk/docsrc/ trunk/docsrc2/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-11-17 01:20:25
|
Revision: 2505 http://sourceforge.net/p/rubycocoa/svn/2505 Author: kimuraw Date: 2013-11-17 01:20:20 +0000 (Sun, 17 Nov 2013) Log Message: ----------- Set version to 1.1.0 Modified Paths: -------------- trunk/src/ChangeLog trunk/src/VERSION trunk/src/doc/html/index.html trunk/src/doc/index.md This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-11-17 01:12:47
|
Revision: 2504 http://sourceforge.net/p/rubycocoa/svn/2504 Author: kimuraw Date: 2013-11-17 01:12:41 +0000 (Sun, 17 Nov 2013) Log Message: ----------- Add docs generated with yardoc and headerdoc Modified Paths: -------------- trunk/src/ChangeLog Added Paths: ----------- trunk/src/doc/html/ trunk/src/doc/html/Array.html trunk/src/doc/html/OSX/ trunk/src/doc/html/OSX/Boxed.html trunk/src/doc/html/OSX/BundleSupport/ trunk/src/doc/html/OSX/BundleSupport/Logger.html trunk/src/doc/html/OSX/BundleSupport.html trunk/src/doc/html/OSX/CoreData.html trunk/src/doc/html/OSX/NSApplication/ trunk/src/doc/html/OSX/NSApplication/RBCCTemporaryDelegate.html trunk/src/doc/html/OSX/NSApplication.html trunk/src/doc/html/OSX/NSBehaviorAttachment.html trunk/src/doc/html/OSX/NSBundle.html trunk/src/doc/html/OSX/NSData.html trunk/src/doc/html/OSX/NSImage.html trunk/src/doc/html/OSX/NSKVCAccessorUtil.html trunk/src/doc/html/OSX/NSKVCBehaviorAttachment.html trunk/src/doc/html/OSX/NSKeyValueCodingAttachment.html trunk/src/doc/html/OSX/NSMutableData.html trunk/src/doc/html/OSX/NSPoint.html trunk/src/doc/html/OSX/NSRange.html trunk/src/doc/html/OSX/NSRect.html trunk/src/doc/html/OSX/NSSize.html trunk/src/doc/html/OSX/OCClsWrapper.html trunk/src/doc/html/OSX/OCDataConvException.html trunk/src/doc/html/OSX/OCException.html trunk/src/doc/html/OSX/OCMessageSendException.html trunk/src/doc/html/OSX/OCObjWrapper.html trunk/src/doc/html/OSX/ObjcID.html trunk/src/doc/html/OSX/ObjcPtr.html trunk/src/doc/html/OSX.html trunk/src/doc/html/Object.html trunk/src/doc/html/String.html trunk/src/doc/html/Thread.html trunk/src/doc/html/_index.html trunk/src/doc/html/class_list.html trunk/src/doc/html/css/ trunk/src/doc/html/css/common.css trunk/src/doc/html/css/full_list.css trunk/src/doc/html/css/style.css trunk/src/doc/html/file.getting-started.html trunk/src/doc/html/file.index.html trunk/src/doc/html/file.programming.html trunk/src/doc/html/file.resources.html trunk/src/doc/html/file.try-samples.html trunk/src/doc/html/file_list.html trunk/src/doc/html/frames.html trunk/src/doc/html/index.html trunk/src/doc/html/js/ trunk/src/doc/html/js/app.js trunk/src/doc/html/js/full_list.js trunk/src/doc/html/js/jquery.js trunk/src/doc/html/method_list.html trunk/src/doc/html/objc/ trunk/src/doc/html/objc/RBObject_h/ trunk/src/doc/html/objc/RBObject_h/Classes/ trunk/src/doc/html/objc/RBObject_h/Classes/RBObject/ trunk/src/doc/html/objc/RBObject_h/Classes/RBObject/index.html trunk/src/doc/html/objc/RBObject_h/Classes/RBObject/toc.html trunk/src/doc/html/objc/RBObject_h/index.html trunk/src/doc/html/objc/RBObject_h/toc.html trunk/src/doc/html/objc/RBRuntime_h/ trunk/src/doc/html/objc/RBRuntime_h/index.html trunk/src/doc/html/objc/RBRuntime_h/toc.html trunk/src/doc/html/objc/RubyCocoa.html trunk/src/doc/html/objc/RubyCocoa_h/ trunk/src/doc/html/objc/RubyCocoa_h/index.html trunk/src/doc/html/objc/RubyCocoa_h/toc.html trunk/src/doc/html/top-level-namespace.html Removed Paths: ------------- trunk/src/doc/objc/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-11-17 01:06:37
|
Revision: 2503 http://sourceforge.net/p/rubycocoa/svn/2503 Author: kimuraw Date: 2013-11-17 01:06:36 +0000 (Sun, 17 Nov 2013) Log Message: ----------- Change docs generate destination to doc/html/ Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/pre-doc.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-11-17 01:06:33
|
Revision: 2502 http://sourceforge.net/p/rubycocoa/svn/2502 Author: kimuraw Date: 2013-11-17 01:06:31 +0000 (Sun, 17 Nov 2013) Log Message: ----------- Remove unused documents Modified Paths: -------------- trunk/src/ChangeLog Removed Paths: ------------- trunk/src/doc/Rakefile trunk/src/doc/html/ trunk/src/doc/ja/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-11-17 01:06:23
|
Revision: 2501 http://sourceforge.net/p/rubycocoa/svn/2501 Author: kimuraw Date: 2013-11-17 01:06:20 +0000 (Sun, 17 Nov 2013) Log Message: ----------- Add website documents Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/pre-doc.rb Added Paths: ----------- trunk/src/doc/getting-started.md trunk/src/doc/index.md trunk/src/doc/programming.md trunk/src/doc/resources.md trunk/src/doc/try-samples.md This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-11-16 13:49:30
|
Revision: 2500 http://sourceforge.net/p/rubycocoa/svn/2500 Author: kimuraw Date: 2013-11-16 13:49:27 +0000 (Sat, 16 Nov 2013) Log Message: ----------- Fix syntax error of template/install_templates.rb with ruby-2.0 Modified Paths: -------------- trunk/src/ChangeLog trunk/src/template/install_templates.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-11-16 13:49:22
|
Revision: 2499 http://sourceforge.net/p/rubycocoa/svn/2499 Author: kimuraw Date: 2013-11-16 13:49:20 +0000 (Sat, 16 Nov 2013) Log Message: ----------- Fix crash of sample/ABPresence.app when IMService.notificationCenter returns nil Modified Paths: -------------- trunk/src/ChangeLog trunk/src/sample/ABPresence/ServiceWatcher.rb trunk/src/sample/ABPresence/main.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-11-16 13:49:14
|
Revision: 2498 http://sourceforge.net/p/rubycocoa/svn/2498 Author: kimuraw Date: 2013-11-16 13:49:07 +0000 (Sat, 16 Nov 2013) Log Message: ----------- Fix build error of samples Modified Paths: -------------- trunk/src/ChangeLog trunk/src/sample/CGPDFViewer/main.m trunk/src/sample/CocoaRepl/main.m trunk/src/sample/PassengerPane/Passenger_Prefix.pch trunk/src/sample/RubyAnywhere/RubyAnywhereLoader.m trunk/src/sample/RubyConsole/main.m trunk/src/sample/VPRubyPluginEnabler/VPRubyPluginEnabler.m trunk/src/sample/buildall.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-11-16 12:08:06
|
Revision: 2497 http://sourceforge.net/p/rubycocoa/svn/2497 Author: kimuraw Date: 2013-11-16 12:08:04 +0000 (Sat, 16 Nov 2013) Log Message: ----------- Delete build resources for Mac OS X 10.4 Modified Paths: -------------- trunk/src/ChangeLog Removed Paths: ------------- trunk/src/misc/bridge-support-tiger.tar.gz trunk/src/misc/libffi/ trunk/src/misc/libruby.1.dylib-tiger.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-11-16 12:03:31
|
Revision: 2496 http://sourceforge.net/p/rubycocoa/svn/2496 Author: kimuraw Date: 2013-11-16 12:03:29 +0000 (Sat, 16 Nov 2013) Log Message: ----------- Delete building libffi from misc/libffi Mac OS X 10.6 or later, supported current version of RubyCocoa, contains libffi as a part of OS X. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/install.rb trunk/src/pre-config.rb Removed Paths: ------------- trunk/src/pre-setup.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-11-16 12:03:25
|
Revision: 2495 http://sourceforge.net/p/rubycocoa/svn/2495 Author: kimuraw Date: 2013-11-16 12:03:22 +0000 (Sat, 16 Nov 2013) Log Message: ----------- Suppress warning return type of init_cls_ObjcPtr() and init_mdl_OCObjWrapper() Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/cls_objcptr.m trunk/src/framework/src/objc/mdl_objwrapper.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-11-16 10:26:38
|
Revision: 2494 http://sourceforge.net/p/rubycocoa/svn/2494 Author: kimuraw Date: 2013-11-16 10:26:37 +0000 (Sat, 16 Nov 2013) Log Message: ----------- Update NEWS Modified Paths: -------------- trunk/src/ChangeLog trunk/src/NEWS trunk/src/NEWS.ja This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-11-16 10:26:33
|
Revision: 2493 http://sourceforge.net/p/rubycocoa/svn/2493 Author: kimuraw Date: 2013-11-16 10:26:27 +0000 (Sat, 16 Nov 2013) Log Message: ----------- Add new global variable $RUBYCOCOA_USE_OC2RBCACHE This variable allows developers to disable ObjC -> Ruby object cache. default true. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/RBRuntime.m trunk/src/framework/src/objc/internal_macros.h trunk/src/framework/src/objc/ocdata_conv.h trunk/src/framework/src/objc/ocdata_conv.m trunk/src/tests/objc_test.m trunk/src/tests/tc_cache.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2013-11-16 04:40:18
|
Revision: 2492 http://sourceforge.net/p/rubycocoa/svn/2492 Author: kimuraw Date: 2013-11-16 04:40:16 +0000 (Sat, 16 Nov 2013) Log Message: ----------- Suppress warning return type of init_cls_ObjcID() Modified Paths: -------------- trunk/src/ChangeLog trunk/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. |