| 
      
      
      From: <ki...@us...> - 2008-07-20 02:36:15
       | 
| Revision: 2214
          http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2214&view=rev
Author:   kimuraw
Date:     2008-07-20 02:36:05 +0000 (Sun, 20 Jul 2008)
Log Message:
-----------
2008-07-20  kimura wataru <kimuraw@i.nifty.jp>
	* framework/src/ruby/osx/objc/oc_attachments.rb:
	refactoring OSX::NSString#_read_impl()
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...> - 2008-07-20 02:58:13
       | 
| Revision: 2215
          http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2215&view=rev
Author:   kimuraw
Date:     2008-07-20 02:58:02 +0000 (Sun, 20 Jul 2008)
Log Message:
-----------
2008-07-20  kimura wataru <kimuraw@i.nifty.jp>
	* framework/src/ruby/osx/objc/oc_attachments.rb:
	refactoring OSX::NSArray#_read_impl()
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...> - 2008-07-20 03:15:59
       | 
| Revision: 2216
          http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2216&view=rev
Author:   kimuraw
Date:     2008-07-20 03:15:49 +0000 (Sun, 20 Jul 2008)
Log Message:
-----------
2008-07-20  kimura wataru <kimuraw@i.nifty.jp>
	* framework/src/ruby/osx/objc/oc_attachments.rb,
	  tests/tc_nsarray.rb:
	adjust behavior of OSX::NSArray#slice! to Array#slice on both of
	Ruby 1.8.7 and 1.8.6 (or earlier).
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: <el...@us...> - 2008-07-25 17:51:22
       | 
| Revision: 2217
          http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2217&view=rev
Author:   el_oy
Date:     2008-07-25 17:51:19 +0000 (Fri, 25 Jul 2008)
Log Message:
-----------
2008-07-25 Eloy Duran <e....@su...>
* Rakefile:
Check for the existence of rubycocoa.bundle before running the install task.
Modified Paths:
--------------
    trunk/src/ChangeLog
    trunk/src/Rakefile
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 | 
| 
      
      
      From: <ki...@us...> - 2008-08-25 13:44:40
       | 
| Revision: 2218
          http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2218&view=rev
Author:   kimuraw
Date:     2008-08-25 13:44:35 +0000 (Mon, 25 Aug 2008)
Log Message:
-----------
2008-08-25  kimura wataru <kimuraw@i.nifty.jp>
	* framework/src/objc/mdl_bundle_support.m:
	avoid crashes from bundleForClass: on ruby uninitialized thread.
	[Rubycocoa-devel 1368] by Jonathan deWerd.
Modified Paths:
--------------
    trunk/src/ChangeLog
    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...> - 2008-10-28 14:35:28
       | 
| Revision: 2220
          http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2220&view=rev
Author:   kimuraw
Date:     2008-10-28 14:35:20 +0000 (Tue, 28 Oct 2008)
Log Message:
-----------
2008-10-28  kimura wataru <kimuraw@i.nifty.jp>
	* install.rb:
	fix failure of test_loadlibs() from an ambiguous condition for path
	of RubyCocoa.framework.
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: <lr...@us...> - 2009-02-17 23:16:07
       | 
| Revision: 2227
          http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2227&view=rev
Author:   lrz
Date:     2009-02-17 22:00:27 +0000 (Tue, 17 Feb 2009)
Log Message:
-----------
some >10.5 build fixes
Modified Paths:
--------------
    trunk/src/framework/post-config.rb
    trunk/src/framework/src/objc/mdl_objwrapper.m
    trunk/src/pre-config.rb
    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...> - 2009-02-17 23:23:47
       | 
| Revision: 2228
          http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2228&view=rev
Author:   lrz
Date:     2009-02-17 23:23:41 +0000 (Tue, 17 Feb 2009)
Log Message:
-----------
enabled -Wall, fix more compiler warnings
Modified Paths:
--------------
    trunk/src/framework/src/objc/OverrideMixin.m
    trunk/src/framework/src/objc/libffi.m
    trunk/src/pre-config.rb
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 | 
| 
      
      
      From: <el...@us...> - 2009-03-18 22:02:49
       | 
| Revision: 2232
          http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2232&view=rev
Author:   el_oy
Date:     2009-03-18 22:02:37 +0000 (Wed, 18 Mar 2009)
Log Message:
-----------
Properly lookup ActiveRecord::Base subclasses in different namespaces. Patch by Ben Mitchell.
Modified Paths:
--------------
    trunk/src/framework/src/ruby/osx/objc/active_record.rb
    trunk/src/tests/tc_active_record.rb
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 | 
| 
      
      
      From: <ps...@us...> - 2009-05-15 19:35:12
       | 
| Revision: 2233
          http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2233&view=rev
Author:   psychs
Date:     2009-05-15 19:35:03 +0000 (Fri, 15 May 2009)
Log Message:
-----------
2009-05-15  Satoshi Nakagawa <ps...@li...>
  * src/framework/src/objc/RBClassUtils.m
  Improved warning message by Eloy Duran.
