From 8a75e12370dee38b06a6ed62beec0a12ab810840 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 30 Jan 2007 08:02:30 +0000 Subject: * string.c (rb_str_sub_bang): calling rb_str_modify() should be just before actually modifying the string. fixed: [ruby-dev:30211] (originally reported by zunda) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cdd3fec29..5596eed30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Jan 30 17:01:21 2007 NAKAMURA Usaku + + * string.c (rb_str_sub_bang): calling rb_str_modify() should be just + before actually modifying the string. + fixed: [ruby-dev:30211] (originally reported by zunda) + Tue Jan 30 13:24:06 2007 Yukihiro Matsumoto * numeric.c (int_pred): add Integer#pred corresponding -- cgit