| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-27 | Avoid block_given? in mrbgem:enum.rb to reduce method calls | Jun Hiroe | |
| 2014-12-23 | mruby-eval: fix typo | sdottaka | |
| 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 | now retrieves number of arguments of blocks from OP_ENTER op code; close #2671 | Yukihiro "Matz" Matsumoto | |
| 2014-12-19 | mrdb, mirb: Add fflush() so that a external program can read output immediately. | sdottaka | |
| 2014-12-17 | mruby-eval: proc from env may be NULL; close #2676 | Yukihiro "Matz" Matsumoto | |
| 2014-12-17 | avoid out-of-bounds access of irep->lv; ref #2671, fix #2675 | Yukihiro "Matz" Matsumoto | |
| allocation size of irep->iv is irep->nlocals-1. | |||
| 2014-12-17 | mrb_str_new(mrb, "", len) creates an unmodifiable string object; ref #2674 | Yukihiro "Matz" Matsumoto | |
| 2014-12-17 | Add String#prepend | Jun Hiroe | |
| 2014-12-17 | eval() should preserve stack in env properly; fix #2671 | Yukihiro "Matz" Matsumoto | |
| 2014-12-16 | Fix crash if #inspect does not return a string value | Yukihiro "Matz" Matsumoto | |
| 2014-12-13 | Add String#insert | Jun Hiroe | |
| 2014-12-12 | Merge pull request #2667 from ↵ | Yukihiro "Matz" Matsumoto | |
| murasesyuka/usage_message_is_used_switches_instead_of_option fix usage message | |||
| 2014-12-12 | mirb dies if #inspect returns a non-string value; fix #2666 | Yukihiro "Matz" Matsumoto | |
| 2014-12-11 | fix usage message | murase_syuka | |
| 2014-12-05 | String#[] accepts float. | Tomoyuki Sahara | |
| 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-23 | Fix String#slice! raise TypeError or return invalid value. | TOMITA Masahiro | |
| 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 | |
| 2014-10-31 | Under cygwin host, ncurses.a is only available instead of termcap.a. | M.Naruoka | |
| 2014-10-29 | use mrb_get_args to parse Integer() option; ref #2625 | Yukihiro "Matz" Matsumoto | |
| 2014-10-29 | Add Kernel.Integer | Jun Hiroe | |
| 2014-10-24 | Add Kernel.Float | Jun Hiroe | |
| 2014-10-21 | Add Kernel.Hash | Jun Hiroe | |
| 2014-10-20 | Add Kernel.String | Jun Hiroe | |
| 2014-10-19 | Refactor mrb_f_array func | Jun Hiroe | |
| 2014-10-19 | refactoring C part of #2611 | Yukihiro "Matz" Matsumoto | |
| 2014-10-19 | Add Kernel.Array | Jun Hiroe | |
| 2014-10-18 | need addtional type check to avoid SEGV; ref #2609 | Yukihiro "Matz" Matsumoto | |
| 2014-10-17 | context proc may be cfunc; fix #2609 | Yukihiro "Matz" Matsumoto | |
| 2014-10-03 | add similar range check for tm->usec as well | Yukihiro "Matz" Matsumoto | |
| 2014-10-03 | always check range before casting time_t to mrb_int | Yukihiro "Matz" Matsumoto | |
| 2014-10-03 | time_t may overflow mrb_int when word boxing is used | Yukihiro "Matz" Matsumoto | |