Modified Paths:
--------------
    trunk/src/ChangeLog
    trunk/src/framework/src/objc/RBClassUtils.m
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 | 
| 
      
      
      From: <ki...@us...> - 2009-06-09 12:00:50
       | 
| Revision: 2234
          http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2234&view=rev
Author:   kimuraw
Date:     2009-06-09 12:00:48 +0000 (Tue, 09 Jun 2009)
Log Message:
-----------
2009-06-09  kimura wataru <kimuraw@i.nifty.jp>
	* framework/src/objc/RBObject.m,
	  framework/src/objc/mdl_objwrapper.m,
	  tests/tc_passbyref.rb, tests/tc_subclass.rb:
	make to programs written with strict syntax behave same whether
	OSX.relaxed_syntax is true or not.
	prefer always methods with the last charactor "_" when invoke ruby
	method from objective-c.
    ex)
       relaxed_syntax = true
	 [rbobj foo:arg] # rbobj has "foo_" and "foo" => call "foo_"
	                 # rbobj has only "foo" => call "foo"
       relaxed_syntax = false
	 [rbobj foo:arg] # rbobj has "foo_" and "foo" => call "foo_"
	                 # rbobj has only "foo" => raise an exception
Modified Paths:
--------------
    trunk/src/ChangeLog
    trunk/src/framework/src/objc/RBObject.m
    trunk/src/framework/src/objc/mdl_objwrapper.m
    trunk/src/tests/tc_passbyref.rb
    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...> - 2009-07-18 16:10:53
       | 
| Revision: 2235
          http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2235&view=rev
Author:   kimuraw
Date:     2009-07-18 16:10:42 +0000 (Sat, 18 Jul 2009)
Log Message:
-----------
2009-07-18  kimura wataru <kimuraw@i.nifty.jp>
	* framework/src/objc/internal_macros.h:
	fix debug log (with RUBYOPT=-d) print only format string (revert r2223)
	[rubycocoa-devel:1339]
Modified Paths:
--------------
    trunk/src/ChangeLog
    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: <ki...@us...> - 2009-07-18 17:28:48
       | 
| Revision: 2236
          http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2236&view=rev
Author:   kimuraw
Date:     2009-07-18 17:28:43 +0000 (Sat, 18 Jul 2009)
Log Message:
-----------
2009-07-18  kimura wataru <kimuraw@i.nifty.jp>
	* tests/tc_bs.rb, tests/Makefile.in, tests/objc_proto.m:
	add a test for reload_protocols(), in BridgeSupport.m.
Modified Paths:
--------------
    trunk/src/ChangeLog
    trunk/src/tests/Makefile.in
    trunk/src/tests/tc_bs.rb
Added Paths:
-----------
    trunk/src/tests/objc_proto.m
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...> - 2009-07-19 16:57:24
       | 
| Revision: 2238
          http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2238&view=rev
Author:   kimuraw
Date:     2009-07-19 16:57:22 +0000 (Sun, 19 Jul 2009)
Log Message:
-----------
2009-07-19  kimura wataru <kimuraw@i.nifty.jp>
	* framework/src/objc/BridgeSupport.m, tests/tc_bs.rb:
	disable reload_protocols() on 10.4 or earlier. it means
	DO NOT SUPPORT formal protocols with bridgesupport on 10.4.
	there is no objc runtime-api for gathering all protocols in
	objective-c 1.0.
Modified Paths:
--------------
    trunk/src/ChangeLog
    trunk/src/framework/src/objc/BridgeSupport.m
    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...> - 2009-07-22 15:05:53
       | 
| Revision: 2239
          http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2239&view=rev
Author:   kimuraw
Date:     2009-07-22 15:05:51 +0000 (Wed, 22 Jul 2009)
Log Message:
-----------
2009-07-22  kimura wataru <kimuraw@i.nifty.jp>
	* misc/bridge-support-tiger.tar.gz:
	regenerate bridgesupport files on Mac OS X 10.4.11
Modified Paths:
--------------
    trunk/src/ChangeLog
    trunk/src/misc/bridge-support-tiger.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 | 
| 
      
      
      From: <ki...@us...> - 2009-07-22 15:29:24
       | 
| Revision: 2240
          http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2240&view=rev
Author:   kimuraw
Date:     2009-07-22 15:29:21 +0000 (Wed, 22 Jul 2009)
Log Message:
-----------
2009-07-22  kimura wataru <kimuraw@i.nifty.jp>
	* package/config/10.4, package/config/10.5:
	improve packaging.
Modified Paths:
--------------
    trunk/src/ChangeLog
    trunk/src/package/config/10.4
    trunk/src/package/config/10.5
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 | 
| 
      
      
      From: <ki...@us...> - 2009-07-24 12:53:08
       | 
| Revision: 2241
          http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2241&view=rev
Author:   kimuraw
Date:     2009-07-24 12:52:56 +0000 (Fri, 24 Jul 2009)
Log Message:
-----------
2009-07-24  kimura wataru <kimuraw@i.nifty.jp>
	* VERSION:
	Updated for 1.0.0.
