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
/
cmdmisc.c
Age
Commit message (
Expand
)
Author
2021-09-20
Update `struct` initializer to work with relatively older `C++`.
Yukihiro "Matz" Matsumoto
2021-09-15
Use `struct` initializer instead of `memset`.
Yukihiro "Matz" Matsumoto
2021-07-08
mruby-bin-debugger: rename prefix 'mrb_debug_' to `mrdb_`.
Yukihiro "Matz" Matsumoto
2021-07-06
Merge branch 'mrb_debug_strdup-and-strndup' of https://github.com/cremno/mrub...
Yukihiro "Matz" Matsumoto
2021-02-28
Remove periods from error messages according to the convention.
Yukihiro "Matz" Matsumoto
2019-02-19
Add "info locals" command to mrdb
kimu_shu
2019-02-03
Use `mrb->eException_class` instead of `mrb_class_get()`
KOBAYASHI Shuji
2017-12-23
Make source compilable with C++17
Lothar Scholz
2017-04-03
Remove spaces around parens
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-06-19
Fix typos in documentation and error messages [skip ci]
Anton Davydov
2015-01-19
Merge pull request #2680 from sdottaka/add-fflush
Yukihiro "Matz" Matsumoto
2015-01-03
Add fflush() (2)
sdottaka
2015-01-01
Remove redundant NULL checks for mrb_malloc().
Tatsuhiko Kubo
2014-12-02
use mrb_debug_strdup() and mrb_debug_strndup()
cremno
2014-11-20
fix heap-use-after-free
cremno
2014-11-18
Add mruby debugger (mrdb)
mimaki