From a77d088cf6a87326e5adad3d46bf70cc22861a3a 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: svn+ssh://ci.ruby-lang.org/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 b92611f157..a3283db7ac 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 v1.2.3