From 94945f9d62b8decd93c15602f28269d4fe399a70 Mon Sep 17 00:00:00 2001 From: yugui Date: Wed, 28 Oct 2009 14:15:07 +0000 Subject: merges r24569 from trunk into ruby_1_9_1. -- * parse.y (lex_get_str, lex_io_gets, rb_parser_compile_string): must be ascii compatible. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@25535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 041aa2cb4..f80b88758 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Aug 17 14:35:03 2009 Nobuyoshi Nakada + + * parse.y (lex_get_str, lex_io_gets, rb_parser_compile_string): + must be ascii compatible. + Sun Aug 16 23:58:22 2009 Nobuyoshi Nakada * parse.y (yylex): should dispatch scan-event even when follows -- cgit