From f46afe265bec6611a33b7f66bdf276591b2be22e Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 17 Aug 2009 05:35:10 +0000 Subject: * 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/trunk@24569 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 30322c189..5dc0e0bb7 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. + Mon Aug 17 10:37:41 2009 NARUSE, Yui * regparse.c (add_code_range_to_buf0): added with checkdup argument. -- cgit