index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
backtrace.c
Age
Commit message (
Expand
)
Author
2017-05-26
Use RData instead of String to represent backtrace.
Yukihiro "Matz" Matsumoto
2017-05-25
Check backtrace info may not be set (esp. NoMemError); fix #3663
Yukihiro "Matz" Matsumoto
2017-05-23
Simplify backtrace mechanism; fix #3633 #3634 #3644
Yukihiro "Matz" Matsumoto
2017-05-23
Remove class info from backtrace lines.
Yukihiro "Matz" Matsumoto
2017-05-23
Type check before `print_backtrace()`
Yukihiro "Matz" Matsumoto
2017-05-15
Avoid call to_s during backtrace traversal
Craig Lehmann
2017-04-25
Avoid use of `snprintf()` when DISABLE_STDIO is set; fix #3632
Yukihiro "Matz" Matsumoto
2017-04-03
Unify `else` clause style
Yukihiro "Matz" Matsumoto
2017-03-25
Fix lost lineno
ksss
2017-03-20
Use `snprintf()` to stringify fixnum numbers; fix #3492
Yukihiro "Matz" Matsumoto
2017-03-04
Save/restore arena index in the loop.
Yukihiro "Matz" Matsumoto
2017-02-15
Preallocate SystemStackError; ref #3421
Yukihiro "Matz" Matsumoto
2017-02-08
Check if irep is NULL before print_backtrace()
Yukihiro "Matz" Matsumoto
2017-01-23
Skip non string values in backtraces; ref #3408
Yukihiro "Matz" Matsumoto
2016-11-24
Fixes for compiling mruby as C++
Tomasz Dąbrowski
2016-03-07
change backtrace sep from const char* to char
Yukihiro "Matz" Matsumoto
2016-03-06
Revert "Merge pull request #3126 from jbreeden/backtrace_irep_null_check"
Kouhei Sutou
2016-03-05
Fix Travis CI
jbreeden
2016-03-05
Null check for irep & initialize loc.lineno
jbreeden
2016-02-26
The original code crashed when mrb->backtrace.n grew to 16.
Carlo Prelz
2016-01-07
Fix segfault on mrb_exc_backtrace.
Simon Génier
2016-01-07
printf precision parameter must be 'int' type
Syohei YOSHIDA
2015-12-29
Support backtrace after method calls
Kouhei Sutou
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-11-17
DISABLE_STDIO/ENABLE_DEBUG macros to rename; close #3014
Yukihiro "Matz" Matsumoto
2015-02-12
DISABLE_STDIO does not disable backtraces.
Simon Génier
2015-02-05
Fix possible segfault when accessing backtrace with MRB_WORD_BOXING.
Simon Génier
2014-08-04
add MRB_API modifiers to mruby API functions
Yukihiro "Matz" Matsumoto
2014-07-15
backtrace supression condition was wrong; fix #2472
Yukihiro "Matz" Matsumoto
2014-07-12
avoid print backtrace for SystemStackError
Yukihiro "Matz" Matsumoto
2014-06-13
Fixed dead assignment in 'backtrace.c' reported by 'clang-analyzer'
Jose Narvaez
2014-04-29
fix disabled stdio (and remove trailing spaces)
cremno
2014-04-24
Fix MSVC warning for backtrace.c
kyab
2014-03-01
allow send method not to call mrb_funcall if calling method is implemented in...
Yukihiro "Matz" Matsumoto
2014-02-27
revert 38e9ce21 and API changed; mrb_get_backtrace() -> renamed to mrb_exc_ba...
Yukihiro "Matz" Matsumoto
2014-02-27
add new function mrb_get_backtrace_at() to get backtrace at ci and pc
Yukihiro "Matz" Matsumoto
2014-01-21
describe call stack overwritten problem of mrb_get_backtrace; close #1661
Yukihiro "Matz" Matsumoto
2014-01-07
remove superfluous includes
cremno
2014-01-08
skip "trace:" header if no backtrace line exists
Yukihiro "Matz" Matsumoto
2014-01-06
small cosmetic variable renaming
Yukihiro "Matz" Matsumoto
2013-12-01
add mrb_intern_lit for creating symbol from string literal
take_cheeze
2013-11-29
rename mrb_intern2() to mrb_intern(); huge API incompatibility; close #1513
Yukihiro "Matz" Matsumoto
2013-11-19
clear ci->err after const set; revert 5b51b1; ref #1583
Yukihiro "Matz" Matsumoto
2013-11-18
ci->err may be out of boud; close #1583
Yukihiro "Matz" Matsumoto
2013-10-15
better error position display
Yukihiro "Matz" Matsumoto
2013-09-21
rename voidp to cptr
Yukihiro "Matz" Matsumoto
2013-09-03
remove Exception#verbose_backtrace; #1495
Yukihiro "Matz" Matsumoto
2013-09-02
rename debug function name
take_cheeze
2013-09-02
support multiple filename in irep
take_cheeze
2013-09-02
print singleton class name in verbose backtrace
take_cheeze
[prev]
[next]