summaryrefslogtreecommitdiff
path: root/vm.c
AgeCommit message (Expand)Author
2009-03-12* vm.c (rb_vm_get_sourceline), vm_insnhelper.c (vm_throw): usenobu
2009-02-03* vm.c (vm_backtrace): always returns non-nil array if lev isnobu
2009-02-02* vm.c (vm_backtrace_each): progname is not available atnobu
2009-02-01* vm.c (vm_backtrace_each): now takes an iterator function.nobu
2009-01-19* vm_eval.c, eval.c (rb_f_block_given_p): move definition ofko1
2009-01-19* vm.c: add a prefix "rb_" to exposed functionsko1
2009-01-19* iseq.c:ko1
2009-01-19* eval.c, vm_eval.c (rb_f_local_variables): move definition from eval.cko1
2009-01-15* vm.c (rb_vm_inc_const_missing_count, ruby_vm_const_missing_count):ko1
2009-01-05* vm.c (rb_iseq_eval): fixed indent.nobu
2008-12-29* vm.c (vm_set_eval_stack, vm_set_main_stack, vm_set_top_stack):ko1
2008-12-27* vm.c (Init_VM): create and define TOPLEVEL_BINDING at first.ko1
2008-12-25* proc.c (proc_new): should use proc_dup() if block has Proc.ko1
2008-12-24* vm.c (invoke_block_from_c): fix to point right cfp.ko1
2008-12-15* vm.c (vm_backtrace): defaults to script name for C functions.nobu
2008-12-09* compile.c (iseq_compile_each), gc.c (assign_heap_slot),nobu
2008-12-05* compile.c (ruby_iseq_compile, ruby_iseq_translate_threaded_code),nobu
2008-11-21* vm.c (thread_free): th->vm may be NULL when pthread_creatematz
2008-10-12* vm.c, vm_insnhelper.h (ruby_vm_redefined_flag): apply optimizationko1
2008-09-26* vm.c (vm_jump_tag_but_local_jump): exc is not used if val is nil.nobu
2008-09-23* include/ruby/node.h, node.h: move node.h from include path.ko1
2008-09-23* include/ruby/node.h, vm_core.h: move definition ofko1
2008-09-23* common.mk: clean upko1
2008-09-15* gc.c, include/ruby/ruby.h: rename rb_register_mark_object()ko1
2008-09-08* vm.c (rb_mRubyVMFrozenCore): registered for GC.akr
2008-09-04* vm.c (thread_recycle_stack_slot, thread_recycle_stack_count):ko1
2008-09-04* vm.c (rb_vm_mark): commit miss.nobu
2008-09-04* vm_core.h (struct rb_vm_struct): replaced signal staff with trapnobu
2008-08-20* proc.c (proc_new): use the given class.nobu
2008-08-15* vm.c (Init_VM): get rid of SEGV in a trace proc.nobu
2008-08-14* vm.c (REWIND_CFP): get rid of statement expressions.nobu
2008-08-14* vm.c (Init_VM): hide FrozenCore.nobu
2008-08-13* vm.c: rewind cfp to show proper backtrace.ko1
2008-08-12* vm.c, vm_insnhelper.c (vm_define_method): moveko1
2008-08-01* vm.c (Init_BareVM): check failure of malloc().mame
2008-07-27* vm_core.h, thread.c: It is now prohibited to use Data_Get_Struct inmame
2008-07-27* include/ruby/ruby.h: add a type T_DEFERRED.ko1
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