From bc3eee5b2e43ad3c3c38a61a47ba6a034fe3b5d5 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 19 Feb 2002 05:39:06 +0000 Subject: * parse.y (yylex): operators in the "op" rule should make lex_state EXPR_ARG on EXPR_FNAME and EXPR_DOT. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2090 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 31ce08412..736735f55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 19 14:24:36 2002 Yukihiro Matsumoto + + * parse.y (yylex): operators in the "op" rule should make + lex_state EXPR_ARG on EXPR_FNAME and EXPR_DOT. + Tue Feb 19 13:38:10 2002 Yukihiro Matsumoto * eval.c (rb_eval_string_wrap): should hide the toplevel local -- cgit