Modified Paths:
--------------
    trunk/src/ChangeLog
    trunk/src/VERSION
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 | 
| 
      
      
      From: <ki...@us...> - 2009-09-08 14:54:07
       | 
| Revision: 2243
          http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2243&view=rev
Author:   kimuraw
Date:     2009-09-08 14:53:55 +0000 (Tue, 08 Sep 2009)
Log Message:
-----------
2009-09-08  kimura wataru <kimuraw@i.nifty.jp>
	* package/config/10.6:
	packaging support for 10.6 Snow Leopard.
Modified Paths:
--------------
    trunk/src/ChangeLog
Added Paths:
-----------
    trunk/src/package/config/10.6
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 | 
| 
      
      
      From: <ki...@us...> - 2009-09-08 15:05:11
       | 
| Revision: 2244
          http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2244&view=rev
Author:   kimuraw
Date:     2009-09-08 15:05:00 +0000 (Tue, 08 Sep 2009)
Log Message:
-----------
2009-09-08  kimura wataru <kimuraw@i.nifty.jp>
	* package/config/10.4, package/config/10.5:
	- correct install destination of project templates (10.5).
	- correct comment (10.4 and 10.5).
=== RubyCocoa 1.0.0 ===
Modified Paths:
--------------
    trunk/src/ChangeLog
    trunk/src/package/config/10.4
    trunk/src/package/config/10.5
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 | 
| 
      
      
      From: <ki...@us...> - 2009-09-13 08:43:06
       | 
| Revision: 2245
          http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2245&view=rev
Author:   kimuraw
Date:     2009-09-13 08:42:47 +0000 (Sun, 13 Sep 2009)
Log Message:
-----------
2009-09-13  kimura wataru <kimuraw@i.nifty.jp>
	* framework/src/objc/internal_macros.h:
	suppress warning "format not a string literal and no format arguments"
Modified Paths:
--------------
    trunk/src/ChangeLog
    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: <ps...@us...> - 2009-09-15 11:18:48
       | 
| Revision: 2246
          http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2246&view=rev
Author:   psychs
Date:     2009-09-15 11:18:40 +0000 (Tue, 15 Sep 2009)
Log Message:
-----------
2009-09-15  Satoshi Nakagawa <ps...@li...>
	* src/framework/src/objc/RBRuntime.m:
	Disable threading hacks in 10.6.
	Based on a patch from Apple: http://www.opensource.apple.com/source/RubyCocoa/RubyCocoa-67/patches/disable_threading_hacks.diff
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: <ps...@us...> - 2009-09-15 12:08:41
       | 
| Revision: 2247
          http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2247&view=rev
Author:   psychs
Date:     2009-09-15 12:08:28 +0000 (Tue, 15 Sep 2009)
Log Message:
-----------
2009-09-15  Satoshi Nakagawa <ps...@li...>
	* src/framework/src/objc/RBRuntime.m:
	We cannot use a common RubyCocoa.framework on 10.5 and 10.6.
	So simply applied a patch from Apple: http://www.opensource.apple.com/source/RubyCocoa/RubyCocoa-67/patches/disable_threading_hacks.diff
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: <ps...@us...> - 2009-09-15 14:35:06
       | 
| Revision: 2248
          http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2248&view=rev
Author:   psychs
Date:     2009-09-15 14:34:58 +0000 (Tue, 15 Sep 2009)
Log Message:
-----------
2009-09-15  Satoshi Nakagawa <ps...@li...>
	* src/framework/src/objc/RBRuntime.m:
	Switch back to disable the threading hacks in runtime.
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...> - 2009-09-15 15:14:12
       | 
| Revision: 2249
          http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2249&view=rev
Author:   kimuraw
Date:     2009-09-15 15:14:03 +0000 (Tue, 15 Sep 2009)
Log Message:
-----------
2009-09-15  kimura wataru <kimuraw@i.nifty.jp>
	* pre-config.rb, framework/post-config.rb, metaconfig:
	remove configure option "--build-universal", and
	add option "--target-archs".
Modified Paths:
--------------
    trunk/src/ChangeLog
    trunk/src/framework/post-config.rb
    trunk/src/metaconfig
    trunk/src/pre-config.rb
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 | 
| 
      
      
      From: <ki...@us...> - 2009-09-15 15:34:01
       | 
| Revision: 2250
          http://rubycocoa.svn.sourceforge.net/rubycocoa/?rev=2250&view=rev
Author:   kimuraw
Date:     2009-09-15 15:33:54 +0000 (Tue, 15 Sep 2009)
Log Message:
-----------
2009-09-15  kimura wataru <kimuraw@i.nifty.jp>
	* package/post-package.rb, package/pre-package.rb,
	  package/config/10.4, package/config/10.5, package/config/10.6:
	use --target-archs for packaging. remove "universal" from package
	name, like "RubyCocoa-1.0.0-OSX10.6.dmg"
Modified Paths:
--------------
    trunk/src/ChangeLog
    trunk/src/package/config/10.4
    trunk/src/package/config/10.5
    trunk/src/package/config/10.6
    trunk/src/package/post-package.rb
    trunk/src/package/pre-package.rb
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 |