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: <ps...@us...> - 2007-08-28 18:05:46
|
Revision: 2019 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2019&view=rev Author: psychs Date: 2007-08-28 11:05:43 -0700 (Tue, 28 Aug 2007) Log Message: ----------- 2007-08-29 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_attachments.rb, tests/tc_nsarray.rb: - Fixed a bug, cannot pass a block to method_missing of NSString, NSArray, NSDictionary. - Moved Array methods in NSArray to module NSAttachment. - Implemented Array methods: reverse_each, insert, last, pop, rassoc, replace, reverse, reverse!, rindex, shift, slice, slice!, to_splat, unshift, values_at. - Removed methods because of bad performance: +, *, -, &, |, flatten, flatten!. - Changed not to use to_ruby in join. - Improved collect! and map! performance. - Fixed a bug, compact! should return nil. - Updated tests. 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: <ps...@us...> - 2007-08-27 17:38:58
|
Revision: 2011 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2011&view=rev Author: psychs Date: 2007-08-27 01:27:49 -0700 (Mon, 27 Aug 2007) Log Message: ----------- 2007-08-27 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_types_appkit.rb, framework/src/ruby/osx/objc/oc_types.rb: - Replaced ArgumentException to ArgumentError. - Added a constructor of NSRange: new(Range, count). Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_types.rb trunk/src/framework/src/ruby/osx/objc/oc_types_appkit.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ps...@us...> - 2007-08-27 17:34:42
|
Revision: 2016 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2016&view=rev Author: psychs Date: 2007-08-27 10:34:36 -0700 (Mon, 27 Aug 2007) Log Message: ----------- 2007-08-28 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_attachments.rb, tests/tc_nsarray.rb: - Implemented Array methods on NSArray: fill, first, flatten, flatten!, include?, index. - Updated tests. 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: <ps...@us...> - 2007-08-27 15:45:17
|
Revision: 2008 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2008&view=rev Author: psychs Date: 2007-08-24 19:43:42 -0700 (Fri, 24 Aug 2007) Log Message: ----------- 2007-08-25 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_types.rb, framework/src/ruby/osx/objc/oc_types_appkit.rb: Moved NSRange utility to oc_types.appkit.rb. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_types.rb trunk/src/framework/src/ruby/osx/objc/oc_types_appkit.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ps...@us...> - 2007-08-27 15:26:55
|
Revision: 2013 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2013&view=rev Author: psychs Date: 2007-08-27 05:17:29 -0700 (Mon, 27 Aug 2007) Log Message: ----------- 2007-08-27 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_attachments.rb, tests/tc_nsarray.rb: - Changed NSArray#assoc to ignore [] element inside the array. - Improved tests. 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: <ps...@us...> - 2007-08-27 15:17:52
|
Revision: 2015 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2015&view=rev Author: psychs Date: 2007-08-27 08:17:50 -0700 (Mon, 27 Aug 2007) Log Message: ----------- 2007-08-28 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_attachments.rb: Fixed typo. 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: <ps...@us...> - 2007-08-27 15:03:10
|
Revision: 2012 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2012&view=rev Author: psychs Date: 2007-08-27 04:48:50 -0700 (Mon, 27 Aug 2007) Log Message: ----------- 2007-08-27 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_attachments.rb, tests/tc_nsarray.rb: - Implemented Array methods for NSArray: [], []=, +, *, -, &, |, <<, assoc, at, clear, collect!, map! compact, compact!, concat, delete, delete_at, delete_if, reject! each_index, empty?, fetch, join. - Added tests for new methods of NSArray. 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: <ps...@us...> - 2007-08-27 14:47:19
|
Revision: 2014 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2014&view=rev Author: psychs Date: 2007-08-27 07:46:57 -0700 (Mon, 27 Aug 2007) Log Message: ----------- 2007-08-27 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_attachments.rb, tests/tc_nsarray.rb: - Refactoring Array methods on NSArray. - Improved tests. 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: <ps...@us...> - 2007-08-26 11:08:23
|
Revision: 2010 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2010&view=rev Author: psychs Date: 2007-08-25 09:45:44 -0700 (Sat, 25 Aug 2007) Log Message: ----------- 2007-08-26 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_attachments.rb: Fixed typo. 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: <lr...@us...> - 2007-08-22 14:41:01
|
Revision: 2007 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2007&view=rev Author: lrz Date: 2007-08-22 07:40:58 -0700 (Wed, 22 Aug 2007) Log Message: ----------- 2007-08-22 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/mdl_osxobjc.m: Improved the ruby obj -> ocid conversion performance. * framework/src/objc/ocdata_conv.h, framework/src/objc/ocdata_conv.m: Improved the ruby obj -> SEL conversion performance. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/mdl_osxobjc.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: <lr...@us...> - 2007-08-22 14:37:51
|
Revision: 2006 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2006&view=rev Author: lrz Date: 2007-08-22 07:37:48 -0700 (Wed, 22 Aug 2007) Log Message: ----------- 2007-08-22 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_types.rb, tests/tc_boxed.rb: Added NSRange#max as a convenience implementation of NSMaxRange(). Added test cases. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_types.rb trunk/src/tests/tc_boxed.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-08-20 22:04:04
|
Revision: 2005 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2005&view=rev Author: hisa Date: 2007-08-20 15:03:49 -0700 (Mon, 20 Aug 2007) Log Message: ----------- * framework/src/objc/RBRuntime.m: Deallocated a string (duplicated outside) in framework_paths_unshift(). 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: <lr...@us...> - 2007-08-20 15:59:32
|
Revision: 2004 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2004&view=rev Author: lrz Date: 2007-08-20 08:59:26 -0700 (Mon, 20 Aug 2007) Log Message: ----------- 2007-08-20 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/mdl_osxobjc.m, framework/src/objc/RBRuntime.m, framework/src/objc/BridgeSupport.m: Fixed various memory leaks in the RubyCocoa initialization code, and in the bridge support parsing code. No memory should now be leaked during initialization. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/BridgeSupport.m trunk/src/framework/src/objc/RBRuntime.m trunk/src/framework/src/objc/mdl_osxobjc.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ps...@us...> - 2007-08-18 05:26:12
|
Revision: 2003 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2003&view=rev Author: psychs Date: 2007-08-17 22:26:09 -0700 (Fri, 17 Aug 2007) Log Message: ----------- 2007-08-18 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_types.rb: Added inspect method to NSRect, NSPoint, NSSize, NSRange. Modified Paths: -------------- trunk/src/ChangeLog 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: <ps...@us...> - 2007-08-17 08:40:12
|
Revision: 2002 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2002&view=rev Author: psychs Date: 2007-08-17 01:40:10 -0700 (Fri, 17 Aug 2007) Log Message: ----------- 2007-08-17 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_types.rb, tests/tc_boxed.rb: - Added utility methods to NSRect, NSPoint, NSRange. - Added tests for boxed types. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_types.rb Added Paths: ----------- trunk/src/tests/tc_boxed.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-08-14 15:27:40
|
Revision: 2001 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2001&view=rev Author: lrz Date: 2007-08-14 08:27:38 -0700 (Tue, 14 Aug 2007) Log Message: ----------- tagging release-0_12_0 Added Paths: ----------- tags/release-0_12_0/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-08-14 15:25:30
|
Revision: 2000 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2000&view=rev Author: lrz Date: 2007-08-14 08:25:28 -0700 (Tue, 14 Aug 2007) Log Message: ----------- reverted files that should not have been committed Modified Paths: -------------- trunk/src/framework/RubyCocoa.xcodeproj/project.pbxproj trunk/src/framework/post-config.rb trunk/src/framework/src/objc/RBRuntime.m trunk/src/install.rb trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/MailDemoActiveRecordBindings.xcodeproj/project.pbxproj trunk/src/sample/SimpleApp/AppController.rb trunk/src/sample/SimpleApp/SimpleApp.xcodeproj/project.pbxproj This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-08-14 15:22:22
|
Revision: 1999 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=1999&view=rev Author: lrz Date: 2007-08-14 08:22:20 -0700 (Tue, 14 Aug 2007) Log Message: ----------- tagging the ChangeLog Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/RubyCocoa.xcodeproj/project.pbxproj trunk/src/framework/post-config.rb trunk/src/framework/src/objc/RBRuntime.m trunk/src/install.rb trunk/src/sample/MailDemo/MailDemoActiveRecordBindings/MailDemoActiveRecordBindings.xcodeproj/project.pbxproj trunk/src/sample/SimpleApp/AppController.rb trunk/src/sample/SimpleApp/SimpleApp.xcodeproj/project.pbxproj This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-08-14 15:01:14
|
Revision: 1998 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=1998&view=rev Author: lrz Date: 2007-08-14 08:01:07 -0700 (Tue, 14 Aug 2007) Log Message: ----------- fixed bad tab Modified Paths: -------------- trunk/src/ChangeLog This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-08-11 12:59:50
|
Revision: 1997 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=1997&view=rev Author: lrz Date: 2007-08-11 05:59:49 -0700 (Sat, 11 Aug 2007) Log Message: ----------- better package system, following satoshi-san ideas Modified Paths: -------------- trunk/src/package/pre-package.rb trunk/src/package/tmpl/postflight-universal.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-08-11 12:20:39
|
Revision: 1996 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=1996&view=rev Author: lrz Date: 2007-08-11 05:20:36 -0700 (Sat, 11 Aug 2007) Log Message: ----------- 2007-08-11 Laurent Sansonetti <lsa...@ap...> * package/pre-package.rb, package/tmpl/postflight-universal.rb: Updated packaging process to now use the single patched libruby. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/package/pre-package.rb trunk/src/package/tmpl/postflight-universal.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-08-10 19:12:30
|
Revision: 1995 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=1995&view=rev Author: lrz Date: 2007-08-10 12:12:26 -0700 (Fri, 10 Aug 2007) Log Message: ----------- 2007-08-10 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/RBObject.m: Reverted the 2007-07-30 change and instead raise an exception. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/RBObject.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-08-10 17:14:18
|
Revision: 1994 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=1994&view=rev Author: el_oy Date: 2007-08-10 10:14:16 -0700 (Fri, 10 Aug 2007) Log Message: ----------- 2007-08-10 Eloy Duran <elo...@gm...> * framework/tool/standaloneify.rb: Fixed a bug that occurs when the app bundle already contains the RubyCocoa.framework. 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: <ps...@us...> - 2007-08-10 15:24:23
|
Revision: 1993 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=1993&view=rev Author: psychs Date: 2007-08-10 08:24:22 -0700 (Fri, 10 Aug 2007) Log Message: ----------- 2007-08-11 Satoshi Nakagawa <art...@gm...> * framework/src/objc/RBTestProbe.m, tests/objc_test.m, tests/tc_cache.rb: Better separation between core and tests around the oc2rb cache tests. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/RBTestProbe.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: <lr...@us...> - 2007-08-10 15:06:51
|
Revision: 1992 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=1992&view=rev Author: lrz Date: 2007-08-10 08:06:48 -0700 (Fri, 10 Aug 2007) Log Message: ----------- fixed example Modified Paths: -------------- trunk/src/misc/README_THREADING This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |