aboutsummaryrefslogtreecommitdiffstats
path: root/vm.c
Commit message (Expand)AuthorAgeFilesLines
* * 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