summaryrefslogtreecommitdiff
path: root/compile.c
AgeCommit message (Expand)Author
2007-07-03* compile.c (compile_array, iseq_compile_each): fix about arrayko1
2007-07-03* compile.c (compile_array): ignore NODE_ZARRAY.ko1
2007-07-03* compile.c (iseq_compile_each): support v[&b]= type method call.ko1
2007-07-03* compile.c (compile_massign): fix massign compilationko1
2007-07-02* compile.c: rename iseq_translate_direct_threaded_code()ko1
2007-07-01* compile.c, iseq.c: fix iseq some of load/store process.ko1
2007-07-01* yarvcore.h, compile.c, insnhelper.ci, iseq.c, vm.c:ko1
2007-06-30* yarvcore.h: some refactoring on rb_iseq_t.ko1
2007-06-28* compile.c: fix to remove -Wall warnings on gcc.ko1
2007-06-27* compile.c (setup_args): change parameter type.ko1
2007-06-27* compile.c (iseq_compile_each): fix popped backref and others.ko1
2007-06-27* compile.c (iseq_translate_direct_threaded_code): fix prototypeko1
2007-06-26* compile.c (iseq_compile_each): fix type error.ko1
2007-06-26* compile.c (compile_massign), insns.def (expandarray): supportko1
2007-06-26* cont.c (rb_fiber_s_new): revert initializing VM stack.ko1
2007-06-25* compile.c: rename setup_arg() to setup_args().ko1
2007-06-25* compile.c (setup_arg): support kind of "m(*ary, x)" method call.ko1
2007-06-25* insnhelper.ci, vm.c: complete block parameter support.ko1
2007-06-24* call_cfunc.ci: removed.ko1
2007-06-24* vm.c: some refactoring.ko1
2007-06-24* vm.c (callee_setup_arg): added. support correct post arg.ko1
2007-06-15* vm.c (th_yield_setup_args): |v| should work as |v,|.ko1
2007-06-10* include/ruby: moved public headers.nobu
2007-06-06* compile.c (iseq_compile_each): fix around yield argumentsko1
2007-06-05* parse.y (new_yield), compile.c (iseq_compile_each): fixko1
2007-06-05* compile.c: fixed indentation.nobu
2007-06-05* compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c,nobu
2007-05-25* eval.c (ruby_exec_internal): do nothing if no code.nobu
2007-05-21* compile.c, vm_macro.def: support tail call optimizationko1
2007-05-17* parse.y, compile.c (set_arguments): fix to support in-parenko1
2007-05-02* compile.c: use Qtrue instead of 2.ko1
2007-05-01* yarvcore.h, compile.c (set_arguments): support post arguments.ko1
2007-04-26* compile.c: support multiple splat (e.g, [a, *b, *c, e, *f]).ko1
2007-04-19* eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h:ko1
2007-04-12* compile.c (iseq_compile_each): check node->nd_state == 1, not !0.ko1
2007-04-08* compile.c (defined_expr): test arguments of NODE_CALL and sonobu
2007-04-05* compile.c (defined_expr): support for assignment.nobu
2007-03-21* compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h,ko1
2007-03-08* compile.c: iseq_compile -> rb_iseq_compile.aamine
2007-02-25* yarvcore.h:ko1
2007-02-24* parse.y, node.h, compile.c: change node tree structure. a purposeko1
2007-02-23* parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h,matz
2007-02-14* compile.c (defined_expr): no longer distinguish ordinary localmatz
2007-02-07* this commit is a result of refactoring. only renaming functions,ko1
2007-02-06* blockinlining.c, compile.c, compile.h, error.c, eval.c,ko1
2007-02-06* compile.c (iseq_compile_each): fix setting is_local flag.ko1
2007-02-06* compile.c, insns.def: remove (get|set)instancevariable2 and add ako1
2007-02-04* parse.y (rb_compose_ivar2): function to create a new ivar2matz
2007-02-04* insns.def (setclassvariable): remove unnecessary operand.matz
2007-02-02* call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,nobu