aboutsummaryrefslogtreecommitdiffstats
path: root/compile.c
Commit message (Expand)AuthorAgeFilesLines
* * call_cfunc.ci: removed.ko12007-06-241-17/+0
* * vm.c: some refactoring.ko12007-06-241-29/+10
* * vm.c (callee_setup_arg): added. support correct post arg.ko12007-06-241-93/+55
* * vm.c (th_yield_setup_args): |v| should work as |v,|.ko12007-06-151-1/+1
* * include/ruby: moved public headers.nobu2007-06-101-2/+2
* * compile.c (iseq_compile_each): fix around yield argumentsko12007-06-061-7/+3
* * parse.y (new_yield), compile.c (iseq_compile_each): fixko12007-06-051-7/+2
* * compile.c: fixed indentation.nobu2007-06-051-17/+19
* * compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c,nobu2007-06-051-1623/+1639
* * eval.c (ruby_exec_internal): do nothing if no code.nobu2007-05-251-4/+4
* * compile.c, vm_macro.def: support tail call optimizationko12007-05-211-11/+43
* * parse.y, compile.c (set_arguments): fix to support in-parenko12007-05-171-6/+23
* * compile.c: use Qtrue instead of 2.ko12007-05-021-2/+3
* * yarvcore.h, compile.c (set_arguments): support post arguments.ko12007-05-011-0/+77
* * compile.c: support multiple splat (e.g, [a, *b, *c, e, *f]).ko12007-04-261-51/+58
* * eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h:ko12007-04-191-1/+17
* * compile.c (iseq_compile_each): check node->nd_state == 1, not !0.ko12007-04-121-1/+1
* * compile.c (defined_expr): test arguments of NODE_CALL and sonobu2007-04-081-4/+7
* * compile.c (defined_expr): support for assignment.nobu2007-04-051-75/+137
* * compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h,ko12007-03-211-506/+110
* * compile.c: iseq_compile -> rb_iseq_compile.aamine2007-03-081-2/+1
* * yarvcore.h:ko12007-02-251-40/+62
* * parse.y, node.h, compile.c: change node tree structure. a purposeko12007-02-241-9/+106
* * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h,matz2007-02-231-14/+5
* * compile.c (defined_expr): no longer distinguish ordinary localmatz2007-02-141-3/+1
* * this commit is a result of refactoring. only renaming functions,ko12007-02-071-21/+11
* * blockinlining.c, compile.c, compile.h, error.c, eval.c,ko12007-02-061-78/+78
* * compile.c (iseq_compile_each): fix setting is_local flag.ko12007-02-061-1/+1
* * compile.c, insns.def: remove (get|set)instancevariable2 and add ako12007-02-061-21/+9
* * parse.y (rb_compose_ivar2): function to create a new ivar2matz2007-02-041-0/+22
* * insns.def (setclassvariable): remove unnecessary operand.matz2007-02-041-3/+2
* * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,nobu2007-02-021-14/+14
* * ruby.h (SYMBOL_P): make Symbol immediate again for performance. matz2007-02-021-2/+1
* * parse.y (assignable_gen): no need to generate NODE_CVDECL.matz2007-02-021-3/+2
* * some refactoring around yarvcore and proc.ko12007-01-171-1/+1
* * insns.def : support direct method dispatch with "send" or "funcall".ko12007-01-061-0/+5
* * compile.c, compile.h : add ADD_CALL_RECEIVER() macro.ko12007-01-051-8/+9
* * compile.c (iseq_compile_each, set_block_local_tbl) :ko12007-01-051-37/+74
* * Merge YARVko12006-12-311-0/+4914