summaryrefslogtreecommitdiff
path: root/vm_dump.c
AgeCommit message (Expand)Author
2010-12-08* vm_dump.c (rb_vm_bugreport): suppress a warning.nobu
2010-11-30* vm_dump.c: undef HAVE_BACKTRACE when the OS is FreeBSD (in othernaruse
2010-11-27* vm_dump.c (rb_vm_bugreport): see CrashReport log on Mac OS X.nobu
2010-11-26* addr2line.c: added to show source filename and line number ofnaruse
2010-11-26* vm_dump.c (dump_thread): get only required rights of the targetusa
2010-11-26* vm_dump.c (dump_thread): show the displacement from the beginningusa
2010-11-26* vm_dump.c (dump_thread): follow the output of glibc.usa
2010-11-26* vm_dump.c (dump_thread): seems to be necessary the 3rd argument ofusa
2010-11-11* fix type warnings.nobu
2010-10-23* vm_dump.c (rb_vm_bugreport): fix to add bug outputs.ko1
2010-10-13* vm_dump.c (dump_thread): suppress a warning.nobu
2010-10-12* configure.in (RUBY_CHECK_PRINTF_PREFIX): check for printf formatnobu
2010-10-12* vm_dump.c (dump_thread): foolish mistake.usa
2010-09-30* vm_dump.c (dump_thread): fixed wrong type of return value ofusa
2010-09-29* vm_dump.c (dump_thread): remove ununsed optional arguments.usa
2010-09-28* vm_dump.c (rb_vm_bugreport): add windows support.usa
2010-05-11* eval_intern.h (rb_vm_get_sourceline): add prototype.nobu
2010-04-15* vm_dump.c (bugreport_backtrace): ditto.nobu
2010-01-27* vm_dump.c (bugreport_backtrace): trivial change.kazu
2009-09-21* compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,nobu
2009-08-28* method.h (rb_method_definition_t): split from rb_method_entry_tnobu
2009-08-16* vm_dump.c (bugreport_backtrace): rb_backtrace_iter_func nownobu
2009-07-15* method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko1
2009-05-27* vm_dump.c (rb_vm_bugreport): no empty lines.nobu
2009-04-01* vm_dump.c (rb_vm_bugreport): should not #include inside anobu
2009-03-12* array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu
2009-02-01* vm.c (vm_backtrace_each): now takes an iterator function.nobu
2009-01-19* vm_dump.c (vm_stack_dump_each): used only if debug mode.nobu
2009-01-19* vm.c: add a prefix "rb_" to exposed functionsko1
2009-01-19* vm_dump.c: add a prefix "rb_vmdebug_" toko1
2009-01-19* iseq.c:ko1
2009-01-17* vm_dump.c (vm_stack_dump_each): initialized at declarations.nobu
2008-12-24* error.c, vm_dump.c: change message by rb_bug().ko1
2008-12-09* compile.c (iseq_compile_each), gc.c (assign_heap_slot),nobu
2008-11-08* vm_dump.c (control_frame_dump): suppresses finished method name.nobu
2008-09-23* include/ruby/node.h, node.h: move node.h from include path.ko1
2008-09-23* common.mk: clean upko1
2008-09-04* vm_dump.c: rename some debug functions.ko1
2008-07-12* configure.in (sizeof ptrdiff_t): check for size of ptrdiff_t.nobu
2008-06-29* vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class nameko1
2008-06-15* vm_dump.c (vm_stack_dump_raw): disable verbose debug output.ko1
2008-06-10* vm.c, eval_intern.h (PASS_PASSED_BLOCK):ko1
2008-06-09* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu
2008-06-01* insns.def (DEFINE_INSN): subtract of pointers is ptrdiff_t.naruse
2008-05-31* suppress warnings with -Wwrite-string.nobu
2008-05-25* vm_dump.c (rb_vm_bugreport): rb_make_backtrace has no arguments.nobu
2008-05-24* eval_method.c: renamed from vm_method.c. "vm_method.c" is includedko1
2008-05-23* vm_dump.c (vm_stack_dump_raw): suppress warnings.nobu
2008-05-19* vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling.ko1
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr