ruby-changes:14247
From: naruse <ko1@a...>
Date: Sun, 13 Dec 2009 20:34:15 +0900 (JST)
Subject: [ruby-changes:14247] Ruby:r26070 (trunk): * ruby.c (rb_parser_dump_tree): add prototype.
naruse 2009-12-13 20:29:33 +0900 (Sun, 13 Dec 2009) New Revision: 26070 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=26070 Log: * ruby.c (rb_parser_dump_tree): add prototype. Modified files: trunk/ChangeLog trunk/ruby.c Index: ChangeLog =================================================================== --- ChangeLog (revision 26069) +++ ChangeLog (revision 26070) @@ -1,3 +1,7 @@ +Sun Dec 13 20:26:57 2009 NARUSE, Yui <naruse@r...> + + * ruby.c (rb_parser_dump_tree): add prototype. + Thu Dec 10 20:55:55 2009 Martin Duerst <duerst@i...> * transcode_data.h, transcode.c, tool/transcode-tblgen.rb: Added @@ -2,3 +6,3 @@ support for new transcoding instruction FUNsio (with Tatsuya Mizuno) - + * enc/trans/gb18030.trans: Significantly reduced GB18030 conversion @@ -43,7 +47,7 @@ * node.c: node management added. Currently, only pretty-dumper is implemented. [ruby-dev:39853] - + * ruby.c: --dump=parsetree and --dump=parsetree_with_comment options added. This is just for debug or research purpose. Note that the compatibility of these options are not supported at all. @@ -89,7 +93,7 @@ Mon Dec 7 13:05:59 2009 Yuki Sonoda (Yugui) <yugui@y...> * string.c (rb_str_justify): CVE-2009-4124. - Fixes a bug reported by + Fixes a bug reported by Emmanouel Kellinis <Emmanouel.Kellinis AT kpmg.co.uk>, KPMG London; Patch by nobu. Index: ruby.c =================================================================== --- ruby.c (revision 26069) +++ ruby.c (revision 26070) @@ -1216,6 +1216,7 @@ } void rb_stdio_set_default_encoding(void); +VALUE rb_parser_dump_tree(NODE *node, int comment); static VALUE process_options(int argc, char **argv, struct cmdline_options *opt) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/