From 7213589cbadd9147116aae71bdf8fccf7ee5df2f Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 10 Oct 2008 10:21:53 +0000 Subject: * parse.y (magic_comment_encoding): warns when ignored. * parse.y (parser_magic_comment): replaces '-' with '_'. * parse.y (parser_yylex): allows magic comments indented and the second line or later. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b92611f15..a3283db7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Fri Oct 10 19:21:50 2008 Nobuyoshi Nakada + + * parse.y (magic_comment_encoding): warns when ignored. + + * parse.y (parser_magic_comment): replaces '-' with '_'. + + * parse.y (parser_yylex): allows magic comments indented and the + second line or later. + Fri Oct 10 17:26:50 2008 NARUSE, Yui * ext/json/ext/parser/parser.c (JSON_parse_string): -- cgit