summaryrefslogtreecommitdiffhomepage
path: root/src/debug.c
AgeCommit message (Expand)Author
2014-03-15symbol length type to be mrb_intYukihiro "Matz" Matsumoto
2014-03-11don't use of anonymous unionstake_cheeze
2014-03-01support c++ exceptiontake_cheeze
2014-03-01use C style comments instead of C++ style commentscubicdaiya
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 entr...take_cheeze
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