summaryrefslogtreecommitdiff
path: root/vm.c
AgeCommit message (Expand)Author
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
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