| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-01-06 | small cosmetic variable renaming | Yukihiro "Matz" Matsumoto | |
| 2014-01-06 | adjust proc->target_class according to surrounding proc->target_class; based ↵ | Yukihiro "Matz" Matsumoto | |
| on a patch from @Fleurer; close #1627 | |||
| 2014-01-06 | tests for "case" expression. | Tomoyuki Sahara | |
| 2014-01-05 | Merge pull request #1644 from carsonmcdonald/testraiseinensure | Yukihiro "Matz" Matsumoto | |
| Test for raise in ensure | |||
| 2014-01-05 | Merge pull request #1643 from take-cheeze/remove_unnecessary_depedency | Yukihiro "Matz" Matsumoto | |
| Reduce unnecessary mrbgems full test rebuild. | |||
| 2014-01-05 | Test for raise in ensure | Carson McDonald | |
| 2014-01-05 | need not to initialize ci->err at toplevel | Yukihiro "Matz" Matsumoto | |
| 2014-01-05 | avoid decrimenting eidx out of ecall() | Yukihiro "Matz" Matsumoto | |
| 2014-01-05 | execute ensure clause correctly without OP_EPOP | h2so5 | |
| 2014-01-04 | Merge pull request #1640 from carsonmcdonald/splatwhentest | Yukihiro "Matz" Matsumoto | |
| Test case statement with splat | |||
| 2014-01-04 | Test case statement with splat | Carson McDonald | |
| 2014-01-04 | object_id may not return Fixnum (ISO says Integer), since intptr_t may be ↵ | Yukihiro "Matz" Matsumoto | |
| bigger than Fixnum, so type check for Numeric; ref #1630 | |||
| 2014-01-04 | should splat and iterate elements when "*ary" speficied in the case-when ↵ | Yukihiro "Matz" Matsumoto | |
| clause; close #1627 | |||
| 2014-01-04 | pop ensure stack before execution; close #1638 | Yukihiro "Matz" Matsumoto | |
| 2014-01-04 | always clear ci->err | Yukihiro "Matz" Matsumoto | |
| 2014-01-04 | quicker release of arena after ensure calls | Yukihiro "Matz" Matsumoto | |
| 2014-01-04 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-01-03 | Merge pull request #1639 from h2so5/macro-ci-err | Yukihiro "Matz" Matsumoto | |
| use macros for assignments to ci->err | |||
| 2014-01-03 | mrb_ary_splat() to call #to_a | Yukihiro "Matz" Matsumoto | |
| 2014-01-03 | use macros for assignments to ci->err | h2so5 | |
| 2014-01-02 | Merge pull request #1634 from cremno/use-mrb_fixnum_p | Yukihiro "Matz" Matsumoto | |
| tiny word boxing optimization | |||
| 2014-01-02 | Merge pull request #1632 from cremno/superfluous-return | Yukihiro "Matz" Matsumoto | |
| remove superfluous return in codedump_all | |||
| 2014-01-02 | Merge pull request #1637 from h2so5/extended-arena-size | Yukihiro "Matz" Matsumoto | |
| Fix extended arena check in gc_protect | |||
| 2014-01-02 | Merge pull request #1636 from cremno/mrb_get_args-z-errmsg | Yukihiro "Matz" Matsumoto | |
| use the same error msg as mrb_str_to_cstr/CRuby | |||
| 2014-01-02 | Merge pull request #1635 from cremno/cpp-conditionals | Yukihiro "Matz" Matsumoto | |
| remove various preprocessor conditionals | |||
| 2014-01-02 | Merge pull request #1633 from cremno/nan-boxing-uintptr_t | Yukihiro "Matz" Matsumoto | |
| NaN boxing: use uintptr_t for bit manipulations | |||
| 2014-01-02 | Merge pull request #1631 from cremno/fix-ruby-warnings | Yukihiro "Matz" Matsumoto | |
| fix some warnings emitted by 'ruby -w' | |||
| 2014-01-02 | Fix extended arena check in gc_protect | h2so5 | |
| 2014-01-02 | use the same error msg as mrb_str_to_cstr/CRuby | cremno | |
| It's better to have one message for the same error than two different (although similar worded) ones. | |||
| 2014-01-02 | remove various preprocessor conditionals | cremno | |
| - HAVE_IEEEFP_H is nowhere defined or needed at all - FreeBSD < 4 is unsupported since years - MSVC workaround (around what exactly?) | |||
| 2014-01-02 | tiny word boxing optimization | cremno | |
| 2014-01-02 | NaN boxing: use uintptr_t for bit manipulations | cremno | |
| 2014-01-02 | codegen.c: remove superfluous return | cremno | |
| 2014-01-02 | fix some warnings emitted by 'ruby -w' | cremno | |
| - File.exists? is deprecated since 2.1.0 - tasks/mruby_build_commands.rake:268: ambiguous argument | |||
| 2014-01-01 | return value from #object_id may not be Fixnum; ref #1630 | Yukihiro "Matz" Matsumoto | |
| 2014-01-01 | successful recursion check to be shallower; ref #1630 | Yukihiro "Matz" Matsumoto | |
| 2013-12-31 | Merge pull request #1630 from carsonmcdonald/morekerneltests | Yukihiro "Matz" Matsumoto | |
| More kernel testing | |||
| 2013-12-31 | Method missing and inspect tests | Carson McDonald | |
| 2013-12-31 | Test coverage of extending stack and overflow | Carson McDonald | |
| 2013-12-31 | More object_id test coverage | Carson McDonald | |
| 2013-12-30 | Merge pull request #1624 from cubicdaiya/issues/invalid_return_in_top_level | Yukihiro "Matz" Matsumoto | |
| return-value of mrb_run is invalid in top-level-scope | |||
| 2013-12-30 | Merge pull request #1625 from iij/pr-string-partition | Yukihiro "Matz" Matsumoto | |
| add String#partition and String#rpartition. | |||
| 2013-12-30 | Merge pull request #1626 from carsonmcdonald/moreclasstests | Yukihiro "Matz" Matsumoto | |
| More tests for Class behavior | |||
| 2013-12-30 | Merge pull request #1629 from akuroda/add_array_test | Yukihiro "Matz" Matsumoto | |
| add tests for Array methods | |||
| 2013-12-30 | add some tests for [], delete_at, index, and rindex | Akira Kuroda | |
| 2013-12-27 | When superclass isn't a class tests | Carson McDonald | |
| 2013-12-27 | More singleton tests | Carson McDonald | |
| 2013-12-27 | add String#partition and String#rpartition. | Tomoyuki Sahara | |
| 2013-12-27 | return-value of mrb_run is invalid in top-level-scope | cubicdaiya | |
| The return-value of mrb_run in top-level-scope should be the evaluated value at last. | |||
| 2013-12-27 | remove unnecessary depedency in test build | take_cheeze | |
