summaryrefslogtreecommitdiffhomepage
path: root/src/debug.c
AgeCommit message (Collapse)Author
2013-11-29rename mrb_intern2() to mrb_intern(); huge API incompatibility; close #1513Yukihiro "Matz" Matsumoto
2013-09-07fix line getting handler of line_arytake_cheeze
2013-09-04resolve conflictYukihiro "Matz" Matsumoto
2013-09-04add comment to mrb_assert in src/debug.ctake_cheeze
2013-09-04check returning line entry pointer is greater or equal to the first line ↵take_cheeze
entry pointer
2013-09-04fix wrong assertion fail when debug info contains more than one filestake_cheeze
2013-09-03MSVC: compilation works again (+minor style fixes)Cremno
2013-09-03improve checkings in debug.ctake_cheeze
2013-09-02declare variable outside fortake_cheeze
2013-09-02better line type selectortake_cheeze
2013-09-02rename debug function nametake_cheeze
2013-09-02support multiple filename in ireptake_cheeze