From 5683d8b48e4bcc6b050202381bf7a5aaf5646aff Mon Sep 17 00:00:00 2001 From: zzak Date: Sat, 6 Oct 2012 19:48:51 +0000 Subject: [PATCH] * 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 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index d65ffbb53d..5d63a46f28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Oct 7 04:37:00 2012 Zachary Scott + + * 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 * vm_opts.h (OPT_GLOBAL_METHOD_CACHE): new build option to