| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-29 | fiber context may be NULL | Yukihiro "Matz" Matsumoto | |
| 2014-04-29 | clear ci->proc to prevent GC crash | Yukihiro "Matz" Matsumoto | |
| 2014-04-28 | Add tests for multiline comment parsing | Carson McDonald | |
| 2014-04-28 | Accept =begin and =end with spaces after | Carson McDonald | |
| 2014-04-28 | make peek_n append p->pb to list | Carson McDonald | |
| 2014-04-29 | Merge pull request #19 from schmurfy/solaris_flock | Tomoyuki Sahara | |
| raise an error for flock on solaris | |||
| 2014-04-28 | raise an error for flock on solaris | Julien Ammous | |
| 2014-04-28 | Use int32_t as line variable type. | take_cheeze | |
| 2014-04-28 | Print file name and line number in codedump if available. | take_cheeze | |
| 2014-04-28 | Speed up Array#select! from O(n^2) to O(n). | Utkarsh Kukreti | |
| 2014-04-28 | should care about the case that given arguments are less then mandatory ↵ | Yukihiro "Matz" Matsumoto | |
| formal arguments and optional arguments exist; close #2144 | |||
| 2014-04-28 | fix OP_BLKPUSH dump format | Yukihiro "Matz" Matsumoto | |
| 2014-04-28 | Merge pull request #2143 from mirichi/test | Yukihiro "Matz" Matsumoto | |
| add post mandatory argument test | |||
| 2014-04-28 | add post mandatory argument test | mirichi | |
| 2014-04-28 | prevent printf warning | Yukihiro "Matz" Matsumoto | |
| 2014-04-28 | enable bintest on TravisCI to see how it works | Yukihiro "Matz" Matsumoto | |
| 2014-04-28 | better codedump formatting | Yukihiro "Matz" Matsumoto | |
| 2014-04-28 | presreve local variables names in irep->lv | Yukihiro "Matz" Matsumoto | |
| 2014-04-28 | Merge pull request #2142 from cremno/rename-mrb_str_buf_append | Yukihiro "Matz" Matsumoto | |
| rename `mrb_str_buf_append` to `mrb_str_cat_str` | |||
| 2014-04-28 | Merge pull request #2141 from kyab/fix_msvc_warning_numeric.c | Yukihiro "Matz" Matsumoto | |
| Fix MSVC warnings for numeric.c | |||
| 2014-04-28 | Merge pull request #2139 from suzukaze/add-array.select_bang | Yukihiro "Matz" Matsumoto | |
| Add Array#select_bang | |||
| 2014-04-28 | Merge pull request #2138 from take-cheeze/struct_to_a | Yukihiro "Matz" Matsumoto | |
| Implement Struct#to_a and Struct#values . | |||
| 2014-04-27 | rename `mrb_str_buf_append` to `mrb_str_cat_str` | cremno | |
| The new name is better and less confusing, because: - `mrb_str_append` calls `mrb_str_to_str` and this function doesn't - `mrb_str_buf_append` _is_ `mrb_str_cat` for `mrb_value` strings | |||
| 2014-04-28 | Fix MSVC warnings for numeric.c | kyab | |
| 2014-04-27 | Add Array#select_bang | Jun Hiroe | |
| 2014-04-27 | Implement Struct#to_a and Struct#values . | take_cheeze | |
| 2014-04-27 | NODE_SUPER should preserve stack region for block; ref #2136 | Yukihiro "Matz" Matsumoto | |
| 2014-04-27 | NODE_DEF should preserve stack region for lambda; ref #2136 | Yukihiro "Matz" Matsumoto | |
| 2014-04-27 | Merge pull request #2136 from mirichi/bug-fix2 | Yukihiro "Matz" Matsumoto | |
| area of implicit nil is not enough to nregs | |||
| 2014-04-27 | add Hash#fetch; close #2134 | Yukihiro "Matz" Matsumoto | |
| 2014-04-27 | re-apply 3644f1b since we have fixed GC bug | Yukihiro "Matz" Matsumoto | |
| 2014-04-27 | forgot to remove abort() | Yukihiro "Matz" Matsumoto | |
| 2014-04-27 | mark may be missed when eval() is called | Yukihiro "Matz" Matsumoto | |
| 2014-04-27 | Merge pull request #2137 from take-cheeze/module_function_eval | Yukihiro "Matz" Matsumoto | |
| Define eval as module function. | |||
| 2014-04-27 | Merge pull request #2135 from mirichi/bug-fix | Yukihiro "Matz" Matsumoto | |
| correct to compare MRB_STACK_GROWTH. | |||
| 2014-04-26 | Class.constants to take optional argument; close #2133 | Yukihiro "Matz" Matsumoto | |
| 2014-04-26 | Define eval as module function. | take_cheeze | |
| 2014-04-26 | area of implicit nil is not enough to nregs | mirichi | |
| 2014-04-26 | The correct is to compare the MRB_STACK_GROWTH. | mirichi | |
| 2014-04-26 | bit more peephole optimization for NODE_LVAR | Yukihiro "Matz" Matsumoto | |
| 2014-04-26 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-04-26 | check length before calling stack_copy(); based on a patch from @mirich; ↵ | Yukihiro "Matz" Matsumoto | |
| close #2129 | |||
| 2014-04-26 | Merge pull request #2130 from suzukaze/refactor-numeric.c | Yukihiro "Matz" Matsumoto | |
| Refactor numeric.c | |||
| 2014-04-26 | Refactor fix_xor() | Jun Hiroe | |
| 2014-04-26 | Refactor fix_or() | Jun Hiroe | |
| 2014-04-26 | Refactor fix_and() | Jun Hiroe | |
| 2014-04-26 | Refactor flo_finite_p() | Jun Hiroe | |
| 2014-04-26 | revert 3644f1b temporary since it caused SEGV only on Travis-CI | Yukihiro "Matz" Matsumoto | |
| 2014-04-26 | mruby-string-utf8: use mrb_int instead of size_t | Yukihiro "Matz" Matsumoto | |
| 2014-04-26 | Merge pull request #2128 from mirichi/refactoring-comparable | Yukihiro "Matz" Matsumoto | |
| Refactoring Comparable | |||
