From f8410c5b50b5a4ccc9477f7e7a7e85ade2e97fc2 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/branches/ruby_1_8@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 b44a55ef9..590fc0897 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Feb 22 07:25:18 2005 Nobuyoshi Nakada + + * parse.y (parser_yylex): identfier after dot must not be a variable. + Mon Feb 21 10:04:49 2005 NAKAMURA Usaku * {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl. @@ -101,7 +105,7 @@ Mon Feb 14 23:58:17 2005 Kouhei Sutou Mon Feb 14 13:12:38 2005 GOTOU Yuuzou - * ext/openssl/lib/openssl/ssl.rb + * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLSocket#post_connection_check): new method. Mon Feb 14 00:40:49 2005 Masatoshi SEKI -- cgit