| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-19 | Merge pull request #2680 from sdottaka/add-fflush | Yukihiro "Matz" Matsumoto | |
| mrdb, mirb: Add fflush() so that a external program can read output imme... | |||
| 2015-01-18 | mrdb: fix crash when stepping into Proc.call | sdottaka | |
| How to reproduce: ``` cat a.rb Proc.new { 1 }.call echo step | mrdb a.rb ``` | |||
| 2015-01-10 | Merge pull request #2697 from cubicdaiya/use-sizeof | Yukihiro "Matz" Matsumoto | |
| Use sizeof() instead of strlen(). | |||
| 2015-01-03 | Removed duplicated declarations. | Tatsuhiko Kubo | |
| * `mrb_show_version()` * `mrb_show_copyright()` | |||
| 2015-01-03 | Use sizeof() instead of strlen(). | Tatsuhiko Kubo | |
| 2015-01-03 | fixed error-handling for mrb_open(). | Tatsuhiko Kubo | |
| When mrb_open() is called again, it is not checked. | |||
| 2015-01-03 | Add fflush() (2) | sdottaka | |
| 2015-01-01 | Remove redundant NULL checks for mrb_malloc(). | Tatsuhiko Kubo | |
| 2014-12-20 | mrdb: fix that break command cannot handle Windows paths | sdottaka | |
| Before fix: ``` $ mrdb c:\tmp\b.rb (c:\tmp\b.rb:1) break c:\tmp\b.rb:3 Class name 'c' is invalid. ``` After fix: ``` $ mrdb c:\tmp\b.rb (c:\tmp\b.rb:1) break c:\tmp\b.rb:3 Breakpoint 1: file c:\tmp\b.rb, line 3. ``` | |||
| 2014-12-19 | mrdb, mirb: Add fflush() so that a external program can read output immediately. | sdottaka | |
| 2014-11-29 | closing to Local Scope | murase_syuka | |
| 2014-11-27 | adhoc fix for pass build | murase_syuka | |
| 2014-11-26 | Merge pull request #2652 from cremno/mrdb-add-missing-null-termination | Yukihiro "Matz" Matsumoto | |
| mrdb: add missing null-termination | |||
| 2014-11-26 | free memory used by breakpoints | cremno | |
| 2014-11-26 | free return value of dirname() | cremno | |
| 2014-11-25 | Merge pull request #2644 from cremno/mrdb-minor-changes | Hiroshi Mimaki | |
| mrdb: minor changes | |||
| 2014-11-25 | add missing null-termination | cremno | |
| 2014-11-22 | use mrb_str_xxx_lit for mrdb. | Tatsuhiko Kubo | |
| 2014-11-20 | remove const type qualifier | cremno | |
| clang 3.5.0 with -Wextra produces a -Wignored-qualifiers diagnostic. | |||
| 2014-11-20 | don't convert function pointer to object pointer | cremno | |
| 2014-11-20 | remove cast | cremno | |
| C99+TC3, 7.19.7.1p2: [...] the fgetc function obtains that character as an unsigned char converted to an int [...] | |||
| 2014-11-20 | fix heap-use-after-free | cremno | |
| 2014-11-18 | Add mruby debugger (mrdb) | mimaki | |
