| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-26 | Remove needless files | mattn | |
| 2013-02-26 | Pluggable Time class | mattn | |
| 2013-02-26 | Remove needless file | mattn | |
| 2013-02-25 | Merge pull request #885 from mattn/test_skip | Yukihiro "Matz" Matsumoto | |
| Add skip method for test | |||
| 2013-02-25 | Add skip method for test | mattn | |
| 2013-02-25 | Use MRB_IREP_ARRAY_INIT_SIZE macro. It should be configurable since it is ↵ | Masaki Muranaka | |
| possible to reduce RAM size. | |||
| 2013-02-24 | Merge pull request #881 from masamitsu-murase/make_op_assign_faster | Yukihiro "Matz" Matsumoto | |
| Make OP_ASGN faster. | |||
| 2013-02-24 | Merge pull request #882 from bovi/chipkit | Yukihiro "Matz" Matsumoto | |
| chipKitMax32 target example | |||
| 2013-02-25 | rename assert_raises to assert_raise | Yukihiro Matz Matsumoto | |
| 2013-02-25 | remove assert_instance_of and assert_kind_of which might hinder duck typing | Yukihiro Matz Matsumoto | |
| 2013-02-25 | rename assert_includes to assert_include | Yukihiro Matz Matsumoto | |
| 2013-02-25 | Merge branch 'pr-mrbtest-assert-ext' of https://github.com/iij/mruby into ↵ | Yukihiro Matz Matsumoto | |
| iij-pr-mrbtest-assert-ext | |||
| 2013-02-24 | Merge pull request #883 from masamitsu-murase/modify_node_rescue_handling | Yukihiro "Matz" Matsumoto | |
| Adjust stack position of NODE_RESCUE. | |||
| 2013-02-25 | Add more tests for `begin` and `rescue`. | Masamitsu MURASE | |
| 2013-02-25 | Adjust stack position of NODE_RESCUE. | Masamitsu MURASE | |
| 2013-02-24 | remove user specific directory | Daniel Bovensiepen | |
| 2013-02-24 | add chipKitMax32 target example | Daniel Bovensiepen | |
| 2013-02-24 | Make OP_ASGN faster. | Masamitsu MURASE | |
| I think that `*=` and `/=` can be compiled to `OP_MUL` and `OP_DIV`. | |||
| 2013-02-23 | Merge pull request #878 from monaka/pr-reduce-sprintf | Yukihiro "Matz" Matsumoto | |
| Reduce sprintf() calls. Remove mrb_int_to_str() and MRB_INT_FORMAT. | |||
| 2013-02-23 | Merge pull request #875 from ↵ | Yukihiro "Matz" Matsumoto | |
| monaka/pr-enable-building-libmruby-with-DISABLE_STDIO-macro Fix errors caused by stdio.h dependent code. | |||
| 2013-02-23 | Merge pull request #879 from monaka/pr-remove-redundant-funcalls | Yukihiro "Matz" Matsumoto | |
| Remove commented out code. Remove redundant function calls. | |||
| 2013-02-23 | Merge pull request #876 from masuidrive/fixed_build_system | Yukihiro "Matz" Matsumoto | |
| Support to build on pwd != mruby source root | |||
| 2013-02-24 | Remove commented out code. Remove redundant function calls. | Masaki Muranaka | |
| 2013-02-23 | Reduce sprintf() calls. Remove mrb_int_to_str() and MRB_INT_FORMAT. | Masaki Muranaka | |
| 2013-02-23 | Support to build on pwd != mruby source root | Yuichiro MASUI | |
| 2013-02-23 | Fix errors caused by stdio.h dependent code. | Masaki Muranaka | |
| 2013-02-22 | Merge pull request #872 from monaka/pr-fix-mrb_fix2str | Yukihiro "Matz" Matsumoto | |
| Fix mrb_fix2str(). | |||
| 2013-02-22 | Merge pull request #873 from monaka/pr-cleanup-numeric-20130223 | Yukihiro "Matz" Matsumoto | |
| Clean numeric.c up. | |||
| 2013-02-23 | Cleanup shift operations. | Masaki Muranaka | |
| 2013-02-23 | Fix an underlying bug. flodivmod() will be crashed in case ((y == 0) && ↵ | Masaki Muranaka | |
| ((divp == NULL) || (modp == NULL))). | |||
| 2013-02-23 | Add a comment. | Masaki Muranaka | |
| 2013-02-23 | Remove a comment at an unsuitable place. | Masaki Muranaka | |
| 2013-02-23 | Cosmetic changes. Just added empty lines. | Masaki Muranaka | |
| 2013-02-23 | Fix mrb_fix2str() to enable handling some negative values correctly. This ↵ | Masaki Muranaka | |
| fix is based on @cremno's hack. It will fix #869. | |||
| 2013-02-22 | Merge pull request #870 from mattn/regexp_compile | Yukihiro "Matz" Matsumoto | |
| Regexp compile | |||
| 2013-02-22 | Call compile method to override to memolize instances | mattn | |
| 2013-02-22 | Fix indent | mattn | |
| 2013-02-22 | add assert_{includes,instance_of,kind_of,raises} methods. | Akira Yumiyama | |
| 2013-02-21 | better comment description for mrbconf.h configuration | Yukihiro Matz Matsumoto | |
| 2013-02-21 | remove unused HAVE_UNISTD_H altogether; ref #865 | Yukihiro Matz Matsumoto | |
| 2013-02-21 | Merge pull request #865 from brainopia/mrbconf | Yukihiro "Matz" Matsumoto | |
| Clean up mrbconf.h | |||
| 2013-02-21 | Merge pull request #864 from nkshigeru/build_for_vc | Yukihiro "Matz" Matsumoto | |
| fix access denied error at incremental build | |||
| 2013-02-21 | Clean up mrbconf.h | brainopia | |
| - undef for windows is not used by default so comment it - casting to the same type is not needed - parenthesis are not needed for macro attributes separated by commas - change order of MRB_NAN_BOXING and MRB_INT64 to simplify logic | |||
| 2013-02-21 | fix access denied error at incremental build | nkshigeru | |
| 2013-02-21 | compile /a/ as ::Regexp.new("a") | Yukihiro Matz Matsumoto | |
| 2013-02-21 | print the error message before abort() | Yukihiro Matz Matsumoto | |
| 2013-02-20 | rename RVALUE union members | Yukihiro Matz Matsumoto | |
| 2013-02-20 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matz Matsumoto | |
| 2013-02-20 | add RData entrie to RVALUE union | Yukihiro Matz Matsumoto | |
| 2013-02-19 | Merge pull request #863 from nkshigeru/gemtest_for_vc | Yukihiro "Matz" Matsumoto | |
| declare local variable at the start of a block in generated gem_test.c | |||
