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