aboutsummaryrefslogtreecommitdiffstats
path: root/vm.c
Commit message (Expand)AuthorAgeFilesLines
* * regparse.c, etc.: K&R to ANSI code cleanup patch from Stefanmatz2007-03-191-1/+1
* * yarvcore.h, vm.h: rename th_invoke_yield() to th_yield().ko12007-02-261-6/+7
* * yarvcore.h: add rb_thread_t#top_wrapper, top_self.ko12007-02-251-4/+2
* * yarvcore.h:ko12007-02-251-3/+3
* * eval.c, vm.c, yarvcore.h: move definition of rb_call_super() toko12007-02-201-1/+7
* * vm.(c|h), yarvcore.(c|h) (yarvGlobalStateVersion): rename toko12007-02-141-0/+2
* * blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h,ko12007-02-081-37/+37
* * this commit is a result of refactoring. only renaming functions,ko12007-02-071-16/+64
* * blockinlining.c, compile.c, compile.h, error.c, eval.c,ko12007-02-061-109/+167
* * eval_thread.c, common.mk: remove eval_thread.c.ko12007-02-051-2/+2
* * parse.y (rb_compose_ivar2): function to create a new ivar2matz2007-02-041-1/+1
* * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,nobu2007-02-021-6/+5
* * vm.c (eval_get_cvar_base): destination for class variable accessmatz2007-02-021-14/+3
* * some refactoring around yarvcore and proc.ko12007-01-171-5/+3
* * vm.c (eval_search_super_klass): rename to search_super_klass() andko12007-01-161-21/+30
* * vm.c (invoke_block): fix to specify self.ko12007-01-161-4/+4
* * eval_proc.c (rb_proc_new): added.ko12007-01-161-53/+38
* * benchmark/bm_app_pentomino.rb : use Array#dup instead ofko12007-01-051-2/+2
* * Merge YARVko12006-12-311-0/+1722