<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/irb, 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>* 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 r24258 from trunk into ruby_1_9_1.</title>
<updated>2009-08-08T10:55:48+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-08-08T10:55:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=0a628f81e1f1b666adafd37bb40733b64ff95f90'/>
<id>0a628f81e1f1b666adafd37bb40733b64ff95f90</id>
<content type='text'>
--
 * lib/irb/ruby-lex.rb: make irb be able to parse
  string_dvar. [ruby-core: 24051]

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24448 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--
 * lib/irb/ruby-lex.rb: make irb be able to parse
  string_dvar. [ruby-core: 24051]

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24448 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r24229 and r24233 from trunk into ruby_1_9_1.</title>
<updated>2009-07-26T15:33:29+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-07-26T15:33:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=a558e0b9dc715e0c13d776b71f4f9ae9586ee625'/>
<id>a558e0b9dc715e0c13d776b71f4f9ae9586ee625</id>
<content type='text'>
--
 * lib/irb.rb, lib/irb/init.rb, lib/irb/ext/save-history.rb: add
   IRB::irb_at_exit. no use finalizer saving history. [ruby-dev-38563]
--
 * lib/irb.rb: forget svn commit.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--
 * lib/irb.rb, lib/irb/init.rb, lib/irb/ext/save-history.rb: add
   IRB::irb_at_exit. no use finalizer saving history. [ruby-dev-38563]
--
 * lib/irb.rb: forget svn commit.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r23129 from trunk into ruby_1_9_1.</title>
<updated>2009-04-19T13:35:47+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-04-19T13:35:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=f5b6312ac53a689d626f80a49fb7a2b288ad140f'/>
<id>f5b6312ac53a689d626f80a49fb7a2b288ad140f</id>
<content type='text'>
--
* lib/irb/completion.rb (IRB::InputCompletor::Operators): Add
  overloadable negative operators.

* lib/irb/ruby-lex.rb (RubyLex#lex_init): Support overloadable
  negative operators.

* lib/irb/ruby-lex.rb (RubyLex#identify_identifier): Minus signs
  need to be escaped in regexp character class.

* misc/ruby-mode.el (ruby-font-lock-keywords, ruby-parse-partial):
  Support overloadable negative operators.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@23233 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--
* lib/irb/completion.rb (IRB::InputCompletor::Operators): Add
  overloadable negative operators.

* lib/irb/ruby-lex.rb (RubyLex#lex_init): Support overloadable
  negative operators.

* lib/irb/ruby-lex.rb (RubyLex#identify_identifier): Minus signs
  need to be escaped in regexp character class.

* misc/ruby-mode.el (ruby-font-lock-keywords, ruby-parse-partial):
  Support overloadable negative operators.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@23233 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r21625 from trunk into ruby_1_9_1.</title>
<updated>2009-01-17T12:19:53+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-01-17T12:19:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=26ac59cd44b75af453d0aa0f9a9c03baf171bc02'/>
<id>26ac59cd44b75af453d0aa0f9a9c03baf171bc02</id>
<content type='text'>
* lib/irb/xmp.rb: multilingualizes XMP::StringInputMethod.
  [ruby-core:21383].

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lib/irb/xmp.rb: multilingualizes XMP::StringInputMethod.
  [ruby-core:21383].

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r21485 from trunk into ruby_1_9_1.</title>
<updated>2009-01-15T15:36:57+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-01-15T15:36:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=df47c880feadee3ff5c40c5650e9b4a1e247d93b'/>
<id>df47c880feadee3ff5c40c5650e9b4a1e247d93b</id>
<content type='text'>
* lib/irb/input-method.rb: IRB did not prompt for MSwin32.
  [ruby-dev:37686].
  Patch by arton &lt;artonx AT yahoo.co.jp&gt;.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21546 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lib/irb/input-method.rb: IRB did not prompt for MSwin32.
  [ruby-dev:37686].
  Patch by arton &lt;artonx AT yahoo.co.jp&gt;.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21546 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* lib/irb/input-method.rb (IRB::StdioInputMethod#initialize):</title>
<updated>2008-12-26T08:06:33+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-12-26T08:06:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=a1a57204b0a7d7b00a5fc9712468de140bbb2c3a'/>
<id>a1a57204b0a7d7b00a5fc9712468de140bbb2c3a</id>
<content type='text'>
  removed a 'p' for debugging.


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


git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r20887 from trunk into ruby_1_9_1.</title>
<updated>2008-12-20T02:02:48+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-12-20T02:02:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=9e7ec5eafcbae57d5211ba415774536ab8bf0696'/>
<id>9e7ec5eafcbae57d5211ba415774536ab8bf0696</id>
<content type='text'>
* lib/irb/locale.rb (IRB::Locale#initialize)
  initializes instance variables to suppress warnings.
  typo fix to ignore LoadError: [ruby-dev:37508]

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lib/irb/locale.rb (IRB::Locale#initialize)
  initializes instance variables to suppress warnings.
  typo fix to ignore LoadError: [ruby-dev:37508]

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