From c734976bf2e3a54cb2d894f6c0765201fb04069c Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 24 Oct 2007 08:09:40 +0000 Subject: * parse.y (parser_tokspace): make space in token buffer. * parse.y (parser_yylex): fix encoding of single character literal. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4f8312e80..9b2727538 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Oct 24 17:09:39 2007 Nobuyoshi Nakada + + * parse.y (parser_tokspace): make space in token buffer. + + * parse.y (parser_yylex): fix encoding of single character literal. + Tue Oct 23 13:44:14 2007 Nobuyoshi Nakada * parse.y (call_args2): nd_head of NODE_BLOCK_PASS should be a list. -- cgit