summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2009-01-29* parse.y (top_compstmt, top_stmts, top_stmt): prohibit BEGIN {} inmame
2009-01-16merges r21588 from trunk into ruby_1_9_1.yugui
2009-01-15merges r21571 from trunk into ruby_1_9_1.yugui
2008-12-27merges r21079 from trunk into ruby_1_9_1.yugui
2008-12-26merges r20952 from trunk into ruby_1_9_1.yugui
2008-12-26merges r20905 from trunk into ruby_1_9_1.yugui
2008-12-17merges r20782 from trunk into ruby_1_9_1.yugui
2008-12-17merges r20781 from trunk into ruby_1_9_1.yugui
2008-12-17merges r20770 from trunk into ruby_1_9_1.yugui
2008-12-13merges r20684 from trunk into ruby_1_9_1.yugui
2008-12-13merges r20593 from trunk into ruby_1_9_1.yugui
2008-12-04merges r20469 from trunk into ruby_1_9_1.yugui
2008-10-28* parse.y (parser_yylex): check EOF explicitly.mame
2008-10-24* parse.y (lambda): need to adjust lpar_beg for both of the parser andnobu
2008-10-24* parse.y (lambda): need to adjust lpar_beg for ripper as well. matz
2008-10-22* parse.y (f_larglist): should not allow semicolon separated localmatz
2008-10-21* parse.y (arg_concat_gen): concat target node should be NODE_ARRAY.ko1
2008-10-18* parse.y (opt_block_arg): allow trailing comma after usualmatz
2008-10-17* common.mk (ID_H_TARGET): phony target to update id.h.nobu
2008-10-14* parse.y (parser_yylex): allow reserved word to be keyword argument.matz
2008-10-13* parse.y (token_info_pop): show source filename. [ruby-dev:36710]naruse
2008-10-11* parse.y (parser_prepare): use utf-8 encoding directly.nobu
2008-10-10* parse.y: optimize 'for' statement when one variable given.ko1
2008-10-10* parse.y (comment_at_top): needed for ripper too.nobu
2008-10-10* parse.y (magic_comment_encoding): warns when ignored.nobu
2008-10-09 * include/ruby/ruby.h: embeds the elements of an array into itsyugui
2008-09-30* parse.y (stmt): returns non zero. [ruby-dev:36633]nobu
2008-09-29* parse.y (token_info_push, token_info_pop): do nothing for evalednobu
2008-09-26* parse.y (primary, brace_block): fix for line number.nobu
2008-09-23* include/ruby/node.h, node.h: move node.h from include path.ko1
2008-09-23* common.mk: clean upko1
2008-09-19* parse.y: strings which contain only US-ASCII don't force to havenaruse
2008-09-13* include/ruby/oniguruma.h (onigenc_get_prev_char_head): add endakr
2008-09-06* parse.y (f_block_optarg): allow default for block parameters asmatz
2008-09-06* parse.y (yylex): "1.upto 2 {|i| p i }" should be syntax error.matz
2008-09-05* include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM.matz
2008-09-03* parse.y (parser_encoding_name): defined.akr
2008-08-30* parse.y (struct token_info): constified.nobu
2008-08-30* parse.y (token_info_get_column, token_info_has_nonspaces),nobu
2008-08-30* parse.y (token_info_push): -w warns indentation level mismatch.matz
2008-08-30* parse.y: remove include pragma for "ruby/intern.h".ko1
2008-08-25* parse.y (YYSTYPE): struct RVarmap has been no longeryugui
2008-08-14* include/ruby/encoding.h (rb_enc_ispunct): added.nobu
2008-08-14* parse.y (union tmpyystype): no longer needed, since YYSTYPE isnobu
2008-08-10* configure.in,parse.y: removed garbage spaces.nobu
2008-08-04* parse.y (deferred_nodes, compstmt, arg, fixup_nodes, range_op): fixnobu
2008-08-02* parse.y (yylex): 8 and 9 in octal integer should cause compilenobu
2008-08-01* parse.y (parser_yylex): removed an useless conditional, and magicyugui
2008-07-30* parse.y (magic_comment_encoding): remove meaningless null check.mame
2008-07-30* parse.y (vtable_free): remove meaningless null check.mame