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: <lr...@us...> - 2007-10-24 01:47:08
|
Revision: 2091 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2091&view=rev Author: lrz Date: 2007-10-23 18:47:06 -0700 (Tue, 23 Oct 2007) Log Message: ----------- 2007-10-24 Laurent Sansonetti <lsa...@ap...> * framework/tool/rb_nibtool.rb: - Skip the use of NSObject if a superclass is unknown IF rubynode is used. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/tool/rb_nibtool.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-10-23 23:44:12
|
Revision: 2090 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2090&view=rev Author: el_oy Date: 2007-10-23 16:44:10 -0700 (Tue, 23 Oct 2007) Log Message: ----------- 2007-10-24 Eloy Duran <e....@su...> * framework/tool/rb_nibtool.rb: - Fixed bug where #each was called on nil if there were either no actions OR outlets in the class. - Fixed bug where a new class from a source file would not show up in the class list in IB because the superclass is unknown to the classes list in IB. If the superclass const is not found it will default to NSObject. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/tool/rb_nibtool.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-10-16 00:08:43
|
Revision: 2089 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2089&view=rev Author: lrz Date: 2007-10-15 17:08:32 -0700 (Mon, 15 Oct 2007) Log Message: ----------- when the inject fails, raise an exception instead of printing a log message Modified Paths: -------------- branches/users/lrz/RubyInject/RubyInject.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-10-12 15:45:22
|
Revision: 2088 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2088&view=rev Author: lrz Date: 2007-10-12 08:45:19 -0700 (Fri, 12 Oct 2007) Log Message: ----------- 2007-09-12 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_import.rb: Fixed a bug when using test-spec, reported by Eloy Duran. 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: <lr...@us...> - 2007-10-10 15:34:20
|
Revision: 2087 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2087&view=rev Author: lrz Date: 2007-10-10 08:34:19 -0700 (Wed, 10 Oct 2007) Log Message: ----------- fix tiger build Modified Paths: -------------- trunk/src/framework/src/objc/internal_macros.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-10-10 12:50:36
|
Revision: 2086 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2086&view=rev Author: lrz Date: 2007-10-10 05:50:34 -0700 (Wed, 10 Oct 2007) Log Message: ----------- don't use the onThread API on Tiger or below because it doesn't exist, for the moment raise an exception Modified Paths: -------------- trunk/src/framework/src/objc/RBObject.m trunk/src/framework/src/objc/internal_macros.h trunk/src/framework/src/objc/libffi.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: <lr...@us...> - 2007-10-09 22:50:48
|
Revision: 2085 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2085&view=rev Author: lrz Date: 2007-10-09 15:50:45 -0700 (Tue, 09 Oct 2007) Log Message: ----------- 2007-09-10 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/RBObject.m, framework/src/objc/libffi.m, framework/src/objc/mdl_osxobjc.m, framework/src/objc/internal_macros.h, framework/src/objc/OverrideMixin.m: Better facility that dispatches messages from threads to the thread where RubyCocoa was initialized. It was previously assuming that RubyCocoa was run in the main thread, which may not be always true (Ruby could be ran in a different thread). Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/OverrideMixin.m trunk/src/framework/src/objc/RBObject.m trunk/src/framework/src/objc/internal_macros.h trunk/src/framework/src/objc/libffi.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: <lr...@us...> - 2007-10-09 22:24:48
|
Revision: 2084 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2084&view=rev Author: lrz Date: 2007-10-09 15:24:46 -0700 (Tue, 09 Oct 2007) Log Message: ----------- added license info Modified Paths: -------------- branches/users/lrz/RubyInject/inject.rb branches/users/lrz/RubyInject/samples/textedit_eval.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-10-09 22:09:47
|
Revision: 2083 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2083&view=rev Author: lrz Date: 2007-10-09 15:09:46 -0700 (Tue, 09 Oct 2007) Log Message: ----------- added copyright file Added Paths: ----------- branches/users/lrz/RubyInject/COPYRIGHT This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-10-09 22:06:28
|
Revision: 2082 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2082&view=rev Author: lrz Date: 2007-10-09 15:06:24 -0700 (Tue, 09 Oct 2007) Log Message: ----------- added license info Modified Paths: -------------- branches/users/lrz/RubyInject/DrObject.rb branches/users/lrz/RubyInject/RubyInject.h branches/users/lrz/RubyInject/RubyInject.m branches/users/lrz/RubyInject/RubyInjectBundle.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-10-09 21:14:58
|
Revision: 2081 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2081&view=rev Author: lrz Date: 2007-10-09 14:14:54 -0700 (Tue, 09 Oct 2007) Log Message: ----------- wip Modified Paths: -------------- branches/users/lrz/RubyInject/DrObject.rb branches/users/lrz/RubyInject/RubyInject.xcodeproj/project.pbxproj branches/users/lrz/RubyInject/RubyInjectBundle.m Added Paths: ----------- branches/users/lrz/RubyInject/inject.rb branches/users/lrz/RubyInject/samples/ branches/users/lrz/RubyInject/samples/textedit_eval.rb Removed Paths: ------------- branches/users/lrz/RubyInject/test.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-10-04 13:15:03
|
Revision: 2080 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2080&view=rev Author: lrz Date: 2007-10-04 06:15:00 -0700 (Thu, 04 Oct 2007) Log Message: ----------- evaluate within the top level binding Modified Paths: -------------- branches/users/lrz/RubyInject/DrObject.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-10-04 01:04:58
|
Revision: 2079 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2079&view=rev Author: lrz Date: 2007-10-03 18:04:55 -0700 (Wed, 03 Oct 2007) Log Message: ----------- announcing the druby service on bonjour, final test sample that fires irb Modified Paths: -------------- branches/users/lrz/RubyInject/DrObject.rb branches/users/lrz/RubyInject/test.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-10-03 21:33:54
|
Revision: 2078 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2078&view=rev Author: lrz Date: 2007-10-03 14:33:49 -0700 (Wed, 03 Oct 2007) Log Message: ----------- forgot to commit this one Added Paths: ----------- branches/users/lrz/RubyInject/DrObject.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-10-03 21:32:26
|
Revision: 2077 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2077&view=rev Author: lrz Date: 2007-10-03 14:32:25 -0700 (Wed, 03 Oct 2007) Log Message: ----------- some fixes Modified Paths: -------------- branches/users/lrz/RubyInject/RubyInjectBundle.m branches/users/lrz/RubyInject/mach_inject_bundle_stub.c branches/users/lrz/RubyInject/test.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-10-03 13:25:10
|
Revision: 2076 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2076&view=rev Author: lrz Date: 2007-10-03 06:25:02 -0700 (Wed, 03 Oct 2007) Log Message: ----------- mostly finished Modified Paths: -------------- branches/users/lrz/RubyInject/English.lproj/InfoPlist.strings branches/users/lrz/RubyInject/RubyInject.h branches/users/lrz/RubyInject/RubyInject.m branches/users/lrz/RubyInject/RubyInject.xcodeproj/project.pbxproj branches/users/lrz/RubyInject/RubyInjectBundle.m branches/users/lrz/RubyInject/load_bundle.c branches/users/lrz/RubyInject/mach_inject_bundle.c branches/users/lrz/RubyInject/test.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-10-03 00:09:52
|
Revision: 2075 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2075&view=rev Author: lrz Date: 2007-10-02 17:09:49 -0700 (Tue, 02 Oct 2007) Log Message: ----------- initial revision Added Paths: ----------- branches/users/lrz/RubyInject/English.lproj/ branches/users/lrz/RubyInject/English.lproj/InfoPlist.strings branches/users/lrz/RubyInject/Info.plist branches/users/lrz/RubyInject/MachInjectBundleStub-Info.plist branches/users/lrz/RubyInject/RubyInject.h branches/users/lrz/RubyInject/RubyInject.m branches/users/lrz/RubyInject/RubyInject.xcodeproj/ branches/users/lrz/RubyInject/RubyInject.xcodeproj/project.pbxproj branches/users/lrz/RubyInject/RubyInjectBundle-Info.plist branches/users/lrz/RubyInject/RubyInjectBundle.m branches/users/lrz/RubyInject/load_bundle.c branches/users/lrz/RubyInject/load_bundle.h branches/users/lrz/RubyInject/mach_inject.c branches/users/lrz/RubyInject/mach_inject.h branches/users/lrz/RubyInject/mach_inject_bundle.c branches/users/lrz/RubyInject/mach_inject_bundle.h branches/users/lrz/RubyInject/mach_inject_bundle_stub.c branches/users/lrz/RubyInject/mach_inject_bundle_stub.h branches/users/lrz/RubyInject/test.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-10-03 00:08:23
|
Revision: 2074 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2074&view=rev Author: lrz Date: 2007-10-02 17:08:21 -0700 (Tue, 02 Oct 2007) Log Message: ----------- Adding RubyInject project. Added Paths: ----------- branches/users/lrz/RubyInject/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-10-03 00:08:07
|
Revision: 2073 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2073&view=rev Author: lrz Date: 2007-10-02 17:07:59 -0700 (Tue, 02 Oct 2007) Log Message: ----------- Removed deprecated code. Removed Paths: ------------- branches/users/lrz/BridgeSupport/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-10-02 19:31:16
|
Revision: 2072 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2072&view=rev Author: el_oy Date: 2007-10-02 12:31:14 -0700 (Tue, 02 Oct 2007) Log Message: ----------- 2007-10-02 Eloy Duran <elo...@gm...> * framework/tool/standaloneify.rb: - Standaloneify now sets the environment variable ENV['RUBYCOCOA_STANDALONEIFYING?'] This is to be able to prevent code from being ran when a application s being standaloneified. - Standaloneify will now skip all the source files at any depth in Resources. 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: <lr...@us...> - 2007-10-01 15:48:16
|
Revision: 2071 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2071&view=rev Author: lrz Date: 2007-10-01 08:48:13 -0700 (Mon, 01 Oct 2007) Log Message: ----------- 2007-09-02 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/OverrideMixin.m, tests/tc_ovmix.rb, tests/objc_test.m: Fixed a bug, when ObjC arguments that were passed from an ObjC closure to Ruby were not retained, as they should. Added a test case. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/OverrideMixin.m trunk/src/tests/objc_test.m trunk/src/tests/tc_ovmix.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-10-01 14:24:08
|
Revision: 2070 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2070&view=rev Author: lrz Date: 2007-10-01 07:24:05 -0700 (Mon, 01 Oct 2007) Log Message: ----------- 2007-09-02 Laurent Sansonetti <lsa...@ap...> * tool/create-symlinks.rb: Fixed for Leopard. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/tool/create-symlinks.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-10-01 14:23:33
|
Revision: 2069 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2069&view=rev Author: lrz Date: 2007-10-01 07:23:29 -0700 (Mon, 01 Oct 2007) Log Message: ----------- 2007-09-02 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/ocdata_conv.m, tests/tc_subclass.rb: Removed the old __slave_nsobj__ ivar hook. Now all pure-Ruby objects will be wrapped in an autoreleased RBObject. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/ocdata_conv.m 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: <ps...@us...> - 2007-09-29 16:00:52
|
Revision: 2068 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2068&view=rev Author: psychs Date: 2007-09-29 09:00:49 -0700 (Sat, 29 Sep 2007) Log Message: ----------- 2007-09-29 Satoshi Nakagawa <art...@gm...> * tests/tc_nsstring_compat.rb: Added tests for NSString#[]=(str,value). 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: <ps...@us...> - 2007-09-29 15:51:46
|
Revision: 2067 http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2067&view=rev Author: psychs Date: 2007-09-29 08:51:45 -0700 (Sat, 29 Sep 2007) Log Message: ----------- 2007-09-29 Satoshi Nakagawa <art...@gm...> * framework/src/ruby/osx/objc/oc_attachments.rb, tests/tc_nsstring_compat.rb: - Added methods to NSString: each_byte, insert, hex, oct, ord, replace, reverse, reverse!, rindex. - Changed to_i and to_f of NSString to forward to String. - Refactoring NSString. - Updated tests. 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. |