| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-13 | chore: fix spelling | John Bampton | |
| Normally a single spell checker can't find all the mistakes or check all types of code. These mistakes were found by another spell checker inside my editor with a more manual sift / find. | |||
| 2020-12-13 | Fix spelling | John Bampton | |
| 2020-11-19 | Allow `bintest` even if build name is not `host` | KOBAYASHI Shuji | |
| 2020-11-18 | Fix integer overflow error in mrdb test | KOBAYASHI Shuji | |
| 2020-10-12 | Update `bintest` of `mruby-bin-debugger`. | Yukihiro "Matz" Matsumoto | |
| Need to support `int / int -> int` update. | |||
| 2019-12-24 | Refine the assertion failure message in mrdb print tests | KOBAYASHI Shuji | |
| #### Before this patch: ```console Fail: mruby-bin-debugger(print) error (mrbgems: mruby-bin-debugger) - Assertion[2] Expected true to be false. ``` #### After this patch: ```console Fail: mruby-bin-debugger(print) error (mrbgems: mruby-bin-debugger) - Assertion[2] Expected "$2 = undefined method 'bar' (NoMethodError)\n" to be start_with? "$2 = (eval):2: undefined method". ``` | |||
| 2019-12-18 | Fix `mruby-bin-debugger` tests; ref d2f2f9db | KOBAYASHI Shuji | |
| 2018-08-11 | Fix misspelling words in comments | Kazuhiro Sera | |
| 2018-04-04 | Fixed test case for mruby ddebugger. | mimaki | |
| 2017-06-28 | Remove redundant use of `Object#to_s` in interpolation. | Yukihiro "Matz" Matsumoto | |
| 2016-09-28 | Removed trailing spaces | Nobuyoshi Nakada | |
| 2015-12-26 | remove execute bit from mrbgems/mruby-bin-debugger files | Yukihiro "Matz" Matsumoto | |
| 2014-11-18 | Add mruby debugger (mrdb) | mimaki | |
