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
/
mrbgems
/
mruby-bin-debugger
/
tools
/
mrdb
/
apilist.c
Age
Commit message (
Expand
)
Author
2019-04-01
Avoid keeping pointers from `mrb_sym2name_len()`; fix #4342
Yukihiro "Matz" Matsumoto
2017-12-23
Do not initialize a local variable soon to be assigned.
Yukihiro "Matz" Matsumoto
2017-12-23
Make source compilable with C++17
Lothar Scholz
2017-08-04
Fixed a invalid source path name on mruby debugger.
Hiroshi Mimaki
2017-02-08
Fixed mixture of signed/unsigned integers
Yukihiro "Matz" Matsumoto
2015-12-26
remove execute bit from mrbgems/mruby-bin-debugger files
Yukihiro "Matz" Matsumoto
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-01-03
Use sizeof() instead of strlen().
Tatsuhiko Kubo
2015-01-01
Remove redundant NULL checks for mrb_malloc().
Tatsuhiko Kubo
2014-11-26
Merge pull request #2652 from cremno/mrdb-add-missing-null-termination
Yukihiro "Matz" Matsumoto
2014-11-26
free return value of dirname()
cremno
2014-11-25
add missing null-termination
cremno
2014-11-20
remove cast
cremno
2014-11-18
Add mruby debugger (mrdb)
mimaki