<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/bootstraptest, 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>merges r25967, r25968 and r25969 from trunk into ruby_1_9_1. fixes a backport task #2099.</title>
<updated>2009-12-05T09:40:17+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-12-05T09:40:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=2e6152269e37b108c7b90bc1e74445ac3fca083c'/>
<id>2e6152269e37b108c7b90bc1e74445ac3fca083c</id>
<content type='text'>
--
* parse.y (dyna_push_gen, dyna_pop_gen): adjust local vtable level
  for the case of syntax errors in method name or argument inside
  do block.   [ruby-core:26961]
--
* parse.y (dyna_push_gen): use rb_node_newnode() for ripper.
  [ruby-core:26961]
--
* parse.y (dyna_push_gen, dyna_pop_gen): no needs to save both of
  args and vars.  [ruby-core:26961]

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@26014 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--
* parse.y (dyna_push_gen, dyna_pop_gen): adjust local vtable level
  for the case of syntax errors in method name or argument inside
  do block.   [ruby-core:26961]
--
* parse.y (dyna_push_gen): use rb_node_newnode() for ripper.
  [ruby-core:26961]
--
* parse.y (dyna_push_gen, dyna_pop_gen): no needs to save both of
  args and vars.  [ruby-core:26961]

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@26014 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r24659 from trunk into ruby_1_9_1.</title>
<updated>2009-10-28T16:11:12+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-10-28T16:11:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=b5717a7b71fee71e8775f987e764b40026b365c3'/>
<id>b5717a7b71fee71e8775f987e764b40026b365c3</id>
<content type='text'>
--
* vm.c (collect_local_variables_in_env): skips internal variables.
  [ruby-core:25125]

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@25545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--
* vm.c (collect_local_variables_in_env): skips internal variables.
  [ruby-core:25125]

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@25545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r24404 from trunk into ruby_1_9_1.</title>
<updated>2009-08-08T15:34:14+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-08-08T15:34:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=387aa65735c98e0432f25642a46ed74b10ce3d87'/>
<id>387aa65735c98e0432f25642a46ed74b10ce3d87</id>
<content type='text'>
--
* bootstraptest/test_exception.rb: test for [ruby-core:24767].

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--
* bootstraptest/test_exception.rb: test for [ruby-core:24767].

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r24332 and r24333 from trunk into ruby_1_9_1.</title>
<updated>2009-08-08T15:28:03+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-08-08T15:28:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=ad81b56e35f314dfe6ff1091d29c7e4a0e4ba497'/>
<id>ad81b56e35f314dfe6ff1091d29c7e4a0e4ba497</id>
<content type='text'>
--
* parse.y (literal_concat_gen): NODE_DSTR was incorrectly handled as
  NODE_STR.  [ruby-dev:38968]

* bootstraptest/test_syntax.rb: add a test for above.
--
* parse.y (literal_concat_gen): reduced unnecessary node at string
  literal concatenation with empty head dstr.  [ruby-dev:38968]

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--
* parse.y (literal_concat_gen): NODE_DSTR was incorrectly handled as
  NODE_STR.  [ruby-dev:38968]

* bootstraptest/test_syntax.rb: add a test for above.
--
* parse.y (literal_concat_gen): reduced unnecessary node at string
  literal concatenation with empty head dstr.  [ruby-dev:38968]

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r24323 from trunk into ruby_1_9_1.</title>
<updated>2009-08-08T10:56:25+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-08-08T10:56:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=c03053cea5678cb96bb7ad9e21e3676ca4cfda56'/>
<id>c03053cea5678cb96bb7ad9e21e3676ca4cfda56</id>
<content type='text'>
--
* compile.c (iseq_compile_each): fix stack consistency error.
  [ruby-core:24611]

* bootstraptest/test_method.rb: add tests for above.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24451 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--
* compile.c (iseq_compile_each): fix stack consistency error.
  [ruby-core:24611]

* bootstraptest/test_method.rb: add tests for above.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24451 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r23431 from trunk into ruby_1_9_1.</title>
<updated>2009-05-22T09:48:05+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-05-22T09:48:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=24224de18168eec57bfa5cda4489b189b7591b75'/>
<id>24224de18168eec57bfa5cda4489b189b7591b75</id>
<content type='text'>
--
* variable.c (rb_autoload_load): checks if iv_tbl is valid.
  [ruby-dev:38456]

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@23526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--
* variable.c (rb_autoload_load): checks if iv_tbl is valid.
  [ruby-dev:38456]

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@23526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r23288 from trunk into ruby_1_9_1.</title>
<updated>2009-05-11T15:06:02+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-05-11T15:06:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=c117996bc5aa666bb455cea6d1ea78080cdaba92'/>
<id>c117996bc5aa666bb455cea6d1ea78080cdaba92</id>
<content type='text'>
--
* bootstraptest/test_io.rb: test for [ruby-dev:38131].

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@23398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--
* bootstraptest/test_io.rb: test for [ruby-dev:38131].

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@23398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r22655,r22658,r22660 and r22661 from trunk into ruby_1_9_1.</title>
<updated>2009-03-04T09:19:31+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-03-04T09:19:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=ea9c5b437d5485ac48787258b745e140e39ce0f1'/>
<id>ea9c5b437d5485ac48787258b745e140e39ce0f1</id>
<content type='text'>
--
* file.c (file_load_ok): checks if regular file, except for the
  platform disallows to open directories, e.g. cygwin.
  [ruby-dev:38097], [Bug #1221]
--
* file.c (file_load_ok): cygwin allows to open directories.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@22747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--
* file.c (file_load_ok): checks if regular file, except for the
  platform disallows to open directories, e.g. cygwin.
  [ruby-dev:38097], [Bug #1221]
--
* file.c (file_load_ok): cygwin allows to open directories.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@22747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r22577, r22578 and r22642 from trunk into ruby_1_9_1.</title>
<updated>2009-03-03T11:39:35+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-03-03T11:39:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=1544df59ba1a7a3e0bb0d71ae2735431b1c026a9'/>
<id>1544df59ba1a7a3e0bb0d71ae2735431b1c026a9</id>
<content type='text'>
--
* thread.c (thread_cleanup_func): unlock all locked mutexes even when
  forking.  [ruby-core:22269]
--
* bootstraptest/test_thread.rb: fix for environment where fork is not
  available.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@22733 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--
* thread.c (thread_cleanup_func): unlock all locked mutexes even when
  forking.  [ruby-core:22269]
--
* bootstraptest/test_thread.rb: fix for environment where fork is not
  available.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@22733 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r22494 and r22495 from trunk into ruby_1_9_1.</title>
<updated>2009-02-22T14:05:31+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-02-22T14:05:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=422dd55bdb980145cbbb97da8f23defdf7e872d1'/>
<id>422dd55bdb980145cbbb97da8f23defdf7e872d1</id>
<content type='text'>
* vm_eval.c (method_missing): should not pop cfp if missing method
  is method_missing.  [ruby-core:22298]

* vm_eval.c (rb_raise_method_missing): new function to directly
  raise NoMethodError.

* vm_insnhelper.c (vm_call_method): fixed the case method_missing
  is missing.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@22551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* vm_eval.c (method_missing): should not pop cfp if missing method
  is method_missing.  [ruby-core:22298]

* vm_eval.c (rb_raise_method_missing): new function to directly
  raise NoMethodError.

* vm_insnhelper.c (vm_call_method): fixed the case method_missing
  is missing.

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