0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 20 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #12 from macmartine/master More... over 12 years ago
Merge pull request #14 from nobu/master More... over 12 years ago
leave terminated threads unmarked but delete corresponding debug_context. More... over 12 years ago
is_thread_alive() never raise an exception anymore. More... over 12 years ago
use st_clear. More... over 12 years ago
arguments of st_foreach callback are st_data_t. More... over 12 years ago
balanced conditional parens. More... over 12 years ago
define no-arguments functions properly, not without argument info. More... over 12 years ago
use rb_iseq_line_no() if available. More... over 12 years ago
Revert "use rb_iseq_line_no()." More... over 12 years ago
use struct iseq_line_info_entry. More... over 12 years ago
use rb_iseq_line_no(). More... over 12 years ago
fix indent. More... over 12 years ago
current thread is invariant. More... over 12 years ago
Binding is typed data now. More... over 12 years ago
store Thread itself in debug_context_t, not object ID. More... over 12 years ago
check if the method is still defined using rb_method_boundp(). More... over 12 years ago
use rb_mark_tbl(). More... over 12 years ago
removed trailing spaces. More... over 12 years ago
get the current thread with rb_thread_current(). More... over 12 years ago
check typed data with the current thread. More... over 12 years ago
remove an unused variable. More... over 12 years ago
build RUBY_REVISION may differ from target. More... over 12 years ago
fix macro name. More... over 12 years ago
check necessary functions. More... over 12 years ago
check necessary struct members. More... over 12 years ago
follow to the change in 2 years ago. More... over 12 years ago
Typo correction: removing two consecutive 'is's in rdb 'help restart' description. More... almost 13 years ago
move version logic from ruby_debug.c to extconf.rb (because RUBY_VERSION_* may be undefined) More... about 13 years ago
fix obvious issue: add the filepath argument if needed to rb_iseq_compile_with_option More... about 13 years ago