| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-28 | Merge pull request #909 from mattn/cleanup_regexp | Yukihiro "Matz" Matsumoto | |
| Cleanup Regexp codes | |||
| 2013-02-28 | Merge pull request #911 from bovi/verbose | Yukihiro "Matz" Matsumoto | |
| Rake respects verbose flag also for test and clean target | |||
| 2013-02-28 | Merge pull request #905 from iij/pr-percent-notation | Yukihiro "Matz" Matsumoto | |
| Regexp: %r notation bug fix. | |||
| 2013-02-28 | Merge pull request #910 from mattn/pluggable_math | Yukihiro "Matz" Matsumoto | |
| Pluggable Math | |||
| 2013-02-28 | Rake respects verbose flag also for test and clean target | Daniel Bovensiepen | |
| 2013-02-28 | Pluggable Math | mattn | |
| 2013-02-28 | Cleanup Regexp codes | mattn | |
| 2013-02-28 | Regexp: %r notation bug fix. close #85. | Kouki Ooyatsu | |
| be able to parse any delimiters. variable expansion isn't supported yet. * sample code ``` def matchpath(str) puts "#{str} is ..." if %r!img/! =~ str then puts "match" else puts "not match" end end matchpath("img/a.png") # => match matchpath("/usr/local/bin") # => not match matchpath("book/img/local") # => match ``` | |||
| 2013-02-27 | Merge pull request #896 from monaka/pr-put-time-mgem-into-repository | Yukihiro "Matz" Matsumoto | |
| Put mruby-time mgem into the repository. | |||
| 2013-02-27 | Merge pull request #889 from mattn/pluggable_time | Yukihiro "Matz" Matsumoto | |
| Pluggable Time class | |||
| 2013-02-26 | Merge pull request #900 from nurse/ignore-d-o-lib | Yukihiro "Matz" Matsumoto | |
| Ignore *.d, *.o, and /lib | |||
| 2013-02-26 | Merge pull request #902 from brainopia/remove_freeze_leftovers | Yukihiro "Matz" Matsumoto | |
| Remove freeze leftovers | |||
| 2013-02-26 | Merge pull request #890 from cremno/mrb_funcall--adjust-ci-and-sp-after-error | Yukihiro "Matz" Matsumoto | |
| mrb_funcall_with_block: raised exception corrupts ci and stack | |||
| 2013-02-26 | Merge pull request #901 from nurse/array_copy-doc | Yukihiro "Matz" Matsumoto | |
| Add document for array_copy | |||
| 2013-02-27 | Remove freeze leftovers | brainopia | |
| 2013-02-26 | Merge pull request #899 from masamitsu-murase/modify_stack_position_of_method | Yukihiro "Matz" Matsumoto | |
| Modify stack position of NODE_DEF and NODE_SDEF. | |||
| 2013-02-26 | Merge pull request #893 from monaka/pr-simplify-mrb_range_beg_len | Yukihiro "Matz" Matsumoto | |
| Simplify mrb_range_beg_len(). Don't use OTHER macro. | |||
| 2013-02-26 | Merge pull request #898 from masamitsu-murase/modify_return_value | Yukihiro "Matz" Matsumoto | |
| Modify handling of NODE_RETURN and NODE_NEXT. | |||
| 2013-02-27 | Ignore *.d, *.o, and /lib | NARUSE, Yui | |
| 2013-02-26 | Merge pull request #895 from monaka/pr-code-cleanup-20130226 | Yukihiro "Matz" Matsumoto | |
| Clean code up. | |||
| 2013-02-27 | Add document for array_copy | NARUSE, Yui | |
| 2013-02-27 | Modify stack position of NODE_DEF and NODE_SDEF. | Masamitsu MURASE | |
| 2013-02-27 | Increase TEST_INFINITE_RECURSION_MAX value from 100000 to 1000000 because ↵ | Masamitsu MURASE | |
| modification of handling of `NODE_RETURN` reduces stack size. | |||
| 2013-02-27 | Return nil if argument of NODE_RETURN and NODE_NEXT is not specified. | Masamitsu MURASE | |
| 2013-02-26 | Put mruby-time mgem into the repository. | Masaki Muranaka | |
| 2013-02-26 | Clean code up. | Masaki Muranaka | |
| 2013-02-26 | mrb_funcall_with_block: adj. ci & sp after error | Cremno | |
| see #894 / [ruby-talk:404969] | |||
| 2013-02-26 | Fix build | mattn | |
| 2013-02-25 | Merge pull request #888 from mattn/remove_onig | Yukihiro "Matz" Matsumoto | |
| Remove needress file | |||
| 2013-02-25 | Merge pull request #892 from mattn/remove_needless_files | Yukihiro "Matz" Matsumoto | |
| Remove needless files | |||
| 2013-02-26 | Simplify mrb_range_beg_len(). Don't use OTHER macro. | Masaki Muranaka | |
| 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-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. | |||
