| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-27 | Modify stack position of NODE_DEF and NODE_SDEF. | Masamitsu MURASE | |
| 2013-02-25 | Merge pull request #888 from mattn/remove_onig | Yukihiro "Matz" Matsumoto | |
| Remove needress file | |||
| 2013-02-26 | Remove needless files | 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 | |
| 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 #861 from cremno/regexp-parser-bugfix | Yukihiro "Matz" Matsumoto | |
| regexp parsing bug if unknown option is used | |||
| 2013-02-19 | Merge pull request #855 from ↵ | Yukihiro "Matz" Matsumoto | |
| masamitsu-murase/support_parser_dump_for_regexp_literal parser_dump supports NODE_REGEX. | |||
| 2013-02-19 | Merge pull request #853 from cremno/pluggable-regex-msvc-fix | Yukihiro "Matz" Matsumoto | |
| MSVC: vars must be declared at the start of a block | |||
| 2013-02-19 | Merge pull request #857 from mattn/remove_comment | Yukihiro "Matz" Matsumoto | |
| Remove needless comment | |||
| 2013-02-19 | s must not be freed, removed space in exc msg | Cremno | |
| 2013-02-18 | Remove needless comment | mattn | |
| 2013-02-18 | parser_dump supports NODE_REGEX. | Masamitsu MURASE | |
| 2013-02-18 | vars must be declared at the start of a block | Cremno | |
| 2013-02-18 | String#split should honor limit arg | Yukihiro Matz Matsumoto | |
| 2013-02-18 | remove TT_REGEX and TT_MATCH | Yukihiro Matz Matsumoto | |
| 2013-02-18 | rename hook and macro | Yukihiro Matz Matsumoto | |
| 2013-02-17 | Merge pull request #845 from masuidrive/hook_fetch | Yukihiro "Matz" Matsumoto | |
| Added a hook at VM code fetch. | |||
| 2013-02-17 | Merge pull request #850 from mattn/pluggable_regexp | Yukihiro "Matz" Matsumoto | |
| Pluggable regexp | |||
| 2013-02-18 | resolve conflict | Yukihiro Matz Matsumoto | |
| 2013-02-18 | :Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matz Matsumoto | |
| Conflicts: src/class.c | |||
| 2013-02-17 | Created hook at VM code fetch. It's for debugger | Yuichiro MASUI | |
| 2013-02-16 | fix error output for Module#remove_const | skandhas | |
| 2013-02-15 | ready to pass second argument of Regexp.new | mattn | |
| 2013-02-15 | use mrb_get_args("n") instead of decomposing each time | Yukihiro Matz Matsumoto | |
| 2013-02-15 | REGEXP_CLASS | mattn | |
| 2013-02-15 | add Module#remove_const | Yukihiro Matz Matsumoto | |
| 2013-02-15 | Should be OP_LOADL | mattn | |
