summaryrefslogtreecommitdiff
path: root/vm.c
AgeCommit message (Expand)Author
2007-05-30* cont.c (cont_capture): store all local variables in heapko1
2007-05-21* compile.c, vm_macro.def: support tail call optimizationko1
2007-05-03* vm_evalbody.ci, insns.def, vm.c, tool/insns2vm.rb (rb_num_t):nobu
2007-05-02* vm.c, yarvcore.h, yarvcore.c, insns.def: fix to mark VM stackko1
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-25* yarvcore.h: remove rb_control_frame_t#callee_id.ko1
2007-04-19* eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h:ko1
2007-03-21* compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h,ko1
2007-03-19* regparse.c, etc.: K&R to ANSI code cleanup patch from Stefanmatz
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-25* yarvcore.h:ko1
2007-02-20* eval.c, vm.c, yarvcore.h: move definition of rb_call_super() toko1
2007-02-14* vm.(c|h), yarvcore.(c|h) (yarvGlobalStateVersion): rename toko1
2007-02-08* blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h,ko1
2007-02-07* this commit is a result of refactoring. only renaming functions,ko1
2007-02-06* blockinlining.c, compile.c, compile.h, error.c, eval.c,ko1
2007-02-05* eval_thread.c, common.mk: remove eval_thread.c.ko1
2007-02-04* parse.y (rb_compose_ivar2): function to create a new ivar2matz
2007-02-02* call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,nobu
2007-02-02* vm.c (eval_get_cvar_base): destination for class variable accessmatz
2007-01-17* some refactoring around yarvcore and proc.ko1
2007-01-16* vm.c (eval_search_super_klass): rename to search_super_klass() andko1
2007-01-16* vm.c (invoke_block): fix to specify self.ko1
2007-01-16* eval_proc.c (rb_proc_new): added.ko1
2007-01-05* benchmark/bm_app_pentomino.rb : use Array#dup instead ofko1
2006-12-31 * Merge YARVko1