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
2021-08-14
error.c: the error message may contain `NUL` character.
Yukihiro "Matz" Matsumoto
2021-07-08
backtrace.c: skip C method without `mid` set.
Yukihiro "Matz" Matsumoto
2021-05-28
backtrace.c: do not skip frames for C function calls.
Yukihiro "Matz" Matsumoto
2021-05-27
backtrace.c: do not print trace line if there's no backtrace history
Yukihiro "Matz" Matsumoto
2021-05-13
backtrace.c: stop skipping frame with file/line information.
Yukihiro "Matz" Matsumoto
2021-04-26
backtrace.c: skip innermost frame only when the method is in C; #5394
Yukihiro "Matz" Matsumoto
2021-04-20
Remove `MRB_API` from `mrb_get_backtrace` definition
KOBAYASHI Shuji
2021-04-19
backtrace.c: remove `MRB_API` from internal functions.
Yukihiro "Matz" Matsumoto
2021-04-19
backtrace.c: small refactoring in `mrb_exc_backtrace()`; ref #5394
Yukihiro "Matz" Matsumoto
2021-04-19
backtrace.c: pedantic check for empty backtrace; ref #5394
Yukihiro "Matz" Matsumoto
2021-04-19
backtrace.c: should skip first (innermost) frame w/out position; #5394
Yukihiro "Matz" Matsumoto
2021-03-31
backtrace.c: change `missing-lineno` to `0` for cosmetic reason; #5394
Yukihiro "Matz" Matsumoto
2021-03-30
Add support for partial backtraces
fundamental
2021-01-26
Revert "Minimize the changes in #5277"
Yukihiro "Matz" Matsumoto
2021-01-25
Silence 'loss of data' warnings.
Yukihiro "Matz" Matsumoto
2021-01-22
Minimize the changes in #5277
Yukihiro "Matz" Matsumoto
2021-01-21
Merge branch 'avoid-including-presym.inc-in-existing-header-files' of https:/...
Yukihiro "Matz" Matsumoto
2021-01-11
Avoid including `presym.inc` in existing header files
KOBAYASHI Shuji
2021-01-10
Unified `pc` and `err` of `mrb_callinfo`
dearblue
2020-11-21
Rename `MRB_{ENABLE,DISABLE}_` to `MRB_{USE,NO}_`; close #5163
KOBAYASHI Shuji
2020-10-12
Constify `irep` members.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `MRB_SYM()` for inline symbols.
Yukihiro "Matz" Matsumoto
2020-01-31
Avoid implicit integer casting in `backtrace.c` and `hash.c`.
Yukihiro "Matz" Matsumoto
2019-12-18
Simplify `print_backtrace()`
KOBAYASHI Shuji
2019-12-17
Refine output of `mrb_print_error()`
KOBAYASHI Shuji
2019-12-16
Remove unneeded null checks to `struct backtrace_location::filename`
KOBAYASHI Shuji
2019-09-25
Rename symbol-to-string functions; close #4684
Yukihiro "Matz" Matsumoto
2019-08-18
Prohibit changes to iseq in principle
dearblue
2019-08-05
Use new specifiers/modifiers of `mrb_vfromat()`
KOBAYASHI Shuji
2019-07-15
Unify type of line number to `uint16_t`
KOBAYASHI Shuji
2019-04-01
Avoid keeping pointers from `mrb_sym2name_len()`; fix #4342
Yukihiro "Matz" Matsumoto
2019-03-27
Remove unused variable in `each_backtrace()`
KOBAYASHI Shuji
2019-02-25
Refactor `src/backtrace.c`
KOBAYASHI Shuji
2019-02-18
Merge pull request #4283 from shuujii/reorder-members-in-struct-backtrace_loc...
Yukihiro "Matz" Matsumoto
2019-02-18
Reorder members in `struct backtrace_location`
KOBAYASHI Shuji
2019-02-18
Remove unneeded `memset()` in `src/backtrace.c`
KOBAYASHI Shuji
2018-04-23
Fix undefined error of pointer dereference.
Takeshi Watanabe
2017-11-29
Add `most recent call last` message to the backtrace.
Yukihiro "Matz" Matsumoto
2017-11-04
Avoid pointer arithmetic in backtrace.c; #3816
Yukihiro "Matz" Matsumoto
2017-11-02
don't overwrite backtrace info.
Tomoyuki Sahara
2017-09-27
fix: src\backtrace.c(83): warning C4244: '=': conversion from 'mrb_int' to 'i...
Tomasz Dąbrowski
2017-08-12
Reduce integer type mismatch warnings in VC.
Yukihiro "Matz" Matsumoto
2017-08-11
Remove an unused argument from `each_backtrace_func`.
Yukihiro "Matz" Matsumoto
2017-08-11
Avoid possible data loss by using `ptrdiff_t`.
Yukihiro "Matz" Matsumoto
2017-08-08
Check if `ptr` is NULL before calling `memset`; fix #3765
Yukihiro "Matz" Matsumoto
2017-07-06
Reduce allocation size of backtrace arrays.
Yukihiro "Matz" Matsumoto
2017-07-06
Avoid out-of-bounds access of the backtrace array.
Yukihiro "Matz" Matsumoto
2017-06-02
Make `break` in lambdas work as `return` according to CRuby behavior.
Yukihiro "Matz" Matsumoto
2017-06-01
Print most recent call last as CPython does.
Yukihiro "Matz" Matsumoto
2017-05-31
Restore MRB_API function `mrb_exc_backtrace(mrb, exc)`; ref 9644ad5
Yukihiro "Matz" Matsumoto
[next]