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-16 12:31:28
|
Revision: 2566
http://sourceforge.net/p/rubycocoa/svn/2566
Author: kimuraw
Date: 2014-06-16 12:31:23 +0000 (Mon, 16 Jun 2014)
Log Message:
-----------
Print version and source location of RubyCocoa.framework in standaloneify.rb
Modified Paths:
--------------
trunk/src/ChangeLog
trunk/src/framework/tool/standaloneify.rb
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ki...@us...> - 2014-06-15 12:09:45
|
Revision: 2565
http://sourceforge.net/p/rubycocoa/svn/2565
Author: kimuraw
Date: 2014-06-15 12:09:43 +0000 (Sun, 15 Jun 2014)
Log Message:
-----------
Fix errors with rubygems 1.3, 2.1 or later
Modified Paths:
--------------
trunk/src/ChangeLog
trunk/src/framework/tool/standaloneify.rb
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ki...@us...> - 2014-06-15 12:09:39
|
Revision: 2564
http://sourceforge.net/p/rubycocoa/svn/2564
Author: kimuraw
Date: 2014-06-15 12:09:32 +0000 (Sun, 15 Jun 2014)
Log Message:
-----------
Print running environments in standaloneify.rb
example:
% ruby standaloneify.rb -d YourApp.app ./build/Release/YourApp.app
standaloneifying Ruby Version: 1.8.7
standaloneifying RubyCocoa Version: 1.1.0
standaloneifying RubyCocoa path: .../YourApp.app/Contents/Frameworks/RubyCocoa.framework
standaloneifying Gem::VERSION: 2.3.0
Found gem sqlite3-ruby
:
% ruby standaloneify.rb -d YourApp.app ./build/Release/YourApp.app
:
# failed
>> command: YourApp.app/Contents/MacOS/CasualConc standaloneify.rb --standaloneify
>> dyld: loaded: YourApp.app/Contents/MacOS/../Frameworks/RubyCocoa.framework/Versions/A/RubyCocoa
>> dyld: loaded: /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/libruby.1.dylib
>> dyld: loaded: /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin13.0/strscan.bundle
Error: Couldn't read dependency list
Modified Paths:
--------------
trunk/src/ChangeLog
trunk/src/framework/tool/standaloneify.rb
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ki...@us...> - 2014-06-15 00:08:30
|
Revision: 2563
http://sourceforge.net/p/rubycocoa/svn/2563
Author: kimuraw
Date: 2014-06-15 00:08:29 +0000 (Sun, 15 Jun 2014)
Log Message:
-----------
Fix "Symbol not found: _init_encoding_conversion" on ruby-1.8
Modified Paths:
--------------
trunk/src/ChangeLog
trunk/src/framework/src/objc/RBRuntime.m
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ki...@us...> - 2014-06-15 00:08:23
|
Revision: 2562
http://sourceforge.net/p/rubycocoa/svn/2562
Author: kimuraw
Date: 2014-06-15 00:08:21 +0000 (Sun, 15 Jun 2014)
Log Message:
-----------
Fix test_ocptr_as_id fails on ruby-2.x
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-15 00:08:16
|
Revision: 2561
http://sourceforge.net/p/rubycocoa/svn/2561
Author: kimuraw
Date: 2014-06-15 00:08:13 +0000 (Sun, 15 Jun 2014)
Log Message:
-----------
Fix missing assign value to ENCINDEX_RUBYCOCOA_UNKNOWN
Modified Paths:
--------------
trunk/src/ChangeLog
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-14 23:49:14
|
Revision: 2560
http://sourceforge.net/p/rubycocoa/svn/2560
Author: kimuraw
Date: 2014-06-14 23:49:06 +0000 (Sat, 14 Jun 2014)
Log Message:
-----------
Use dummy encoding defined at initialization
Modified Paths:
--------------
trunk/src/ChangeLog
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-14 23:34:29
|
Revision: 2559
http://sourceforge.net/p/rubycocoa/svn/2559
Author: kimuraw
Date: 2014-06-14 23:34:27 +0000 (Sat, 14 Jun 2014)
Log Message:
-----------
Fix test_dataUsingEncoding_jis fails on ruby-2.x
Modified Paths:
--------------
trunk/src/ChangeLog
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...> - 2014-06-14 23:34:24
|
Revision: 2558
http://sourceforge.net/p/rubycocoa/svn/2558
Author: kimuraw
Date: 2014-06-14 23:34:20 +0000 (Sat, 14 Jun 2014)
Log Message:
-----------
Add functions for ruby dummy encoding
- init_encoding_conversion()
- rbstr_dummyenc_new()
- rbstr_dummyenc_new_cstr()
Modified Paths:
--------------
trunk/src/ChangeLog
trunk/src/framework/src/objc/RBRuntime.m
trunk/src/framework/src/objc/libffi.m
trunk/src/framework/src/objc/ocdata_conv.h
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-14 12:51:15
|
Revision: 2557
http://sourceforge.net/p/rubycocoa/svn/2557
Author: kimuraw
Date: 2014-06-14 12:51:08 +0000 (Sat, 14 Jun 2014)
Log Message:
-----------
Add assertions Regexp#===(obj) in test_grep
Array#grep(obj) invokes `pattern === element` for each element.
Regexp#===(obj)
- obj is kind of String, Symbol -> matches Regexp
- obj responds to :to_str -> matches Regexp
- obj does not respond to :to_str -> returns false
OSX::NSNumber does not respond to :to_str, then Regexp#===(nsnum)
should returns false. but Regexp#===(nsnum) on ruby-2.x invoked
OSX::NSNumber#to_str and raises an exception.
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-14 00:17:51
|
Revision: 2556
http://sourceforge.net/p/rubycocoa/svn/2556
Author: kimuraw
Date: 2014-06-14 00:17:46 +0000 (Sat, 14 Jun 2014)
Log Message:
-----------
Raise ArgumentError by `NSArray#[range]=nil` on ruby-2.x
# ruby-1.8 deletes elements when the given value is nil
ary = [1, 2, 3, 4, 5]
ary[1..2] = nil
ary # => [1, 4, 5]
# ruby-2.1 sets nil
ary = [1, 2, 3, 4, 5]
ary[1..2] = nil
ary # => [1, nil, 4, 5]
# NSArray cannot contain nil value.
nsary = OSX::NSArray.arrayWithArray([1, 2, 3, 4, 5])
nsary[1..2] = nil # => ArgumentError
Modified Paths:
--------------
trunk/src/ChangeLog
trunk/src/framework/src/ruby/osx/objc/oc_attachments.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-13 13:03:33
|
Revision: 2555
http://sourceforge.net/p/rubycocoa/svn/2555
Author: kimuraw
Date: 2014-06-13 13:03:31 +0000 (Fri, 13 Jun 2014)
Log Message:
-----------
Fix wrong assertion in test_upto
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-13 13:03:26
|
Revision: 2554
http://sourceforge.net/p/rubycocoa/svn/2554
Author: kimuraw
Date: 2014-06-13 13:03:20 +0000 (Fri, 13 Jun 2014)
Log Message:
-----------
Compare RUBY_VERSION as string not by #to_f
- before: RUBY_VERSION.to_f >= 2.0
- after: RUBY_VERSION >= '2.0'
Modified Paths:
--------------
trunk/src/ChangeLog
trunk/src/framework/src/ruby/osx/objc/oc_all.rb
trunk/src/framework/src/ruby/osx/objc/oc_import.rb
trunk/src/install.rb
trunk/src/tests/tc_bool.rb
trunk/src/tests/tc_hybrid.rb
trunk/src/tests/tc_nsarray.rb
trunk/src/tests/tc_nsdictionary.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-12 22:10:12
|
Revision: 2553
http://sourceforge.net/p/rubycocoa/svn/2553
Author: kimuraw
Date: 2014-06-12 22:10:05 +0000 (Thu, 12 Jun 2014)
Log Message:
-----------
Fix OSX::NSString#slice!(num) not delete by given position on ruby-2.x.
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.
|
|
From: <ki...@us...> - 2014-06-12 22:10:02
|
Revision: 2552
http://sourceforge.net/p/rubycocoa/svn/2552
Author: kimuraw
Date: 2014-06-12 22:09:53 +0000 (Thu, 12 Jun 2014)
Log Message:
-----------
Fix test_upto fails on ruby-2.x
Range#each yields String when its element responds to :to_str
on ruby-2.0 or later.
see range_each() in range.c of ruby source code.
str1 = OSX::NSString.stringWithString('A')
str2 = OSX::NSString.stringWithString('Z')
(str1..str2).each do |s|
# `s' is OSX::NSString on ruby-1.8
# `s' becomes String on ruby-2.0 or later
:
end
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-12 20:31:36
|
Revision: 2551
http://sourceforge.net/p/rubycocoa/svn/2551
Author: kimuraw
Date: 2014-06-12 20:31:26 +0000 (Thu, 12 Jun 2014)
Log Message:
-----------
Add encoding conversion between Ruby and NSString for ruby-2.x [WIP]
Modified Paths:
--------------
trunk/src/ChangeLog
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-12 12:22:34
|
Revision: 2550
http://sourceforge.net/p/rubycocoa/svn/2550
Author: kimuraw
Date: 2014-06-12 12:22:27 +0000 (Thu, 12 Jun 2014)
Log Message:
-----------
Use $KCODE only for ruby-1.8
Modified Paths:
--------------
trunk/src/ChangeLog
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...> - 2014-06-12 12:22:23
|
Revision: 2549
http://sourceforge.net/p/rubycocoa/svn/2549
Author: kimuraw
Date: 2014-06-12 12:22:12 +0000 (Thu, 12 Jun 2014)
Log Message:
-----------
delete unwanted
Modified Paths:
--------------
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-11 14:05:18
|
Revision: 2548
http://sourceforge.net/p/rubycocoa/svn/2548
Author: kimuraw
Date: 2014-06-11 14:05:10 +0000 (Wed, 11 Jun 2014)
Log Message:
-----------
Fix test_include fails on ruby-2.x
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-11 14:05:07
|
Revision: 2547
http://sourceforge.net/p/rubycocoa/svn/2547
Author: kimuraw
Date: 2014-06-11 14:04:59 +0000 (Wed, 11 Jun 2014)
Log Message:
-----------
Fix test_ref_nth fails on ruby-2.x
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-11 14:04:54
|
Revision: 2546
http://sourceforge.net/p/rubycocoa/svn/2546
Author: kimuraw
Date: 2014-06-11 14:04:46 +0000 (Wed, 11 Jun 2014)
Log Message:
-----------
Fix utility function with_kcode() to work on ruby-2.x
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-11 14:04:46
|
Revision: 2545
http://sourceforge.net/p/rubycocoa/svn/2545
Author: kimuraw
Date: 2014-06-11 14:04:35 +0000 (Wed, 11 Jun 2014)
Log Message:
-----------
Fix test_assign_nth_error fails on ruby-2.x
str[idx] = str allows idx == str.length on ruby-2.0 or later.
# ruby-1.8
str = "abc"
str[2] = "d"
p str
=> "abd"
str[3] = "e"
=> IndexError
# ruby-2.1
str = "abc"
str[2] = "d"
p str
=> "abd"
str[3] = "e"
p str
=> "abde"
str[5] = "f"
=> IndexError
Modified Paths:
--------------
trunk/src/ChangeLog
trunk/src/framework/src/ruby/osx/objc/oc_attachments.rb
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-11 14:04:29
|
Revision: 2544
http://sourceforge.net/p/rubycocoa/svn/2544
Author: kimuraw
Date: 2014-06-11 14:04:16 +0000 (Wed, 11 Jun 2014)
Log Message:
-----------
Fix test_index and test_rindex fail on ruby-2.x
String#index(i) and String#rindex(i) do not accept Numeric
as a parameter on ruby-2.0 or later.
Modified Paths:
--------------
trunk/src/ChangeLog
trunk/src/framework/src/ruby/osx/objc/oc_attachments.rb
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-11 12:33:28
|
Revision: 2543
http://sourceforge.net/p/rubycocoa/svn/2543
Author: kimuraw
Date: 2014-06-11 12:33:22 +0000 (Wed, 11 Jun 2014)
Log Message:
-----------
Fix fix test_framework_loaded fails on ruby-2.x
test_objc.bundle linking AddressBook.framework, then OSX.ns_import_all
let to load AddressBook by NSClassFromString().
we'll use other framework for testing whether the framework is loaded
or not.
Modified Paths:
--------------
trunk/src/ChangeLog
trunk/src/tests/tc_bs.rb
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ki...@us...> - 2014-06-10 14:25:29
|
Revision: 2542
http://sourceforge.net/p/rubycocoa/svn/2542
Author: kimuraw
Date: 2014-06-10 14:25:21 +0000 (Tue, 10 Jun 2014)
Log Message:
-----------
Fix test_ord(String#ord) failure on ruby-2.x
Modified Paths:
--------------
trunk/src/ChangeLog
trunk/src/framework/src/ruby/osx/objc/oc_attachments.rb
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.
|