* string.c (rb_str_match):

Clarify behavior for captured strings and local variable assignment
  Patch by Marcus Stollsteimer [ruby-dev:47668] [Bug #7062]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37111 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
zzak 2012-10-06 19:48:51 +00:00
parent bdbd1f847a
commit 5683d8b48e

View File

@ -1,3 +1,9 @@
Sun Oct 7 04:37:00 2012 Zachary Scott <zzak@ruby-lang.org>
* string.c (rb_str_match):
Clarify behavior for captured strings and local variable assignment
Patch by Marcus Stollsteimer [ruby-dev:47668] [Bug #7062]
Sat Oct 6 18:31:36 2012 Shugo Maeda <shugo@ruby-lang.org>
* vm_opts.h (OPT_GLOBAL_METHOD_CACHE): new build option to