| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-01 | Merge branch 'master' into pluggable_struct | mattn | |
| 2013-03-01 | Pluggable Struct | mattn | |
| 2013-03-01 | Pluggable Struct | mattn | |
| 2013-02-28 | Merge pull request #913 from carsonmcdonald/arena_check_fix | Yukihiro "Matz" Matsumoto | |
| Fix arena size check. | |||
| 2013-02-28 | Adjust space | MATSUMOTO Ryosuke | |
| 2013-02-28 | Fix arena size check. | Carson McDonald | |
| 2013-02-28 | Merge pull request #909 from mattn/cleanup_regexp | Yukihiro "Matz" Matsumoto | |
| Cleanup Regexp codes | |||
| 2013-02-28 | Merge pull request #905 from iij/pr-percent-notation | Yukihiro "Matz" Matsumoto | |
| Regexp: %r notation bug fix. | |||
| 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 #889 from mattn/pluggable_time | Yukihiro "Matz" Matsumoto | |
| Pluggable Time class | |||
| 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 | Add document for array_copy | NARUSE, Yui | |
| 2013-02-27 | Modify stack position of NODE_DEF and NODE_SDEF. | Masamitsu MURASE | |
| 2013-02-27 | Return nil if argument of NODE_RETURN and NODE_NEXT is not specified. | Masamitsu MURASE | |
| 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-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-24 | Merge pull request #881 from masamitsu-murase/make_op_assign_faster | Yukihiro "Matz" Matsumoto | |
| Make OP_ASGN faster. | |||
| 2013-02-25 | Adjust stack position of NODE_RESCUE. | Masamitsu MURASE | |
| 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-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-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 | Call compile method to override to memolize instances | mattn | |
| 2013-02-22 | Fix indent | mattn | |
| 2013-02-21 | compile /a/ as ::Regexp.new("a") | Yukihiro Matz Matsumoto | |
