| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-29 | Merge pull request #2155 from cremno/define-resize_capa-as-a-function | Yukihiro "Matz" Matsumoto | |
| define `resize_capa` as a function | |||
| 2014-04-29 | Merge pull request #2157 from cremno/remove-mrb_str_offset | Yukihiro "Matz" Matsumoto | |
| remove `mrb_str_offset` | |||
| 2014-04-29 | Merge pull request #2154 from cremno/dbl_dig | Yukihiro "Matz" Matsumoto | |
| remove `DBL_DIG` fallback definition | |||
| 2014-04-29 | remove `mrb_str_offset` | cremno | |
| 2014-04-29 | fix disabled stdio (and remove trailing spaces) | cremno | |
| 2014-04-29 | remove `DBL_DIG` fallback definition | cremno | |
| 2014-04-29 | include the missing header for `DBL_DIG` | cremno | |
| 2014-04-29 | define `resize_capa` as a function | cremno | |
| This increases readability and maintainability, and it also doesn't use reserved identifiers. | |||
| 2014-04-29 | Fix MSVC warning for symbol.c | kyab | |
| 2014-04-29 | Merge pull request #2151 from carsonmcdonald/multilinecommentfix | Yukihiro "Matz" Matsumoto | |
| Fix multiline comments | |||
| 2014-04-29 | make cioff in struct REnv from int to ptrdiff_t; close #2149 | Yukihiro "Matz" Matsumoto | |
| 2014-04-29 | cast intptr_t to mrb_int to pacify compiler warning; close #2148 | Yukihiro "Matz" Matsumoto | |
| 2014-04-29 | clear all stack everytime to prevent GC crash; ref #2109 | Yukihiro "Matz" Matsumoto | |
| 2014-04-29 | stack may be uncleared | Yukihiro "Matz" Matsumoto | |
| 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 | Accept =begin and =end with spaces after | Carson McDonald | |
| 2014-04-28 | make peek_n append p->pb to list | Carson McDonald | |
| 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 | 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 | prevent printf warning | 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-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-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 | 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 #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 | 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 | 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 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-04-26 | should use plain int for index, since i may be printed using %d; close #2127 | Yukihiro "Matz" Matsumoto | |
| 2014-04-26 | Merge pull request #2126 from kyab/fix_msvc_warning_error.c | Yukihiro "Matz" Matsumoto | |
| Fix MSVC warnings for error.c | |||
| 2014-04-26 | Merge pull request #2124 from take-cheeze/eval_file_line | Yukihiro "Matz" Matsumoto | |
| Support file name and line number argument in eval. | |||
| 2014-04-26 | Merge pull request #2118 from ksss/range-bool | Yukihiro "Matz" Matsumoto | |
| RRange excl flag use mrb_bool insteard of int | |||
| 2014-04-26 | Fix MSVC warnings for error.c | kyab | |
| 2014-04-25 | Fix lineno overwrite in parser_init_cxt. | take_cheeze | |
| By reordering parsing string with mrb_parser_parse won't always start with line 1. | |||
| 2014-04-25 | Refactoring OP_CALL | mirichi | |
