<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/rubygems, branch ruby-1.9.1-376-11.fc13</title>
<subtitle>Ruby GIT repository</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/'/>
<entry>
<title>merges r23849 from trunk into ruby_1_9_1.</title>
<updated>2009-07-12T13:56:39+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-07-12T13:56:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=d2f1bfba140ed2e98919adc087c8ac4ad0d1c8e6'/>
<id>d2f1bfba140ed2e98919adc087c8ac4ad0d1c8e6</id>
<content type='text'>
--
* lib/rake.rb, lib/rubygems/custom_require.rb, lib/rubygems/digest/*.rb: not executable.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--
* lib/rake.rb, lib/rubygems/custom_require.rb, lib/rubygems/digest/*.rb: not executable.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r22690 from trunk into ruby_1_9_1.</title>
<updated>2009-03-04T09:20:22+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-03-04T09:20:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=9d2e070f0551a873787f62f427fa1062f9414913'/>
<id>9d2e070f0551a873787f62f427fa1062f9414913</id>
<content type='text'>
--
* ext/dl/cfunc.c (rb_dlcfunc_call): fix for stdcall and missing
  argument numbers.  [ruby-core:22601]

* ext/dl/dl.h (DLSTACK_PROTO0_): added.

* ext/dl/mkcallback.rb (gencallback, gen_callback_file),
  (rb_dl_init_callbacks): omit stdcall functions unless supported.

* lib/rubygems/config_file.rb (SHGetFolderPath): stdcall.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@22754 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--
* ext/dl/cfunc.c (rb_dlcfunc_call): fix for stdcall and missing
  argument numbers.  [ruby-core:22601]

* ext/dl/dl.h (DLSTACK_PROTO0_): added.

* ext/dl/mkcallback.rb (gencallback, gen_callback_file),
  (rb_dl_init_callbacks): omit stdcall functions unless supported.

* lib/rubygems/config_file.rb (SHGetFolderPath): stdcall.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@22754 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r21933 from trunk into ruby_1_9_1. win64 support.</title>
<updated>2009-02-02T08:07:47+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-02-02T08:07:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=844de299cd1b8e2231428a8ac8bb8d284f80497f'/>
<id>844de299cd1b8e2231428a8ac8bb8d284f80497f</id>
<content type='text'>
* lib/xmlrpc/server.rb (Server#serve): gets rid of hardcoded
  platform names.

* lib/resolv.rb (Resolv::Hosts::DefaultFileName),
  (Resolv::DNS::Config.default_config_hash): tries win32/resolv on
  mswin64 too.

* lib/rubygems/specification.rb (Gem::Specification#ruby_code):
  aded mswin64.

* lib/drb/extservm.rb (DRb::ExtServManager#invoke_service_command):
  spawn is better to start a process in background.

* ext/extmk.rb: uses FNM_SYSCASE.

* instruby.rb: installs win32.h on mswin64 platform.
  [ruby-core:21722]

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lib/xmlrpc/server.rb (Server#serve): gets rid of hardcoded
  platform names.

* lib/resolv.rb (Resolv::Hosts::DefaultFileName),
  (Resolv::DNS::Config.default_config_hash): tries win32/resolv on
  mswin64 too.

* lib/rubygems/specification.rb (Gem::Specification#ruby_code):
  aded mswin64.

* lib/drb/extservm.rb (DRb::ExtServManager#invoke_service_command):
  spawn is better to start a process in background.

* ext/extmk.rb: uses FNM_SYSCASE.

* instruby.rb: installs win32.h on mswin64 platform.
  [ruby-core:21722]

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges a part of r21736 from trunk into ruby_1_9_1.</title>
<updated>2009-01-28T09:21:42+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-01-28T09:21:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=31b0154804d1900ace25bab61fafe9670f50a944'/>
<id>31b0154804d1900ace25bab61fafe9670f50a944</id>
<content type='text'>
* lib/rubygems/installer.rb (Gem::Installer#initialize): fixed
  typos.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lib/rubygems/installer.rb (Gem::Installer#initialize): fixed
  typos.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r21363 from trunk into ruby_1_9_1. But r21312 is not merged.</title>
<updated>2009-01-12T13:31:07+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-01-12T13:31:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=4a84362e4bc3ff8d92ae461315fcbc5e1d8fc401'/>
<id>4a84362e4bc3ff8d92ae461315fcbc5e1d8fc401</id>
<content type='text'>
* instruby.rb (gem), lib/rubygems/defaults.rb (Gem.default_dir):
  use version invariant configuration.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21451 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* instruby.rb (gem), lib/rubygems/defaults.rb (Gem.default_dir):
  use version invariant configuration.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21451 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r20924 from trunk into ruby_1_9_1.</title>
<updated>2008-12-25T09:52:37+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-12-25T09:52:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=4e0761f35e428875af2d677860f1387d672f147f'/>
<id>4e0761f35e428875af2d677860f1387d672f147f</id>
<content type='text'>
Fix documentation.  [bug#827]

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix documentation.  [bug#827]

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r20496 from trunk into ruby_1_9_1.</title>
<updated>2008-12-04T08:56:28+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-12-04T08:56:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=6113a42302ec3fd05f52646f879a6d9cabddd04d'/>
<id>6113a42302ec3fd05f52646f879a6d9cabddd04d</id>
<content type='text'>
* lib/rubygems/validator.rb (Gem#remove_leading_dot_dir): make
  this method private.  a patch from okkez in [ruby-dev:37245]

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lib/rubygems/validator.rb (Gem#remove_leading_dot_dir): make
  this method private.  a patch from okkez in [ruby-dev:37245]

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r20491 from trunk into ruby_1_9_1.</title>
<updated>2008-12-04T08:56:10+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-12-04T08:56:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=21038f53153cbee041b8606016b74bc8f42ed323'/>
<id>21038f53153cbee041b8606016b74bc8f42ed323</id>
<content type='text'>
* lib/rubygems/local_remote_options.rb (Gem#add_update_sources_option):
  little documentation fix.  a patch from okkez.  [ruby-dev:37271]

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lib/rubygems/local_remote_options.rb (Gem#add_update_sources_option):
  little documentation fix.  a patch from okkez.  [ruby-dev:37271]

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r20163 and r20215 from trunk into ruby_1_9_1.</title>
<updated>2008-11-11T15:12:30+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-11-11T15:12:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=256484fa25b6a4b6dae050904b46ff0fc91c24b7'/>
<id>256484fa25b6a4b6dae050904b46ff0fc91c24b7</id>
<content type='text'>
properties.


git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20217 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
properties.


git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20217 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r20085 from trunk into ruby_1_9_1.</title>
<updated>2008-11-04T13:36:46+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-11-04T13:36:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=a70a9172a663b0ef32ada4e4ea54017d5ca7325b'/>
<id>a70a9172a663b0ef32ada4e4ea54017d5ca7325b</id>
<content type='text'>
* Don't require rubygems/defaults from gem_prelude.rb.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20107 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Don't require rubygems/defaults from gem_prelude.rb.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20107 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
</feed>
