summaryrefslogtreecommitdiff
path: root/vm.c
AgeCommit message (Expand)Author
2008-07-25* vm.c (vm_invoke_proc): skip setting safe_level ifko1
2008-07-10* vm_core.h (rb_thread_t), vm.c (rb_thread_mark), process.cnobu
2008-07-08* thread.c (rb_set_coverages, rb_reset_coverages): enable and disablemame
2008-07-08* vm.c (rb_vm_mark): mark the last element of special_exceptions.mame
2008-07-03* include/ruby/intern.h: remove prototypes about coverage.mame
2008-07-03* ext/coverage/coverage.c, ext/coverage/extconf.rb: eliminatemame
2008-07-01* proc.c, vm.c: fix to refer next ruby level cfp to make binding.ko1
2008-07-01* compile.c, vm.c, insns.def: call FrozenCore.set_postexe methodko1
2008-07-01* compile.c, insns.def, vm.c, vm_core.h: remove some insnsko1
2008-06-29* vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class nameko1
2008-06-27* vm.c (vm_eval_body): if thrown exception is frozen, reraise it tonobu
2008-06-17* vm.c, vm_insnhelper.c: fix escape process with "braek" and "return"ko1
2008-06-15* vm_core.h (rb_vm_t), vm.c (rb_vm_mark): moved preallocated specialnobu
2008-06-14* gc.h (STACK_UPPER): moved from gc.cnobu
2008-06-12* thread.c, vm_core.h, vm.c, thread_pthread.c, thread_win32.c: addmame
2008-06-10* vm.c, eval_intern.h (PASS_PASSED_BLOCK):ko1
2008-06-09* include/ruby/ruby.h, vm_core.h: add a type rb_blockptr.mame
2008-06-09* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu
2008-06-09* vm_core.h (struct rb_vm_struct): moved ruby_debug, ruby_verbose, andnobu
2008-06-09* vm_core.h (struct rb_vm_struct): moved src_encoding_index.nobu
2008-06-09* vm.c (rb_thread_recycle_stack_release): reduce redundant code.nobu
2008-06-08* vm_insnhelper.c, vm.c, proc.c : revert r17021. [ruby-dev:34997]wanabe
2008-06-08* vm_insnhelper.c, vm.c, proc.c (proc_call): allow call method withwanabe
2008-06-08* array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko1
2008-06-05* gc.c (rb_objspace_alloc): this function is needed only whenmame
2008-06-01* suppress warnings on cygwin, mingw and mswin.nobu
2008-05-24* eval_method.c: renamed from vm_method.c. "vm_method.c" is includedko1
2008-05-24* compile.c (iseq_set_exception_table, NODE_WHILE, NODE_NEXT): removemame
2008-05-22* eval.c, eval_intern.h, include/ruby/intern.h, include/ruby/ruby.h,ko1
2008-05-22* vm.c (sdr, nsdr): define methods only if VMDEBUG is defined.nobu
2008-05-22* vm.c (vm_get_ruby_level_cfp): moved from eval_intern.h.nobu
2008-05-22 * eval_intern.h, vm_core.h, include/ruby/intern.h, include/ruby/ruby.h,usa
2008-05-22* eval.c, vm.c, vm_core.h, vm_insnhelper.c: specify "const".ko1
2008-05-19* vm.c (invoke_block_from_c): fix call flow.ko1
2008-05-19* vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling.ko1
2008-05-17* vm.c (Init_VM): removed the definition of Thread#initialize,yugui
2008-05-12* vm.c (collect_local_variables_in_env): remove unnecessary checkmame
2008-05-10* vm.c (env_mark): mark env->block.self. prevent SEGV when GC occurakr
2008-05-08* vm.c (rb_thread_mark): mark stat_insn_usage only when ptr is notnobu
2008-05-07* vm.c (vm_eval_body): initialize retval. [ruby-dev:34576]nobu
2008-04-30* load.c (rb_load_path), vm_core.h (rb_vm_t): moved to VM.nobu
2008-04-27* vm_core.h (rb_vm_t), gc.c (rb_objspace, rb_newobj), vm.cnobu
2008-04-01* include/ruby/node.h: add new constants for rb_call()'s scope.matz
2008-03-10* eval.c (rb_f_local_variables): local_variables should return anmatz
2008-02-05* vm.c (rb_call_super): pass a passed block when super is called viamame
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2007-12-25* iseq.c: all methods need $SAFE < 1.ko1
2007-12-25* vm.c (rb_frame_method_id_and_class): new function to get theshugo
2007-12-25* vm.c (Init_VM): remove unused code.ko1
2007-12-25* vm.c: check frame is FINAL when creating env.ko1