| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-16 | Fix crash if #inspect does not return a string value | Yukihiro "Matz" Matsumoto | |
| 2014-12-13 | Merge pull request #2669 from suzukaze/string.insert | Yukihiro "Matz" Matsumoto | |
| Add String#insert | |||
| 2014-12-13 | Add String#insert | Jun Hiroe | |
| 2014-12-12 | Merge pull request #2668 from sdottaka/fix-crash-for-inspect | Yukihiro "Matz" Matsumoto | |
| Fix crash if #inspect does not return a string value | |||
| 2014-12-12 | Fix crash if #inspect does not return a string value | sdottaka | |
| case 1 ~~~ class A; def inspect; 1; end; end A.new.a ~~~ case 2 ~~~ class A def self.inspect 1 end alias_method :a, :b end ~~~ | |||
| 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 | mrb_p() should print mrb_obj_as_string() if #inspect does not return a ↵ | Yukihiro "Matz" Matsumoto | |
| string value | |||
| 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-11 | block_given did not work with nested block invocation for some cases; fix #2665 | Yukihiro "Matz" Matsumoto | |
| 2014-12-11 | mrb_parser_dump() did not work with block arguments | Yukihiro "Matz" Matsumoto | |
| 2014-12-05 | Merge pull request #2663 from iij/pr-fix-string-utf8-aref | Yukihiro "Matz" Matsumoto | |
| adding mruby-string-utf8 breaks String#[float] | |||
| 2014-12-05 | String#[] accepts float. | Tomoyuki Sahara | |
| 2014-12-02 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-12-02 | Merge pull request #2660 from ↵ | Yukihiro "Matz" Matsumoto | |
| cremno/fix-isblank-for-visual-studio-versions-older-than-2013 fix ISBLANK() for Visual Studio < 2013 | |||
| 2014-12-02 | fix ISBLANK() for Visual Studio < 2013 (ref #2658) | cremno | |
| Visual Studio versions older than 2013 lack C99's isblank(). Since only ASCII characters are passed to it, implement it directly without calling the locale-specific isblank(). | |||
| 2014-12-01 | should not pop register when value from multiple assignment required | Yukihiro "Matz" Matsumoto | |
| 2014-11-29 | Merge pull request #2656 from ↵ | Yukihiro "Matz" Matsumoto | |
| murasesyuka/bugfix/mruby-bin-debugger_enforce_the_c99 adhoc fix for pass build | |||
| 2014-11-29 | closing to Local Scope | murase_syuka | |
| 2014-11-28 | preserve ICLASS in ci->target_class; fix #2657; ensuring #1467 #1470 #1493 ↵ | Yukihiro "Matz" Matsumoto | |
| still works | |||
| 2014-11-27 | add multiple assignment decomposition test | Yukihiro "Matz" Matsumoto | |
| 2014-11-27 | wrong register adjustment | Yukihiro "Matz" Matsumoto | |
| 2014-11-27 | adhoc fix for pass build | murase_syuka | |
| 2014-11-26 | Merge pull request #2655 from tmtm/fix-numeric-step | Yukihiro "Matz" Matsumoto | |
| Fix: Numeric#step infinite loop. | |||
| 2014-11-26 | Fix: Numeric#step infinite loop. | TOMITA Masahiro | |
| 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 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-11-26 | add "fall through" comment | Yukihiro "Matz" Matsumoto | |
| 2014-11-26 | fix(String) String#[] accepts float; close #2650 #2651 | Robert Mosolgo | |
| 2014-11-26 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-11-26 | wrong register number adjustment in multiple assignment; fix #2654 | Yukihiro "Matz" Matsumoto | |
| 2014-11-26 | OP_APOST local variable display was wrong | Yukihiro "Matz" Matsumoto | |
| 2014-11-26 | free memory used by breakpoints | cremno | |
| 2014-11-26 | free return value of dirname() | cremno | |
| 2014-11-25 | Merge pull request #2646 from cremno/mrdb-fix-memory-leaks | Hiroshi Mimaki | |
| mrdb: fix two memory leaks | |||
| 2014-11-25 | Merge pull request #2644 from cremno/mrdb-minor-changes | Hiroshi Mimaki | |
| mrdb: minor changes | |||
| 2014-11-25 | Merge pull request #2653 from ↵ | Yukihiro "Matz" Matsumoto | |
| cremno/remove-unnecessary-_win32-preprocessor-check remove unnecessary _WIN32 preprocessor check | |||
| 2014-11-25 | remove unnecessary _WIN32 preprocessor check | cremno | |
| SIZE_MAX < UINT32_MAX is false on Win32 / Win64. | |||
| 2014-11-25 | add missing null-termination | cremno | |
| 2014-11-23 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-11-23 | Merge pull request #2649 from tmtm/fix-string-slice | Yukihiro "Matz" Matsumoto | |
| Fix String#slice! raise TypeError or return invalid value. | |||
| 2014-11-23 | Fix String#slice! raise TypeError or return invalid value. | TOMITA Masahiro | |
| 2014-11-23 | align indent of local variable names in codedump() | Yukihiro "Matz" Matsumoto | |
| 2014-11-22 | Merge pull request #2648 from cubicdaiya/use_lit_for_mrdb | Yukihiro "Matz" Matsumoto | |
| use mrb_str_xxx_lit for mrdb. | |||
| 2014-11-22 | should support recursive mlhs decomposition, e.g. (a,b),c = [1,2],3 | Yukihiro "Matz" Matsumoto | |
| 2014-11-22 | use mrb_str_xxx_lit for mrdb. | Tatsuhiko Kubo | |
| 2014-11-20 | Merge pull request #2645 from cremno/mrdb-fix-heap-use-after-free | Yukihiro "Matz" Matsumoto | |
| mrdb: fix heap-use-after-free | |||
| 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 [...] | |||
