From f2e5db9a269d28dddea0b208cd6068250716bc60 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 20 Jun 2008 03:14:23 +0000 Subject: * string.c (rb_str_sub_bang): should preserve replacement points since they may be altered in the yielded block. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17466 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 643f035cc..501d439e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Jun 20 11:57:46 2008 Yukihiro Matsumoto + + * string.c (rb_str_sub_bang): should preserve replacement points + since they may be altered in the yielded block. + Fri Jun 20 11:07:56 2008 Tanaka Akira * string.c (rb_memhash): randomize hash to avoid algorithmic -- cgit