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
/
debug.c
Age
Commit message (
Expand
)
Author
2021-08-18
debug.c: export integer compressing functions.
Yukihiro "Matz" Matsumoto
2021-07-28
debug.c: uses most space efficient packed map for line information.
Yukihiro "Matz" Matsumoto
2021-07-26
debug.c: small refactoring.
Yukihiro "Matz" Matsumoto
2021-07-26
debug.c: remove type cast warnings.
Yukihiro "Matz" Matsumoto
2021-07-09
Do not include `stdint.h` before `mruby.h`
dearblue
2021-07-09
debug.h: use `uint8_t` instead of `char` for BER compressed binary.
Yukihiro "Matz" Matsumoto
2021-07-08
debug.c: new debug line information format `mrb_debug_line_packed_map`.
Yukihiro "Matz" Matsumoto
2021-01-08
Reapply 116e128b because it is back at 456878ba
KOBAYASHI Shuji
2020-12-13
Improve source scanning for presym
KOBAYASHI Shuji
2020-12-12
Remove positive check for unsigned integer; close #5218
Yukihiro "Matz" Matsumoto
2020-12-07
Make type of `pc` arguments in `debug.c` consistent; close #5218
Yukihiro "Matz" Matsumoto
2020-10-12
Constify `irep` members.
Yukihiro "Matz" Matsumoto
2020-08-11
Fix `mrb_int` and `size_t` combination warnings.
Yukihiro "Matz" Matsumoto
2020-06-05
Squashed commit of the following:
Yukihiro "Matz" Matsumoto
2019-09-25
Rename symbol-to-string functions; close #4684
Yukihiro "Matz" Matsumoto
2019-04-01
Avoid keeping pointers from `mrb_sym2name_len()`; fix #4342
Yukihiro "Matz" Matsumoto
2018-11-15
Rename local variables in `mrb_debug_info_append_file`
Yukihiro "Matz" Matsumoto
2018-11-15
Remove `filename`&`lines` from `mrb_irep` struct.
Yukihiro "Matz" Matsumoto
2017-08-19
Remove mixed signed/unsigned comparison in debug.c.
Yukihiro "Matz" Matsumoto
2017-08-12
Reduce integer type mismatch warnings in VC.
Yukihiro "Matz" Matsumoto
2017-08-01
Cosmetic changes (removing spaces before `*` in return types).
Yukihiro "Matz" Matsumoto
2017-04-03
Unify `else` clause style
Yukihiro "Matz" Matsumoto
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2014-08-04
add MRB_API modifiers to mruby API functions
Yukihiro "Matz" Matsumoto
2014-04-25
remove -Wsign-compare warnings
Yukihiro "Matz" Matsumoto
2014-03-18
add a space after C reserved words
Yukihiro "Matz" Matsumoto
2014-03-15
symbol length type to be mrb_int
Yukihiro "Matz" Matsumoto
2014-03-11
don't use of anonymous unions
take_cheeze
2014-03-01
support c++ exception
take_cheeze
2014-03-01
use C style comments instead of C++ style comments
cubicdaiya
2013-11-29
rename mrb_intern2() to mrb_intern(); huge API incompatibility; close #1513
Yukihiro "Matz" Matsumoto
2013-09-07
fix line getting handler of line_ary
take_cheeze
2013-09-04
resolve conflict
Yukihiro "Matz" Matsumoto
2013-09-04
add comment to mrb_assert in src/debug.c
take_cheeze
2013-09-04
check returning line entry pointer is greater or equal to the first line entr...
take_cheeze
2013-09-04
fix wrong assertion fail when debug info contains more than one files
take_cheeze
2013-09-03
MSVC: compilation works again (+minor style fixes)
Cremno
2013-09-03
improve checkings in debug.c
take_cheeze
2013-09-02
declare variable outside for
take_cheeze
2013-09-02
better line type selector
take_cheeze
2013-09-02
rename debug function name
take_cheeze
2013-09-02
support multiple filename in irep
take_cheeze