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-06-10 12:57:05
|
Revision: 2541 http://sourceforge.net/p/rubycocoa/svn/2541 Author: kimuraw Date: 2014-06-10 12:56:58 +0000 (Tue, 10 Jun 2014) Log Message: ----------- Fix test failure on ruby-2.x from String#each. String#each => String#each_line Modified Paths: -------------- trunk/src/ChangeLog trunk/src/tests/tc_nsstring_compat.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-06-09 15:22:47
|
Revision: 2540 http://sourceforge.net/p/rubycocoa/svn/2540 Author: kimuraw Date: 2014-06-09 15:22:45 +0000 (Mon, 09 Jun 2014) Log Message: ----------- Delete file "objc_compat.h" for OS X 10.4 or earlier Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/RubyCocoa.xcodeproj/project.pbxproj trunk/src/framework/src/objc/BridgeSupport.m trunk/src/framework/src/objc/OverrideMixin.m trunk/src/framework/src/objc/RBClassUtils.m trunk/src/framework/src/objc/RBRuntime.m trunk/src/framework/src/objc/mdl_bundle_support.m trunk/src/framework/src/objc/mdl_objwrapper.m trunk/src/framework/src/objc/mdl_osxobjc.m Removed Paths: ------------- trunk/src/framework/src/objc/objc_compat.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-06-09 15:22:34
|
Revision: 2539 http://sourceforge.net/p/rubycocoa/svn/2539 Author: kimuraw Date: 2014-06-09 15:22:29 +0000 (Mon, 09 Jun 2014) Log Message: ----------- Delete code for OS X 10.5 or earlier delete #if blocks like this: #if MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_4 : #endif Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/BridgeSupport.m trunk/src/framework/src/objc/OverrideMixin.m trunk/src/framework/src/objc/RBClassUtils.m trunk/src/framework/src/objc/RBObject.m trunk/src/framework/src/objc/RBRuntime.m trunk/src/framework/src/objc/internal_macros.h trunk/src/framework/src/objc/mdl_objwrapper.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...> - 2014-06-09 14:23:26
|
Revision: 2538 http://sourceforge.net/p/rubycocoa/svn/2538 Author: kimuraw Date: 2014-06-09 14:23:24 +0000 (Mon, 09 Jun 2014) Log Message: ----------- Update documents for OSX.ns_import, OSX.objc_classnames, OSX::NSPoint and OSX::NSSize Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/mdl_osxobjc.m trunk/src/framework/src/ruby/osx/objc/oc_import.rb trunk/src/framework/src/ruby/osx/objc/oc_types.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-06-09 14:23:06
|
Revision: 2537 http://sourceforge.net/p/rubycocoa/svn/2537 Author: kimuraw Date: 2014-06-09 14:23:04 +0000 (Mon, 09 Jun 2014) Log Message: ----------- Update NEWS Modified Paths: -------------- trunk/src/ChangeLog trunk/src/NEWS This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-06-09 14:23:00
|
Revision: 2536 http://sourceforge.net/p/rubycocoa/svn/2536 Author: kimuraw Date: 2014-06-09 14:22:59 +0000 (Mon, 09 Jun 2014) Log Message: ----------- Add framework/.yardoc to gitignore Modified Paths: -------------- trunk/src/framework/.gitignore This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-06-09 14:22:55
|
Revision: 2535 http://sourceforge.net/p/rubycocoa/svn/2535 Author: kimuraw Date: 2014-06-09 14:22:53 +0000 (Mon, 09 Jun 2014) Log Message: ----------- Expand tabs to space in code examples Modified Paths: -------------- trunk/src/doc/programming.md This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-06-09 14:22:49
|
Revision: 2534 http://sourceforge.net/p/rubycocoa/svn/2534 Author: kimuraw Date: 2014-06-09 14:22:43 +0000 (Mon, 09 Jun 2014) Log Message: ----------- Allow to run `clean` task witout "config.save" file Modified Paths: -------------- trunk/src/ChangeLog trunk/src/install.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-06-08 09:21:45
|
Revision: 2533 http://sourceforge.net/p/rubycocoa/svn/2533 Author: kimuraw Date: 2014-06-08 09:21:42 +0000 (Sun, 08 Jun 2014) Log Message: ----------- Add comments to test failures on ruby-2.x Modified Paths: -------------- trunk/src/tests/tc_bs.rb trunk/src/tests/tc_nsarray.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-06-08 04:24:23
|
Revision: 2532 http://sourceforge.net/p/rubycocoa/svn/2532 Author: kimuraw Date: 2014-06-08 04:24:18 +0000 (Sun, 08 Jun 2014) Log Message: ----------- Fix test failures from missing Objective-C classes on ruby-2.x osx/objc/oc_import_openclass.rb is disabled on ruby-2.x, then test script need to import Objective-C classes from .bundle files by invoking OSX.ns_import(class_name). Modified Paths: -------------- trunk/src/ChangeLog trunk/src/tests/tc_hybrid.rb trunk/src/tests/tc_ovmix.rb trunk/src/tests/tc_passbyref.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-06-08 03:38:55
|
Revision: 2531 http://sourceforge.net/p/rubycocoa/svn/2531 Author: kimuraw Date: 2014-06-08 03:38:53 +0000 (Sun, 08 Jun 2014) Log Message: ----------- Add a function OSX.ns_import_all() OSX.ns_import_all() invokes ns_import for all Objective-C classes. OSX.require_frakework invokes ns_import_all implicitly. this change allows to work the following code on ruby-2.x. OSX.require_framework 'MapKit' module OSX class MKAnnotation # extend Objective-C class with in code end end RubyCocoa enables this by "osx/objc/oc_import_openclass.rb", but this feature does not work on ruby-2.x. 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...> - 2014-06-08 03:38:48
|
Revision: 2530 http://sourceforge.net/p/rubycocoa/svn/2530 Author: kimuraw Date: 2014-06-08 03:38:42 +0000 (Sun, 08 Jun 2014) Log Message: ----------- Add a function OSX.objc_classnames() Retuns all Objective-C classnames. OSX.objc_classnames() # => ["NSObject", "NSArray", ..] Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/mdl_osxobjc.m trunk/src/tests/tc_objcid.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-06-07 11:02:14
|
Revision: 2529 http://sourceforge.net/p/rubycocoa/svn/2529 Author: kimuraw Date: 2014-06-07 11:02:09 +0000 (Sat, 07 Jun 2014) Log Message: ----------- Fix test failure at test_rbobject() on ruby-2.x Modified Paths: -------------- trunk/src/ChangeLog trunk/src/tests/tc_subclass.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-06-07 05:01:46
|
Revision: 2528 http://sourceforge.net/p/rubycocoa/svn/2528 Author: kimuraw Date: 2014-06-07 05:01:41 +0000 (Sat, 07 Jun 2014) Log Message: ----------- Add TODO comment for ruby-2.x compatibility Array#[]= Modified Paths: -------------- trunk/src/framework/src/ruby/osx/objc/oc_attachments.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-06-07 01:30:55
|
Revision: 2527 http://sourceforge.net/p/rubycocoa/svn/2527 Author: kimuraw Date: 2014-06-07 01:30:53 +0000 (Sat, 07 Jun 2014) Log Message: ----------- Fix test error at test_ocptr_ary_assign() on ruby-2.x use String#bytes not String[i] to getting integer byte value from byte strings. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/tests/tc_objcptr.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-06-07 01:30:47
|
Revision: 2526 http://sourceforge.net/p/rubycocoa/svn/2526 Author: kimuraw Date: 2014-06-07 01:30:39 +0000 (Sat, 07 Jun 2014) Log Message: ----------- Fix test error at test_bool_type_conversions() nil cannot convert into Integer on ruby-1.9 or later. (Intger(nil) => 0, on ruby-1.8) Modified Paths: -------------- trunk/src/ChangeLog trunk/src/tests/tc_bool.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-06-07 00:12:58
|
Revision: 2525 http://sourceforge.net/p/rubycocoa/svn/2525 Author: kimuraw Date: 2014-06-07 00:12:45 +0000 (Sat, 07 Jun 2014) Log Message: ----------- Fix test error test_assign_range() and test_assign_start_and_length() on ruby-2.x Array#[range]=nil does not delete element(s) on ruby-1.9 or later. (see ruby/doc/ChangeLog-1.9.3) # ruby-1.8 >> ary = [1,2,3,4,5] => [1, 2, 3, 4, 5] >> ary[2..3] = nil => nil >> ary => [1, 2, 5] # ruby-2.1 >> ary = [1,2,3,4,5] => [1, 2, 3, 4, 5] >> ary[2..3] = nil => nil >> ary => [1, 2, nil, 5] Modified Paths: -------------- trunk/src/ChangeLog trunk/src/tests/tc_nsarray.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-06-06 13:23:31
|
Revision: 2524 http://sourceforge.net/p/rubycocoa/svn/2524 Author: kimuraw Date: 2014-06-06 13:23:27 +0000 (Fri, 06 Jun 2014) Log Message: ----------- Correct "?x" style number literals to numerical literals ruby-1.8> ?x # => 120 (ASCII code) ruby-2.1> ?x # => "x" (String) Modified Paths: -------------- trunk/src/ChangeLog trunk/src/tests/tc_printf_format.rb trunk/src/tests/tc_types.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-06-05 22:48:36
|
Revision: 2523 http://sourceforge.net/p/rubycocoa/svn/2523 Author: kimuraw Date: 2014-06-05 22:48:34 +0000 (Thu, 05 Jun 2014) Log Message: ----------- Suppress warning from missing base class Modified Paths: -------------- trunk/src/ChangeLog trunk/src/tests/objc_proto.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-06-05 22:48:30
|
Revision: 2522 http://sourceforge.net/p/rubycocoa/svn/2522 Author: kimuraw Date: 2014-06-05 22:48:29 +0000 (Thu, 05 Jun 2014) Log Message: ----------- Suppress warning from format specifies "%hd" and "%ld" Modified Paths: -------------- trunk/src/ChangeLog trunk/src/tests/objc_test.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-06-05 22:48:25
|
Revision: 2521 http://sourceforge.net/p/rubycocoa/svn/2521 Author: kimuraw Date: 2014-06-05 22:48:17 +0000 (Thu, 05 Jun 2014) Log Message: ----------- Correct change date of r2520 Revision Links: -------------- http://sourceforge.net/p/rubycocoa/svn/2520 Modified Paths: -------------- trunk/src/ChangeLog This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-06-05 14:27:06
|
Revision: 2520 http://sourceforge.net/p/rubycocoa/svn/2520 Author: kimuraw Date: 2014-06-05 14:26:59 +0000 (Thu, 05 Jun 2014) Log Message: ----------- Fix OS X version "10.10" becomes 10.1 by #to_f Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/post-setup.rb trunk/src/metaconfig trunk/src/package/pre-package.rb trunk/src/pre-config.rb trunk/src/pre-install.rb trunk/src/tests/tc_plist.rb trunk/src/tests/tc_subclass.rb trunk/src/tests/tc_thread.rb trunk/src/tests/tc_types.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 13:28:24
|
Revision: 2519 http://sourceforge.net/p/rubycocoa/svn/2519 Author: kimuraw Date: 2014-02-01 13:28:20 +0000 (Sat, 01 Feb 2014) Log Message: ----------- Fix wrong namespace of test classes class NewClass < OSX::NSObject end obj = NewClass.new # OK obj = OSX::NewClass.new # should be an error Modified Paths: -------------- trunk/src/ChangeLog trunk/src/tests/tc_passbyref.rb trunk/src/tests/tc_uniqobj.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:46
|
Revision: 2518 http://sourceforge.net/p/rubycocoa/svn/2518 Author: kimuraw Date: 2014-02-01 11:23:44 +0000 (Sat, 01 Feb 2014) Log Message: ----------- Fix test failure with ruby-2.0 or later fix failure TC_NSDictionary#test_fetch_error with ruby-2.[01]. Hash#fetch possible raises KeyError on ruby-1.9 or later, not IndexError. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/tests/tc_nsdictionary.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:42
|
Revision: 2517 http://sourceforge.net/p/rubycocoa/svn/2517 Author: kimuraw Date: 2014-02-01 11:23:40 +0000 (Sat, 01 Feb 2014) Log Message: ----------- Add OSX::NSNumber#to_int add missing method #to_int to OSX::NSNumber. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_attachments.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |