From 161e8358bd3e071441c2d73c87b56fa3e4284bb9 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 25 Jun 2002 09:56:36 +0000 Subject: * parse.y (string1, xstring, regexp): moved lex_strnest initialization to string_contents/xstring_contents. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 74ef88914..81566bc20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jun 25 18:53:34 2002 Nobuyoshi Nakada + + * parse.y (string1, xstring, regexp): moved lex_strnest + initialization to string_contents/xstring_contents. + Tue Jun 25 19:24:38 2002 KONISHI Hiromasa * dln.c: remove definition rb_loaderror(). -- cgit