aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-20 03:14:23 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-20 03:14:23 +0000
commit6b33d77c4be3d5471be60f95ec65f94aaab2dd4f (patch)
treebda037a85da5a37d0bbad1422e02cd5227cd95cc /ChangeLog
parent04739ba61744046ac145b384aa9053429c80142f (diff)
downloadruby-6b33d77c4be3d5471be60f95ec65f94aaab2dd4f.tar.gz
* string.c (rb_str_sub_bang): should preserve replacement points
since they may be altered in the yielded block. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17466 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 643f035cc3..501d439e29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jun 20 11:57:46 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * 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 <akr@fsij.org>
* string.c (rb_memhash): randomize hash to avoid algorithmic