summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2010-04-28* parse.y (warn_balanced): do not warn for EXPR_ENDFN.nobu
2010-04-27* parse.y (parser_read_escape): deny extra character escapes.nobu
2010-04-26* parse.y (program): check void_expr when rb_parse_in_main().mame
2010-04-26* parse.y (ripper_get_value): escape Qundef.nobu
2010-04-26* parse.y (warn_balanced): warn according to last state.nobu
2010-04-22* parse.y (warn_balanced): removed false warning.nobu
2010-04-21* parse.y (regexp): check each fragments. [ruby-core:27374]nobu
2010-04-21* parse.y (parser_yylex): reverted r27388 due to backwardnobu
2010-04-21* parse.y (parser_yylex): warn confusing binary operators afternobu
2010-04-21* parse.y (parser_yylex): abandoned EXPR_VCALL.nobu
2010-04-20* parse.y (parser_yylex): fix for tLPAREN_ARG.nobu
2010-04-20* parse.y (lex_state_e, IS_END, IS_SPCARG, parser_yylex): separatenobu
2010-04-20* parse.y (parser_yylex): simplified with IS_ARG and IS_END.nobu
2010-04-19* parse.y (parser_yylex): reduced duplicated conditions.nobu
2010-04-18* parse.y (IS_END, IS_SPCARG): macros for simplification.nobu
2010-04-18* parse.y (string_content): cond_stack and cmdarg_stack are VALUE.nobu
2010-04-18* parse.y (parser_yylex): seems like a symbol-literal when spacesnobu
2010-04-18* parse.y (string_content): preserve cond_stack and cmdarg_stack.nobu
2010-04-16* parse.y (string_content, etc): counts of CMDARG_PUSH and POP weremame
2010-03-17* parse.y (rb_intern3): get rid of type-punning cast.nobu
2010-03-16* parse.y (rb_intern3): prohibit Symbol with an invalid encoding.mame
2010-01-18* parse.y (top_compstmt, top_stmts, top_stmt): prohibit BEGIN {} inmame
2009-12-09* parse.y (dyna_pop_gen): pop dvars. [ruby-dev:39861]nobu
2009-12-04* parse.y (k_def): adjust the location of method definition to thenobu
2009-12-01* parse.y (dyna_push_gen, dyna_pop_gen): no needs to save both ofnobu
2009-11-30* parse.y (dyna_push_gen): use rb_node_newnode() for ripper.nobu
2009-11-30* parse.y (dyna_push_gen, dyna_pop_gen): adjust local vtable levelnobu
2009-11-30* parse.y (parser_yylex): suppress an extra error message afternobu
2009-11-04* parse.y (BEGIN): now local_push are local_pop are necessary innobu
2009-10-26* parse.y (ripper_filename): add Ripper#filename. [ruby-dev:37856] * test/rip...kazu
2009-10-22* parse.y (arg_prepend): removed. a patch from Mikhail T. innobu
2009-10-20* parse.y (ripper_intern): enable literal optimization.nobu
2009-10-20* parse.y (method_call): dispatch symbols. a patch from Andy Keep innobu
2009-10-20* parse.y (mlhs_basic): fixed handling splat in middle of mlhs. anobu
2009-10-20* parse.y (parser_here_document): dispatch delayed heredocnobu
2009-10-18* parse.y (is_special_global_name): add boundary check.akr
2009-10-17* parse.y (parser_yylex): fix token even after trailing under score.akr
2009-10-15* parse.y (rb_intern3): check symbol table overflow before generatenobu
2009-10-15* parse.y (rb_intern3): check symbol table overflow.nobu
2009-10-13* parse.y (token_info_push, token_info_pop): reduced ifdefs.nobu
2009-10-13* parse.y (parser_magic_comment): fixed normalization.nobu
2009-10-03* parse.y (bv_decls, bvar): fix for block variables.nobu
2009-10-02* parse.y (assignable_gen): parser_yyerror takes two arguments.nobu
2009-10-02* parse.y (assignable_gen): get rid of macro collision.nobu
2009-10-02* parse.y (ripper_yylval_id, ripper_get_{id,value}): wrap ID bynobu
2009-09-28* parse.y (parser_tokadd_string): the byte after ``\'' may be a part ofusa
2009-09-23* parse.y (assign_in_cond): also should warn assignment to dvar innobu
2009-09-18* compile.c (iseq_compile_each), parse.y (stmt, arg): arg_concat()nobu
2009-09-14* debug.c, parse.y: fixed types.nobu
2009-09-10* parse.y (rb_char_to_option_kcode): ASCII-8BIT should also delay.naruse