summaryrefslogtreecommitdiff
path: root/insns.def
AgeCommit message (Expand)Author
2007-04-02* insns.def (throw), thread.c, yarvcore.h (throwed_errinfo): fixednobu
2007-02-26* yarvcore.h, vm.h: rename th_invoke_yield() to th_yield().ko1
2007-02-25* yarvcore.h: add rb_thread_t#top_wrapper, top_self.ko1
2007-02-23* parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h,matz
2007-02-06* blockinlining.c, compile.c, compile.h, error.c, eval.c,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
2007-02-02* insns.def (setclassvariable): remove warn argument.matz
2007-01-16* vm.c (eval_search_super_klass): rename to search_super_klass() andko1
2007-01-06* insns.def (send) : fix to optimize send() with Symbol.ko1
2007-01-06* insns.def : support direct method dispatch with "send" or "funcall".ko1
2007-01-05* compile.c, compile.h : add ADD_CALL_RECEIVER() macro.ko1
2006-12-31 * Merge YARVko1