<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib, branch ruby_1_9_1_376-epel</title>
<subtitle>Ruby GIT repository</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/'/>
<entry>
<title>* lib/irb/extend-command.rb (IRB::ExtendCommandBundle::def_extend_command):</title>
<updated>2009-12-05T09:41:18+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-12-05T09:41:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=287facbf5429094fd49619d5504d0b33a32e3152'/>
<id>287facbf5429094fd49619d5504d0b33a32e3152</id>
<content type='text'>
  extension commands with optional parameters have been broken because of
  a spec change of UnboundMethod#arity.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@26021 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  extension commands with optional parameters have been broken because of
  a spec change of UnboundMethod#arity.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@26021 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* lib/irb/extend-command.rb (IRB::ExtendCommandBundle::def_extend_command):</title>
<updated>2009-12-05T09:41:11+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-12-05T09:41:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=06f945c3067533cd09de814a14a856d5090a9255'/>
<id>06f945c3067533cd09de814a14a856d5090a9255</id>
<content type='text'>
  gives eval a source location for readability of backtrace.

* lib/irb/extend-command.rb (IRB::ContextExtender::def_extend_command):
  ditto

* lib/irb/extend-command.rb (IRB::MethodExtender::def_pre_proc):
  ditto

* lib/irb/extend-command.rb (IRB::MethodExtender::def_post_proc):
  ditto

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@26020 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  gives eval a source location for readability of backtrace.

* lib/irb/extend-command.rb (IRB::ContextExtender::def_extend_command):
  ditto

* lib/irb/extend-command.rb (IRB::MethodExtender::def_pre_proc):
  ditto

* lib/irb/extend-command.rb (IRB::MethodExtender::def_post_proc):
  ditto

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@26020 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r24227 from trunk into ruby_1_9_1.</title>
<updated>2009-12-05T09:41:03+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-12-05T09:41:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=ee4a86215934743c4b5fded774abbf069dbece2a'/>
<id>ee4a86215934743c4b5fded774abbf069dbece2a</id>
<content type='text'>
--
 * lib/irb/cmd/help.rb: fixed irb's "help" command. [ruby-core:22310].

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@26019 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--
 * lib/irb/cmd/help.rb: fixed irb's "help" command. [ruby-core:22310].

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@26019 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r24620 from trunk into ruby_1_9_1. fixes the backport task #1976.</title>
<updated>2009-12-05T09:39:28+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-12-05T09:39:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=2d09e156b311c0fb112f7747f1393ec2dc596377'/>
<id>2d09e156b311c0fb112f7747f1393ec2dc596377</id>
<content type='text'>
--
* lib/mkmf.rb (rm_f, rm_rf): pass the last hash through if exists.
  [ruby-dev:39153]

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@26009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--
* lib/mkmf.rb (rm_f, rm_rf): pass the last hash through if exists.
  [ruby-dev:39153]

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@26009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r25353 and r25362 from trunk into ruby_1_9_1.</title>
<updated>2009-12-05T02:36:11+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-12-05T02:36:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=17d0a403c0fd248586f37707c4409d7923d33e6e'/>
<id>17d0a403c0fd248586f37707c4409d7923d33e6e</id>
<content type='text'>
--
* lib/csv.rb (CSV#read_to_char): set encoding and verify data
  which read from io before encode it to @encoding.

* lib/csv.rb (CSV#raw_encoding): add to get @io's encoding.

* lib/csv.rb (CSV#read_io): add to read string and set @io's
  encoding.
--
* lib/csv.rb (CSV#raw_encoding): returns ASCII-8BIT when the io
  doesn't have encoding.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@25999 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--
* lib/csv.rb (CSV#read_to_char): set encoding and verify data
  which read from io before encode it to @encoding.

* lib/csv.rb (CSV#raw_encoding): add to get @io's encoding.

* lib/csv.rb (CSV#read_io): add to read string and set @io's
  encoding.
--
* lib/csv.rb (CSV#raw_encoding): returns ASCII-8BIT when the io
  doesn't have encoding.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@25999 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r25122 from trunk into ruby_1_9_1.</title>
<updated>2009-11-27T02:55:32+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-11-27T02:55:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=018794282bd2147e091ab1c7a2e2c0d26b3cece4'/>
<id>018794282bd2147e091ab1c7a2e2c0d26b3cece4</id>
<content type='text'>
--
* lib/pp.rb (PP:ObjectMixin#pretty_print): delegates has no inspect
  method.  [ruby-core:25804]

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@25951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--
* lib/pp.rb (PP:ObjectMixin#pretty_print): delegates has no inspect
  method.  [ruby-core:25804]

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@25951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r25067 from trunk into ruby_1_9_1 and added a test for it.</title>
<updated>2009-11-27T02:55:16+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-11-27T02:55:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=ddda108ecce743ed9e1128d21518d015304dc67c'/>
<id>ddda108ecce743ed9e1128d21518d015304dc67c</id>
<content type='text'>
--
* lib/mathn.rb (Bignum#**): Fixed bignum**fixnum that was broken when requiring lib/mathn
  [ruby-core:25740]
--
* test/test_mathn.rb (TestMathn): new test case.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@25949 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--
* lib/mathn.rb (Bignum#**): Fixed bignum**fixnum that was broken when requiring lib/mathn
  [ruby-core:25740]
--
* test/test_mathn.rb (TestMathn): new test case.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@25949 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r25012 from trunk into ruby_1_9_1.</title>
<updated>2009-11-27T02:54:38+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-11-27T02:54:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=3cbe548093a46eaec53f73859545010083593baf'/>
<id>3cbe548093a46eaec53f73859545010083593baf</id>
<content type='text'>
--
* lib/cgi/cookie.rb: fixed indent.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@25944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--
* lib/cgi/cookie.rb: fixed indent.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@25944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r24984 and r24987 from trunk into ruby_1_9_1.</title>
<updated>2009-11-17T06:13:03+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-11-17T06:13:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=7d112971e27eef2ff306d0337943665694d36fc3'/>
<id>7d112971e27eef2ff306d0337943665694d36fc3</id>
<content type='text'>
--
* lib/mkmf.rb (rm_f, rm_rf): FileUtils.rm can take an array.
  [ruby-dev:39345]
--
* test/fileutils/test_fileutils.rb: add a test for [ruby-dev:39345]

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@25809 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--
* lib/mkmf.rb (rm_f, rm_rf): FileUtils.rm can take an array.
  [ruby-dev:39345]
--
* test/fileutils/test_fileutils.rb: add a test for [ruby-dev:39345]

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@25809 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r24969 from trunk into ruby_1_9_1, and adds a test for the fix.</title>
<updated>2009-11-10T17:11:36+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-11-10T17:11:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=ccb7eb0659ce75b53f6233f4e78eb4d0ea93acab'/>
<id>ccb7eb0659ce75b53f6233f4e78eb4d0ea93acab</id>
<content type='text'>
--
* lib/matrix.rb (Matrix#rank): Two bug fixes. One made
  Matrix[[0,0],[0,0],[1,0]].rank raise a NoMethodError while the other
  one had Matrix[[0,1],[0,0],[1,0]].rank raise a TypeError.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@25708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--
* lib/matrix.rb (Matrix#rank): Two bug fixes. One made
  Matrix[[0,0],[0,0],[1,0]].rank raise a NoMethodError while the other
  one had Matrix[[0,1],[0,0],[1,0]].rank raise a TypeError.

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