summaryrefslogtreecommitdiff
path: root/compile.c
AgeCommit message (Expand)Author
2007-07-20* compile.c (iseq_set_sequence): raise SyntaxError instead of rb_bugnobu
2007-07-20* compile.c, compile.h (DECL_ANCHOR, INIT_ANCHOR): split not tonobu
2007-07-12* blockinlining.c: remove "yarv" prefix.ko1
2007-07-10* vm.c, insnhelper.ci: fix svar interface.ko1
2007-07-10* compile.c (rb_iseq_compile): formatted if/else to switch statement.nobu
2007-07-07* compile.c: use rb_bug() instead of rb_compile_error().ko1
2007-07-05* insns.def: remove unused code.ko1
2007-07-05* compile.c (iseq_compile_each): add break catch point.ko1
2007-07-05* include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c,nobu
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