| Commit message (Expand) | Author | Age | Files | Lines |
* | * parse.y (aref_args): args may not be a list. [ruby-dev:31592] | nobu | 2007-08-29 | 1 | -1/+1 |
* | * parse.y (parser_prepare): set parser encode too when BOM exists. | nobu | 2007-08-28 | 1 | -3/+9 |
* | * parse.y, re.c: re-applied revision 13092. | nobu | 2007-08-25 | 1 | -8/+8 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -90/+109 |
* | * compile.c, insns.def, parse.y: fix massign order. This change | ko1 | 2007-08-23 | 1 | -1/+1 |
* | * parse.y (f_norm_arg): ripper has no shadowing check. | nobu | 2007-08-23 | 1 | -1/+4 |
* | * parse.y (f_norm_arg): check also nested arguments. [ruby-dev:31502] | nobu | 2007-08-23 | 1 | -1/+1 |
* | * parse.y (reg_compile_gen): obtain error info from errinfo. | nobu | 2007-08-18 | 1 | -1/+2 |
* | * parse.y: remove "//" type comment. | ko1 | 2007-08-15 | 1 | -2/+2 |
* | * parse.y: fix rules around f_margs. "make test" passes all tests. | ko1 | 2007-08-15 | 1 | -5/+5 |
* | * parse.y (internal_id_gen): internal ID must be bigger than | nobu | 2007-08-09 | 1 | -0/+1 |
* | * parse.y (stmt): check if rhs has value before assignment instead | nobu | 2007-08-09 | 1 | -50/+61 |
* | * parse.y (f_marg_list): renamed from f_marg_head. | nobu | 2007-08-09 | 1 | -10/+10 |
* | * parse.y (value_expr_gen): fix to cause "void value expression" | ko1 | 2007-08-06 | 1 | -4/+1 |
* | * parse.y: fix a f_marg rule. [ruby-dev:31160] | ko1 | 2007-08-06 | 1 | -1/+1 |
* | * parse.y (reg_compile_gen): set error if failed to compile regexp | nobu | 2007-08-02 | 1 | -6/+19 |
* | * parse.y (value_expr_gen): warn for empty expression (). | matz | 2007-07-23 | 1 | -3/+8 |
* | * parse.y (stmt, mlhs_node, lhs, arg, var_ref): return dummy | nobu | 2007-07-20 | 1 | -19/+17 |
* | * parse.y (rb_parser_append_print, rb_parser_while_loop): moved check | nobu | 2007-07-18 | 1 | -2/+6 |
* | * parse.y (bvar): semicolon was lost for ripper description. | matz | 2007-07-13 | 1 | -1/+1 |
* | * parse.y (ripper_warningS): unused in ripper right now. | nobu | 2007-07-13 | 1 | -0/+2 |
* | * parse.y (debug_lines): use rb_hash_lookup() to get rid of | nobu | 2007-07-13 | 1 | -1/+1 |
* | * parse.y (dsym): convert also literals containing NUL to | nobu | 2007-07-13 | 1 | -6/+3 |
* | * parse.y (program, stmt, primary): reduced duplicated code. | nobu | 2007-07-13 | 1 | -12/+4 |
* | * parse.y: fix node construction (around f_margs). | ko1 | 2007-07-07 | 1 | -4/+4 |
* | * parse.y (keyword_to_name): constified. | nobu | 2007-07-06 | 1 | -2/+2 |
* | * parse.y (f_marg): wrap f_norm_arg assignment node with NODE_LIST. | nobu | 2007-07-06 | 1 | -1/+1 |
* | * parse.y (mlhs_basic): use mlhs_post after tSTAR. | akr | 2007-07-05 | 1 | -1/+1 |
* | * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c, | nobu | 2007-07-05 | 1 | -129/+133 |
* | * parse.y (parser_parse_string): fix indent. | nobu | 2007-07-05 | 1 | -10/+10 |
* | * parse.y (global_symbols.last_id): reduce unused ID numbers. | nobu | 2007-07-05 | 1 | -6/+6 |
* | * include/ruby/st.h, st.c (st_init_table, st_init_table_with_size): | nobu | 2007-07-05 | 1 | -2/+2 |
* | * parse.y (mlhs_inner): new rule. [ruby-dev:31132] | akr | 2007-07-04 | 1 | -3/+14 |
* | * parse.y (parser_yylex): return non-valid token for an invalid | nobu | 2007-06-29 | 1 | -0/+1 |
* | * parse.y (stmts): fix for ripper. | nobu | 2007-06-29 | 1 | -5/+3 |
* | * parse.y: fix to show line number of blank block. | ko1 | 2007-06-29 | 1 | -0/+3 |
* | * parse.y (assoc_list): remove expanded hash literal (no splat). | matz | 2007-06-29 | 1 | -11/+0 |
* | * parse.y (dsym): return non-null NODE even if yyerror(). based on a | nobu | 2007-06-29 | 1 | -0/+1 |
* | * parse.y (assoc_list): odd number check only for NODE_ARRAY. | matz | 2007-06-28 | 1 | -1/+1 |
* | * parse.y (rb_intern2): unconstify cast. | usa | 2007-06-27 | 1 | -1/+1 |
* | * parse.y (rb_intern2): don't allocate a string object at first. | akr | 2007-06-27 | 1 | -3/+10 |
* | * include/ruby/node.h, parse.y, gc.c, iseq.c: remove NODE_CREF. | ko1 | 2007-06-27 | 1 | -1/+0 |
* | * insnhelper.ci, vm.c: complete block parameter support. | ko1 | 2007-06-25 | 1 | -3/+1 |
* | * eval.c: remove ruby_current_node and change eval() prototype. | ko1 | 2007-06-24 | 1 | -1/+0 |
* | * vm.c: some refactoring. | ko1 | 2007-06-24 | 1 | -28/+0 |
* | * parse.y (rb_intern2): ID_JUNK test based on len, not by NUL. | matz | 2007-06-21 | 1 | -2/+2 |
* | * parse.y (rb_intern2): name may not be NUL-terminated. | nobu | 2007-06-21 | 1 | -1/+1 |
* | * parse.y (rb_intern2): use rb_intern2 to intern without trailing | nobu | 2007-06-19 | 1 | -11/+7 |
* | * parse.y (yycompile): disable trace while creating ruby_debug_lines. | nobu | 2007-06-18 | 1 | -14/+23 |
* | * vm.c (th_yield_setup_args): |v| should work as |v,|. | ko1 | 2007-06-15 | 1 | -4/+38 |