From f605705d2fbe5969af797cd6b5dc800bfcd47aad Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 19 Feb 2002 06:43:34 +0000 Subject: * marshal.c (r_object): complete restoration before calling r_regist(). * parse.y (yylex): operators in the "op" rule should make lex_state EXPR_ARG on EXPR_FNAME and EXPR_DOT. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2091 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ad0826c93a..2aa91dc976 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Feb 19 14:45:32 2002 Yukihiro Matsumoto + + * marshal.c (r_object): complete restoration before calling + r_regist(). + + * 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 * variable.c (rb_cvar_set): define new class variable if it's not -- cgit v1.2.3