From 8cf97c2c39526316519ce39ec778624b9672ed2b Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 24 Jun 2002 07:20:42 +0000 Subject: * eval.c (rb_eval): NODE_EVSTR is no longer used. * eval.c (eval): not enforce to make assigned variables dynamic. * parse.y (string): split rules to strings/xstring/regexp to allow arbitrary statements inside string interpolation. * parse.y (here_document): splitted into three phases. * parse.y (literall_append, literal_concat): added. append/concatinate string literals. * sample/test.rb (valid_syntax): adjust line number for BEGIN. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1c9c89515..9f98f00c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Mon Jun 24 16:16:59 2002 Nobuyoshi Nakada + + * eval.c (rb_eval): NODE_EVSTR is no longer used. + + * eval.c (eval): not enforce to make assigned variables dynamic. + + * parse.y (string): split rules to strings/xstring/regexp to allow + arbitrary statements inside string interpolation. + + * parse.y (here_document): splitted into three phases. + + * parse.y (literall_append, literal_concat): added. + append/concatinate string literals. + + * sample/test.rb (valid_syntax): adjust line number for BEGIN. + Sun Jun 23 00:19:10 2002 Tadayoshi Funaba * lib/date.rb, lib/date/format.rb, sample/cal.rb, sample/goodfriday.rb: -- cgit