aboutsummaryrefslogtreecommitdiffstats
path: root/vm_backtrace.c
Commit message (Expand)AuthorAgeFilesLines
...
* * thread.c: add `Thread#backtrace_locations' method.ko12012-11-191-53/+52
* internal.h: allocator function in rb_classext_tnobu2012-09-081-3/+1
* * vm_backtrace.c (backtrace_collect): rename from backtreace_collectkazu2012-06-151-5/+5
* * vm_core.h: remove VM_FRAME_MAGIC_FINISH (finish frame type).ko12012-06-151-2/+1
* * compile.c (iseq_set_sequence): nonstatic initializer of anshyouhei2012-06-111-1/+1
* * remove trailing spaces.nobu2012-06-081-1/+1
* * vm_core.h (rb_location_t): fix type and field name.ko12012-06-041-12/+12
* * vm_backtrace.c: change names.ko12012-06-021-194/+175
* * common.mk: fix to build vm_backtrace.c only itself (vm_backtrace.cko12012-06-021-4/+133
* * vm_backtrace.c: added. Separate backtrace related functions toko12012-06-021-0/+725