From df8f0f0f0f4c226ff45ae7bed2ec55b685c5c56f Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 29 Jan 2001 05:10:42 +0000 Subject: * string.c (str_independent): should not clear str->orig here. it's too early. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1153 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4556703c2..0b00ac512 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Jan 29 01:40:27 2001 Yukihiro Matsumoto + + * string.c (str_independent): should not clear str->orig here. + it's too early. + Fri Jan 26 01:42:40 2001 Yukihiro Matsumoto * parse.y: clarify do ambiguity, bit more complex but natural -- cgit