| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * parse.y (call_args): no allow splat after assocs. takes | matz | 2007-06-13 | 1 | -60/+0 |
* | * parse.y (do_block, brace_block): fix line numbers. [ruby-dev:30831] | nobu | 2007-06-10 | 1 | -7/+7 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -6/+6 |
* | * parse.y (call_args): allow splat argument after unpacked | matz | 2007-06-08 | 1 | -1/+65 |
* | * parse.y (new_yield), compile.c (iseq_compile_each): fix | ko1 | 2007-06-05 | 1 | -7/+3 |
* | * compile.c: fixed indentation. | nobu | 2007-06-05 | 1 | -1/+1 |
* | * compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c, | nobu | 2007-06-05 | 1 | -16/+16 |
* | * parse.y (open_args, arg_ambiguous, parser_warning): should not use | nobu | 2007-05-29 | 1 | -4/+4 |
* | * parse.y (f_arg): remove typo from ripper description. | matz | 2007-05-17 | 1 | -1/+1 |
* | * parse.y, compile.c (set_arguments): fix to support in-paren | ko1 | 2007-05-17 | 1 | -10/+12 |
* | * iseq.c (iseq_data_to_ary): internal IDs must not be exposed. | nobu | 2007-05-11 | 1 | -3/+5 |
* | * parse.y (POINTER_P): pointer may be larger than long. | nobu | 2007-05-10 | 1 | -5/+5 |
* | * parse.y: removed garbage spaces. | nobu | 2007-05-02 | 1 | -3/+3 |
* | * error.c, parse.y, ruby.h (rb_compile_warn, rb_compile_warning): warn | nobu | 2007-05-01 | 1 | -10/+10 |
* | * parse.y (assoc): result of assoc_new needs to be an assoc. | nobu | 2007-05-01 | 1 | -222/+231 |
* | * parse.y: fixes for ripper. | nobu | 2007-04-26 | 1 | -12/+12 |
* | * parse.y (symbol): symbols should be followed by EXPR_ENDARG. | matz | 2007-04-20 | 1 | -13/+16 |
* | * parse.y (parser_yylex): should set command_start after block | matz | 2007-04-16 | 1 | -0/+2 |
* | * compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h, | ko1 | 2007-03-21 | 1 | -368/+312 |
* | * parse.y (parser_yylex), win32/win32.c (rb_w32_utime): fixed | nobu | 2007-03-04 | 1 | -2/+2 |
* | * parse.y (stmt, arg): should not omit lhs of OP_ASGN1 even if | nobu | 2007-03-01 | 1 | -0/+2 |
* | * parse.y (f_arg, opt_f_block_arg): ripper should export VALUE. | aamine | 2007-02-24 | 1 | -1/+13 |
* | * parse.y (struct local_vars): remove unused nofree member from | matz | 2007-02-24 | 1 | -4/+1 |
* | * parse.y (program): remove useless assignment to reduce warning. | aamine | 2007-02-24 | 1 | -1/+0 |
* | * parse.y (lambda): remove unused clause from the rule to stop | matz | 2007-02-24 | 1 | -8/+2 |
* | * parse.y, node.h, compile.c: change node tree structure. a purpose | ko1 | 2007-02-24 | 1 | -92/+49 |
* | * parse.y (lambda): add ripper event. This fixes bus error on "make test-all". | aamine | 2007-02-23 | 1 | -10/+11 |
* | * parse.y: remove dyna_check_gen() prototype. | matz | 2007-02-23 | 1 | -2/+0 |
* | * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h, | matz | 2007-02-23 | 1 | -50/+0 |
* | * parse.y (mrhs): need to append by arg_append(). | matz | 2007-02-16 | 1 | -1/+1 |
* | * parse.y (struct local_vars): no need to warn out-of-scope | matz | 2007-02-13 | 1 | -25/+0 |
* | * parse.y: RVarmap no longer used as yytype; removed. | matz | 2007-02-13 | 1 | -20/+20 |
* | * this commit is a result of refactoring. only renaming functions, | ko1 | 2007-02-07 | 1 | -0/+2 |
* | * compile.c, insns.def: remove (get|set)instancevariable2 and add a | ko1 | 2007-02-06 | 1 | -1/+0 |
* | * parse.y (rb_compose_ivar2): function to create a new ivar2 | matz | 2007-02-04 | 1 | -8/+89 |
* | * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c, | nobu | 2007-02-02 | 1 | -3/+3 |
* | * ruby.h (SYMBOL_P): make Symbol immediate again for performance. | matz | 2007-02-02 | 1 | -54/+34 |
* | * parse.y (assignable_gen): no need to generate NODE_CVDECL. | matz | 2007-02-02 | 1 | -3/+1 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -582/+592 |
* | * eval.c (svalue_to_avalue): need to splat but no error. | matz | 2006-11-06 | 1 | -1/+1 |
* | * parse.y (arg_dup_check): vid may be nameless internal id. | matz | 2006-11-06 | 1 | -0/+1 |
* | * parse.y (parser_yylex): use particular enums. [ruby-core:09221] | nobu | 2006-10-17 | 1 | -2/+2 |
* | * parse.y (singleton): no need to re-create NODE_SELF() again. | matz | 2006-10-14 | 1 | -7/+2 |
* | * parse.y (parser_warning, parser_warn): some error message may | matz | 2006-10-14 | 1 | -3/+3 |