summaryrefslogtreecommitdiff
path: root/vm.c
AgeCommit message (Expand)Author
2010-04-15* vm.c (vm_backtrace_each): get rid of use of malloc from signalnobu
2010-03-16* compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c: add absolutemame
2010-02-20* vm.c (vm_backtrace_each): use called_id when method definitionmatz
2010-02-17* vm_insnhelper.c (vm_call_cfunc): removed unused variable.nobu
2010-02-12* vm.c (thread_free): fixed typo.nobu
2010-02-11* vm.c (vm_exec): reset thread state before restarting vm loopnobu
2010-02-10* vm.c (vm_exec): temporarily revert r26628, which causes SEGV whenmame
2010-02-09* vm.c (vm_exec): reset thread state before starting vm loop.nobu
2010-01-30* vm.c (rb_vm_invoke_proc): removed unused variable.nobu
2010-01-26* vm.c (rb_vm_invoke_proc): this function must not catch TAG_RETURNmame
2010-01-24* eval.c, vm.c, vm_eval.c, vm_insnhelper.c: fix issues aboutko1
2010-01-23* thread.c (thread_start_func_2): unlock all locking mutexesnobu
2010-01-05removes the dtrace support. reverts r26239, r26238 and r26235.yugui
2010-01-04* gc.c: added UNLIKELY to probes for optimization.yugui
2010-01-03* trace.h: new file. wraps tracing mechanisms.yugui
2009-12-21* encoding.c (Init_Encoding): undef Encoding.new becausenaruse
2009-11-24* vm.c (ruby_vm_destruct, thread_memsize): fix argument type to makemame
2009-11-07* vm_insnhelper.c (vm_push_frame): get rid of out-of-boundsnobu
2009-10-26* vm.c (invoke_block_from_c): return Qnil when its iseq isnaruse
2009-09-21* compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,nobu
2009-09-21* proc.c (proc_binding): allow proc from method. [ruby-core:25589]nobu
2009-09-18* common.mk (eval.o): needs vm.h.nobu
2009-09-09* include/ruby/ruby.h (rb_data_type_struct): constified dsize.nobu
2009-09-08* vm.c (rb_thread_mark): mark callers iseqs. [ruby-core:25474]nobu
2009-09-07* vm.c (sdr, nsdr): nodoc.nobu
2009-09-06* compile.c (iseq_specialized_instruction), insns.def (opt_size):ko1
2009-08-28* method.h (rb_method_definition_t): split from rb_method_entry_tnobu
2009-08-26* vm.c (collect_local_variables_in_env): skips internal variables.nobu
2009-08-16* vm.c (vm_backtrace_each, vm_backtrace_push),nobu
2009-08-13* vm.c (vm_exec): returning from lambda runs ensure section.wanabe
2009-08-12* insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h: checkko1
2009-07-16* id.c (Init_id), vm.c (vm_exec): @#__ThrowState__ is no longernobu
2009-07-15* method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko1
2009-07-07* include/ruby/ruby.h:ko1
2009-07-07* vm.c ({env,vm,thread}_data_type): constified.nobu
2009-06-22* compile.c (iseq_set_arguments, iseq_compile_each): internalnobu
2009-06-16* iseq.c (iseq_memsize): added. Use RTypedData instead of RDatako1
2009-05-17* ruby.c (ruby_script): sets also VM toplevel program name.nobu
2009-05-17* vm.c (rb_vm_get_sourceline): should not access out of bound.nobu
2009-05-13* gc.c: add longlife garbage collection. [ruby-dev:38423]nari
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