| Commit message (Expand) | Author | Age | Files | Lines |
* | merges r32239 from trunk into ruby_1_9_2. | yugui | 2011-08-11 | 1 | -2/+1 |
* | merges r32067 from trunk into ruby_1_9_2. | yugui | 2011-07-03 | 1 | -0/+13 |
* | merges r31086 from trunk into ruby_1_9_2. | yugui | 2011-05-28 | 1 | -1/+3 |
* | merges r31085 from trunk into ruby_1_9_2. | yugui | 2011-05-28 | 1 | -1/+1 |
* | merges r30805 and r30809 from trunk into ruby_1_9_2. fixes #4365 | yugui | 2011-05-11 | 1 | -0/+10 |
* | merges r30799 from trunk into ruby_1_9_2. | yugui | 2011-05-11 | 1 | -2/+5 |
* | merges r30784 from trunk into ruby_1_9_2. | yugui | 2011-05-01 | 1 | -0/+10 |
* | merges r30597 from trunk into ruby_1_9_2. | yugui | 2011-01-28 | 1 | -0/+1 |
* | merges r30381 from trunk into ruby_1_9_2. | yugui | 2011-01-16 | 1 | -0/+6 |
* | merges r29410 from trunk into ruby_1_9_2. | yugui | 2010-10-23 | 1 | -1/+2 |
* | merges r28123 from trunk into ruby_1_9_2. | yugui | 2010-06-11 | 1 | -2/+10 |
* | * parse.y (parser_tokadd_utf8, parser_tokadd_string): allow NUL | nobu | 2010-05-29 | 1 | -15/+0 |
* | * parse.y (warn_balanced, parser_yylex): no warnings after closing | nobu | 2010-05-24 | 1 | -1/+2 |
* | * parse.y (warn_balanced): no warning for singleton class. | nobu | 2010-05-23 | 1 | -1/+2 |
* | * parse.y (warn_balanced): do not warn for EXPR_ENDFN. | nobu | 2010-04-28 | 1 | -1/+1 |
* | * parse.y (parser_read_escape): deny extra character escapes. | nobu | 2010-04-27 | 1 | -0/+2 |
* | * parse.y (program): check void_expr when rb_parse_in_main(). | mame | 2010-04-26 | 1 | -3/+2 |
* | * parse.y (ripper_get_value): escape Qundef. | nobu | 2010-04-26 | 1 | -0/+1 |
* | * parse.y (warn_balanced): warn according to last state. | nobu | 2010-04-26 | 1 | -13/+13 |
* | * parse.y (warn_balanced): removed false warning. | nobu | 2010-04-22 | 1 | -1/+9 |
* | * parse.y (regexp): check each fragments. [ruby-core:27374] | nobu | 2010-04-21 | 1 | -8/+70 |
* | * parse.y (parser_yylex): reverted r27388 due to backward | nobu | 2010-04-21 | 1 | -1/+2 |
* | * parse.y (parser_yylex): warn confusing binary operators after | nobu | 2010-04-21 | 1 | -2/+18 |
* | * parse.y (parser_yylex): abandoned EXPR_VCALL. | nobu | 2010-04-21 | 1 | -11/+11 |
* | * parse.y (parser_yylex): fix for tLPAREN_ARG. | nobu | 2010-04-20 | 1 | -7/+5 |
* | * parse.y (lex_state_e, IS_END, IS_SPCARG, parser_yylex): separate | nobu | 2010-04-20 | 1 | -10/+11 |
* | * parse.y (parser_yylex): simplified with IS_ARG and IS_END. | nobu | 2010-04-20 | 1 | -5/+3 |
* | * parse.y (parser_yylex): reduced duplicated conditions. | nobu | 2010-04-19 | 1 | -5/+3 |
* | * parse.y (IS_END, IS_SPCARG): macros for simplification. | nobu | 2010-04-18 | 1 | -19/+15 |
* | * parse.y (string_content): cond_stack and cmdarg_stack are VALUE. | nobu | 2010-04-18 | 1 | -4/+4 |
* | * parse.y (parser_yylex): seems like a symbol-literal when spaces | nobu | 2010-04-18 | 1 | -1/+2 |
* | * parse.y (string_content): preserve cond_stack and cmdarg_stack. | nobu | 2010-04-18 | 1 | -8/+12 |
* | * parse.y (string_content, etc): counts of CMDARG_PUSH and POP were | mame | 2010-04-16 | 1 | -4/+6 |
* | * parse.y (rb_intern3): get rid of type-punning cast. | nobu | 2010-03-17 | 1 | -2/+3 |
* | * parse.y (rb_intern3): prohibit Symbol with an invalid encoding. | mame | 2010-03-16 | 1 | -0/+4 |
* | * parse.y (top_compstmt, top_stmts, top_stmt): prohibit BEGIN {} in | mame | 2010-01-18 | 1 | -20/+69 |
* | * parse.y (dyna_pop_gen): pop dvars. [ruby-dev:39861] | nobu | 2009-12-09 | 1 | -4/+15 |
* | * parse.y (k_def): adjust the location of method definition to the | nobu | 2009-12-04 | 1 | -2/+6 |
* | * parse.y (dyna_push_gen, dyna_pop_gen): no needs to save both of | nobu | 2009-12-01 | 1 | -27/+45 |
* | * parse.y (dyna_push_gen): use rb_node_newnode() for ripper. | nobu | 2009-11-30 | 1 | -1/+1 |
* | * parse.y (dyna_push_gen, dyna_pop_gen): adjust local vtable level | nobu | 2009-11-30 | 1 | -38/+27 |
* | * parse.y (parser_yylex): suppress an extra error message after | nobu | 2009-11-30 | 1 | -4/+5 |
* | * parse.y (BEGIN): now local_push are local_pop are necessary in | nobu | 2009-11-04 | 1 | -4/+1 |
* | * parse.y (ripper_filename): add Ripper#filename. [ruby-dev:37856] * test/rip... | kazu | 2009-10-26 | 1 | -0/+19 |
* | * parse.y (arg_prepend): removed. a patch from Mikhail T. in | nobu | 2009-10-22 | 1 | -1/+0 |
* | * parse.y (ripper_intern): enable literal optimization. | nobu | 2009-10-20 | 1 | -7/+1 |
* | * parse.y (method_call): dispatch symbols. a patch from Andy Keep in | nobu | 2009-10-20 | 1 | -4/+4 |
* | * parse.y (mlhs_basic): fixed handling splat in middle of mlhs. a | nobu | 2009-10-20 | 1 | -1/+2 |
* | * parse.y (parser_here_document): dispatch delayed heredoc | nobu | 2009-10-20 | 1 | -20/+49 |
* | * parse.y (is_special_global_name): add boundary check. | akr | 2009-10-18 | 1 | -1/+1 |