summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-debugger/tools/mrdb/apilist.c
AgeCommit message (Expand)Author
2021-07-25Remove redundant include headers.Yukihiro "Matz" Matsumoto
2021-07-08mruby-bin-debugger: remove unused local variables.Yukihiro "Matz" Matsumoto
2021-07-08mruby-bin-debugger: rename prefix 'mrb_debug_' to `mrdb_`.Yukihiro "Matz" Matsumoto
2021-07-06Merge branch 'mrb_debug_strdup-and-strndup' of https://github.com/cremno/mrub...Yukihiro "Matz" Matsumoto
2019-04-01Avoid keeping pointers from `mrb_sym2name_len()`; fix #4342Yukihiro "Matz" Matsumoto
2017-12-23Do not initialize a local variable soon to be assigned.Yukihiro "Matz" Matsumoto
2017-12-23Make source compilable with C++17Lothar Scholz
2017-08-04Fixed a invalid source path name on mruby debugger.Hiroshi Mimaki
2017-02-08Fixed mixture of signed/unsigned integersYukihiro "Matz" Matsumoto
2015-12-26remove execute bit from mrbgems/mruby-bin-debugger filesYukihiro "Matz" Matsumoto
2015-11-27include changed from by quotes ("") to by brackets (<>); close #3032Yukihiro "Matz" Matsumoto
2015-01-03Use sizeof() instead of strlen().Tatsuhiko Kubo
2015-01-01Remove redundant NULL checks for mrb_malloc().Tatsuhiko Kubo
2014-12-02use mrb_debug_strdup() and mrb_debug_strndup()cremno
2014-11-26Merge pull request #2652 from cremno/mrdb-add-missing-null-terminationYukihiro "Matz" Matsumoto
2014-11-26free return value of dirname()cremno
2014-11-25add missing null-terminationcremno
2014-11-20remove castcremno
2014-11-18Add mruby debugger (mrdb)mimaki