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...> - 2013-10-27 08:36:15
|
Revision: 2466
http://sourceforge.net/p/rubycocoa/svn/2466
Author: kimuraw
Date: 2013-10-27 08:36:10 +0000 (Sun, 27 Oct 2013)
Log Message:
-----------
Add tests/Makefile to svn:ignore
Property Changed:
----------------
trunk/src/tests/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ki...@us...> - 2013-10-27 08:22:30
|
Revision: 2465
http://sourceforge.net/p/rubycocoa/svn/2465
Author: kimuraw
Date: 2013-10-27 08:22:28 +0000 (Sun, 27 Oct 2013)
Log Message:
-----------
Remove .cvsignore
Removed Paths:
-------------
trunk/src/.cvsignore
trunk/src/ext/rubycocoa/.cvsignore
trunk/src/framework/.cvsignore
trunk/src/framework/src/objc/.cvsignore
trunk/src/framework/src/ruby/osx/objc/.cvsignore
trunk/src/package/.cvsignore
trunk/src/sample/Pong/.cvsignore
trunk/src/tests/.cvsignore
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ki...@us...> - 2013-10-27 08:22:19
|
Revision: 2464
http://sourceforge.net/p/rubycocoa/svn/2464
Author: kimuraw
Date: 2013-10-27 08:22:08 +0000 (Sun, 27 Oct 2013)
Log Message:
-----------
Add .gitignore
Added Paths:
-----------
trunk/src/.gitignore
trunk/src/ext/.gitignore
trunk/src/framework/.gitignore
trunk/src/package/.gitignore
trunk/src/tests/.gitignore
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ki...@us...> - 2013-10-27 02:48:23
|
Revision: 2463
http://sourceforge.net/p/rubycocoa/svn/2463
Author: kimuraw
Date: 2013-10-27 02:48:21 +0000 (Sun, 27 Oct 2013)
Log Message:
-----------
Expand tabs to whitespace
Modified Paths:
--------------
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...> - 2013-10-27 02:36:22
|
Revision: 2462
http://sourceforge.net/p/rubycocoa/svn/2462
Author: kimuraw
Date: 2013-10-27 02:36:12 +0000 (Sun, 27 Oct 2013)
Log Message:
-----------
Fix error of standaloneify.rb with rubygems-2.1.10
standaloneify.rb with rubygems-2.1.10 fails with the following error:
`method_missing': undefined method `installation_path' for
#<Gem::Specification:...> (NoMethodError)
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...> - 2013-10-27 01:56:44
|
Revision: 2461
http://sourceforge.net/p/rubycocoa/svn/2461
Author: kimuraw
Date: 2013-10-27 01:56:42 +0000 (Sun, 27 Oct 2013)
Log Message:
-----------
Fix syntax error of standaloneify.rb with ruby-2.0
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...> - 2013-10-27 01:03:47
|
Revision: 2460
http://sourceforge.net/p/rubycocoa/svn/2460
Author: kimuraw
Date: 2013-10-27 01:03:45 +0000 (Sun, 27 Oct 2013)
Log Message:
-----------
Refactor ruby-2.0 rename symbols
define rename symbols in internal_macros.h.
- ruby_errinfo -> rb_errinfo
- is_ruby_native_thread -> ruby_native_thread_p
- rb_frame_last_func -> rb_frame_this_func
Modified Paths:
--------------
trunk/src/ChangeLog
trunk/src/framework/src/objc/BridgeSupport.m
trunk/src/framework/src/objc/RBObject.m
trunk/src/framework/src/objc/internal_macros.h
trunk/src/framework/src/objc/mdl_bundle_support.m
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ki...@us...> - 2013-10-27 01:03:38
|
Revision: 2459
http://sourceforge.net/p/rubycocoa/svn/2459
Author: kimuraw
Date: 2013-10-27 01:03:34 +0000 (Sun, 27 Oct 2013)
Log Message:
-----------
Remove packagemaker code, use productbuild to generate .pkg
Modified Paths:
--------------
trunk/src/ChangeLog
trunk/src/package/post-package.rb
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ki...@us...> - 2013-10-26 15:41:12
|
Revision: 2458
http://sourceforge.net/p/rubycocoa/svn/2458
Author: kimuraw
Date: 2013-10-26 15:41:11 +0000 (Sat, 26 Oct 2013)
Log Message:
-----------
Fix errors with ruby-2.0 from difference between 2.0 and 1.8
- String#each -> String#each_line
- require 'curdir_file' -> require './curdir_file'
Modified Paths:
--------------
trunk/src/ChangeLog
trunk/src/tests/tc_bs.rb
trunk/src/tests/tc_cache.rb
trunk/src/tests/tc_exception.rb
trunk/src/tests/tc_hybrid.rb
trunk/src/tests/tc_objcptr.rb
trunk/src/tests/tc_ovmix.rb
trunk/src/tests/tc_passbyref.rb
trunk/src/tests/tc_retaincount.rb
trunk/src/tests/tc_subclass.rb
trunk/src/tests/tc_thread.rb
trunk/src/tests/tc_types.rb
trunk/src/tests/tc_uniqobj.rb
trunk/src/tests/testall.rb
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ki...@us...> - 2013-10-26 15:41:01
|
Revision: 2457
http://sourceforge.net/p/rubycocoa/svn/2457
Author: kimuraw
Date: 2013-10-26 15:41:00 +0000 (Sat, 26 Oct 2013)
Log Message:
-----------
Allow "install.rb config" with ruby-2.0
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...> - 2013-10-26 15:40:56
|
Revision: 2456
http://sourceforge.net/p/rubycocoa/svn/2456
Author: kimuraw
Date: 2013-10-26 15:40:52 +0000 (Sat, 26 Oct 2013)
Log Message:
-----------
Fix compile error with ruby-2.0 [WIP]
this change is WIP. config and setup works, but not work.
- fix importing header file, such as <ruby/ruby.h>
- fix renamed symbols:
- rb_frame_last_func -> rb_frame_this_func
- ruby_errinfo -> rb_errinfo
- is_ruby_native_thread -> ruby_native_thread_p
- use alternate values for missing symbols:
- rb_load_path, rb_thread_critical
Modified Paths:
--------------
trunk/src/ChangeLog
trunk/src/framework/src/objc/BridgeSupport.m
trunk/src/framework/src/objc/OverrideMixin.m
trunk/src/framework/src/objc/RBObject.m
trunk/src/framework/src/objc/RBRuntime.m
trunk/src/framework/src/objc/RBThreadSwitcher.m
trunk/src/framework/src/objc/libffi.m
trunk/src/framework/src/objc/mdl_bundle_support.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-10-26 14:52:21
|
Revision: 2455
http://sourceforge.net/p/rubycocoa/svn/2455
Author: kimuraw
Date: 2013-10-26 14:52:16 +0000 (Sat, 26 Oct 2013)
Log Message:
-----------
Move html version of ReadMe files under package/ dir
only .pkg installer requires these files.
Modified Paths:
--------------
trunk/src/ChangeLog
trunk/src/package/post-package.rb
trunk/src/package/pre-package.rb
Added Paths:
-----------
trunk/src/package/tmpl/ReadMe.html
trunk/src/package/tmpl/ReadMe.ja.html
Removed Paths:
-------------
trunk/src/ReadMe.html
trunk/src/ReadMe.ja.html
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ki...@us...> - 2013-10-26 14:41:10
|
Revision: 2454
http://sourceforge.net/p/rubycocoa/svn/2454
Author: kimuraw
Date: 2013-10-26 14:41:05 +0000 (Sat, 26 Oct 2013)
Log Message:
-----------
Add plain text ReadMe file
Modified Paths:
--------------
trunk/src/ChangeLog
Added Paths:
-----------
trunk/src/ReadMe.md
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ki...@us...> - 2013-10-26 11:34:00
|
Revision: 2453
http://sourceforge.net/p/rubycocoa/svn/2453
Author: kimuraw
Date: 2013-10-26 11:33:58 +0000 (Sat, 26 Oct 2013)
Log Message:
-----------
tagging 1.0.7 (corrected!)
Added Paths:
-----------
tags/release-1_0_7/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ki...@us...> - 2013-10-26 11:33:29
|
Revision: 2452
http://sourceforge.net/p/rubycocoa/svn/2452
Author: kimuraw
Date: 2013-10-26 11:33:27 +0000 (Sat, 26 Oct 2013)
Log Message:
-----------
update site docs
Modified Paths:
--------------
trunk/docsrc2/output/doc/changes/index.html
trunk/docsrc2/output/doc/getting-started/index.html
trunk/docsrc2/output/doc/index.html
trunk/docsrc2/output/doc/resources/index.html
trunk/docsrc2/output/doc/try-samples/index.html
trunk/docsrc2/output/index.html
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ki...@us...> - 2013-10-26 11:31:45
|
Revision: 2451
http://sourceforge.net/p/rubycocoa/svn/2451
Author: kimuraw
Date: 2013-10-26 11:31:37 +0000 (Sat, 26 Oct 2013)
Log Message:
-----------
Add changes to 1.0.7
Modified Paths:
--------------
trunk/docsrc2/content/doc/changes.md
trunk/docsrc2/layouts/default.html
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ki...@us...> - 2013-10-26 11:24:05
|
Revision: 2450
http://sourceforge.net/p/rubycocoa/svn/2450
Author: kimuraw
Date: 2013-10-26 11:24:03 +0000 (Sat, 26 Oct 2013)
Log Message:
-----------
tagged wrong path...
Removed Paths:
-------------
tags/release-1_0_7/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ki...@us...> - 2013-10-26 11:22:42
|
Revision: 2449
http://sourceforge.net/p/rubycocoa/svn/2449
Author: kimuraw
Date: 2013-10-26 11:22:39 +0000 (Sat, 26 Oct 2013)
Log Message:
-----------
tagging 1.0.7
Added Paths:
-----------
tags/release-1_0_7/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ki...@us...> - 2013-10-26 11:20:42
|
Revision: 2448
http://sourceforge.net/p/rubycocoa/svn/2448
Author: kimuraw
Date: 2013-10-26 11:20:37 +0000 (Sat, 26 Oct 2013)
Log Message:
-----------
Merge branch 'release/1.0.7' into develop
Modified Paths:
--------------
trunk/src/ChangeLog
trunk/src/NEWS
trunk/src/NEWS.ja
trunk/src/VERSION
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ki...@us...> - 2013-10-26 09:04:01
|
Revision: 2447
http://sourceforge.net/p/rubycocoa/svn/2447
Author: kimuraw
Date: 2013-10-26 09:03:59 +0000 (Sat, 26 Oct 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-10-25 13:43:02
|
Revision: 2446
http://sourceforge.net/p/rubycocoa/svn/2446
Author: kimuraw
Date: 2013-10-25 13:43:01 +0000 (Fri, 25 Oct 2013)
Log Message:
-----------
Remove unneeded command "strip -x"
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...> - 2013-10-25 13:42:58
|
Revision: 2445
http://sourceforge.net/p/rubycocoa/svn/2445
Author: kimuraw
Date: 2013-10-25 13:42:55 +0000 (Fri, 25 Oct 2013)
Log Message:
-----------
Fix a typo Mervericks -> Mavericks
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...> - 2013-10-25 13:42:51
|
Revision: 2444
http://sourceforge.net/p/rubycocoa/svn/2444
Author: kimuraw
Date: 2013-10-25 13:42:46 +0000 (Fri, 25 Oct 2013)
Log Message:
-----------
Add package configuration for 10.9
Modified Paths:
--------------
trunk/src/ChangeLog
Added Paths:
-----------
trunk/src/package/config/10.9
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ki...@us...> - 2013-10-14 07:33:58
|
Revision: 2443
http://sourceforge.net/p/rubycocoa/svn/2443
Author: kimuraw
Date: 2013-10-14 07:33:54 +0000 (Mon, 14 Oct 2013)
Log Message:
-----------
Correct commit log RSTRING(ary): (ary) -> (str)
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...> - 2013-10-13 02:05:12
|
Revision: 2442
http://sourceforge.net/p/rubycocoa/svn/2442
Author: kimuraw
Date: 2013-10-13 02:05:11 +0000 (Sun, 13 Oct 2013)
Log Message:
-----------
Fix test test_s_dataWithContentsOfURL error on Snow Leopard
Modified Paths:
--------------
trunk/src/ChangeLog
trunk/src/tests/tc_nsdata.rb
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|