aboutsummaryrefslogtreecommitdiffstats
path: root/insns.def
Commit message (Expand)AuthorAgeFilesLines
* * insns.def (throw), thread.c, yarvcore.h (throwed_errinfo): fixednobu2007-04-021-1/+1
* * yarvcore.h, vm.h: rename th_invoke_yield() to th_yield().ko12007-02-261-2/+2
* * yarvcore.h: add rb_thread_t#top_wrapper, top_self.ko12007-02-251-0/+1
* * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h,matz2007-02-231-11/+2
* * blockinlining.c, compile.c, compile.h, error.c, eval.c,ko12007-02-061-17/+17
* * compile.c, insns.def: remove (get|set)instancevariable2 and add ako12007-02-061-34/+12
* * parse.y (rb_compose_ivar2): function to create a new ivar2matz2007-02-041-0/+38
* * insns.def (setclassvariable): remove unnecessary operand.matz2007-02-041-7/+2
* * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,nobu2007-02-021-1/+1
* * insns.def (setclassvariable): remove warn argument.matz2007-02-021-1/+1
* * vm.c (eval_search_super_klass): rename to search_super_klass() andko12007-01-161-2424/+2424
* * insns.def (send) : fix to optimize send() with Symbol.ko12007-01-061-1/+2
* * insns.def : support direct method dispatch with "send" or "funcall".ko12007-01-061-1/+27
* * compile.c, compile.h : add ADD_CALL_RECEIVER() macro.ko12007-01-051-3/+10
* * Merge YARVko12006-12-311-0/+2390