From 79617fc9e26a64ee6d97cf7f7d6b9764116dd966 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 21 Feb 2005 22:25:28 +0000 Subject: * parse.y (parser_yylex): identfier after dot must not be a variable. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7f99cc87d..b10d34e88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Feb 22 07:24:57 2005 Nobuyoshi Nakada + + * parse.y (parser_yylex): identfier after dot must not be a variable. + Mon Feb 21 18:31:12 2005 Hidetoshi NAGAI * signal.c: Standard signal handlers ignore signals on non-Ruby native @@ -5,7 +9,7 @@ Mon Feb 21 18:31:12 2005 Hidetoshi NAGAI standard signal handlers), the handler for the signal is marked as it cannot accept non-Ruby native threads. If a handler can treat all signals on all native threads, please use ruby_nativethread_signal() - to entry it. + to entry it. Sun Feb 20 00:48:48 2005 Tanaka Akira -- cgit