From 7d80fb90ec405ba52fa9749721d0f8bcd08b070e Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 15 Oct 2001 15:15:45 +0000 Subject: * parse.y (yylex): disallow alpha-numeric and mbchar for terminator of %string. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1785 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8a7384436..f73d193e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 16 00:07:06 2001 Nobuyoshi Nakada + + * parse.y (yylex): disallow alpha-numeric and mbchar for + terminator of %string. + Wed Oct 10 03:11:47 2001 Yukihiro Matsumoto * file.c (rb_stat_clone): should copy internal data too. -- cgit