| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-01-06 | small cosmetic variable renaming | Yukihiro "Matz" Matsumoto | |
| 2014-01-06 | adjust proc->target_class according to surrounding proc->target_class; based ↵ | Yukihiro "Matz" Matsumoto | |
| on a patch from @Fleurer; close #1627 | |||
| 2014-01-05 | need not to initialize ci->err at toplevel | Yukihiro "Matz" Matsumoto | |
| 2014-01-05 | avoid decrimenting eidx out of ecall() | Yukihiro "Matz" Matsumoto | |
| 2014-01-05 | execute ensure clause correctly without OP_EPOP | h2so5 | |
| 2014-01-04 | should splat and iterate elements when "*ary" speficied in the case-when ↵ | Yukihiro "Matz" Matsumoto | |
| clause; close #1627 | |||
| 2014-01-04 | pop ensure stack before execution; close #1638 | Yukihiro "Matz" Matsumoto | |
| 2014-01-04 | always clear ci->err | Yukihiro "Matz" Matsumoto | |
| 2014-01-04 | quicker release of arena after ensure calls | Yukihiro "Matz" Matsumoto | |
| 2014-01-04 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-01-03 | mrb_ary_splat() to call #to_a | Yukihiro "Matz" Matsumoto | |
| 2014-01-03 | use macros for assignments to ci->err | h2so5 | |
| 2014-01-02 | Merge pull request #1634 from cremno/use-mrb_fixnum_p | Yukihiro "Matz" Matsumoto | |
| tiny word boxing optimization | |||
| 2014-01-02 | Merge pull request #1632 from cremno/superfluous-return | Yukihiro "Matz" Matsumoto | |
| remove superfluous return in codedump_all | |||
| 2014-01-02 | Merge pull request #1637 from h2so5/extended-arena-size | Yukihiro "Matz" Matsumoto | |
| Fix extended arena check in gc_protect | |||
| 2014-01-02 | Merge pull request #1636 from cremno/mrb_get_args-z-errmsg | Yukihiro "Matz" Matsumoto | |
| use the same error msg as mrb_str_to_cstr/CRuby | |||
| 2014-01-02 | Fix extended arena check in gc_protect | h2so5 | |
| 2014-01-02 | use the same error msg as mrb_str_to_cstr/CRuby | cremno | |
| It's better to have one message for the same error than two different (although similar worded) ones. | |||
| 2014-01-02 | remove various preprocessor conditionals | cremno | |
| - HAVE_IEEEFP_H is nowhere defined or needed at all - FreeBSD < 4 is unsupported since years - MSVC workaround (around what exactly?) | |||
| 2014-01-02 | tiny word boxing optimization | cremno | |
| 2014-01-02 | codegen.c: remove superfluous return | cremno | |
| 2013-12-27 | return-value of mrb_run is invalid in top-level-scope | cubicdaiya | |
| The return-value of mrb_run in top-level-scope should be the evaluated value at last. | |||
| 2013-12-26 | adjust register position for return value; fix #1620 | Yukihiro "Matz" Matsumoto | |
| 2013-12-26 | revert fix in #1620 | Yukihiro "Matz" Matsumoto | |
| 2013-12-26 | Merge branch 'singletonfix' of https://github.com/carsonmcdonald/mruby into ↵ | Yukihiro "Matz" Matsumoto | |
| carsonmcdonald-singletonfix | |||
| 2013-12-25 | Fix return when value expected | Carson McDonald | |
| 2013-12-25 | use static symbols for debug filename info | Yukihiro "Matz" Matsumoto | |
| 2013-12-25 | wrong operator precedence fixed | Yukihiro "Matz" Matsumoto | |
| 2013-12-25 | avoid copying when the original string comes with MRB_STR_NOFREE | Yukihiro "Matz" Matsumoto | |
| 2013-12-25 | clear STR_NOFREE flag on modify | Yukihiro "Matz" Matsumoto | |
| 2013-12-25 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2013-12-25 | zero copy str_new from static allocate irep | Yukihiro "Matz" Matsumoto | |
| 2013-12-25 | zero copy intern from static allocate irep | Yukihiro "Matz" Matsumoto | |
| 2013-12-25 | rename mrb_intern_litral -> mrb_intern_static | Yukihiro "Matz" Matsumoto | |
| 2013-12-24 | fix #1617 | h2so5 | |
| 2013-12-24 | class/module body to honor whether value is required or not; reduce a few ↵ | Yukihiro "Matz" Matsumoto | |
| instructions for normal cases | |||
| 2013-12-24 | zero copy C literal strings in symbol table | Yukihiro "Matz" Matsumoto | |
| 2013-12-24 | remove MRB_IREP_ARRAY_INIT_SIZE which is no longer used | Yukihiro "Matz" Matsumoto | |
| 2013-12-23 | Merge pull request #1615 from crimsonwoods/remove_strong_coupling_by_khash | Yukihiro "Matz" Matsumoto | |
| Remove 'mrb_state' field from 'kh_xxx_t' structure. | |||
| 2013-12-23 | Remove 'mrb_state' field from 'kh_xxx_t' structure. | crimsonwoods | |
| 'kh_xxx_t' requires 'mrb_state' to allocate, free, and compute hash value. But 'mrb_state' should not be held by 'kh_xxx_t' and 'mrb_state' should be supplied from outside. | |||
| 2013-12-23 | change behavior of mrb_sym2str | h2so5 | |
| 2013-12-19 | Merge pull request #1612 from h2so5/node-case | Yukihiro "Matz" Matsumoto | |
| fix codegen bug in NODE_CASE | |||
| 2013-12-19 | Merge pull request #1611 from h2so5/inspect-type | Yukihiro "Matz" Matsumoto | |
| fix TypeError message | |||
| 2013-12-19 | fix codegen bug in NODE_CASE | h2so5 | |
| 2013-12-19 | fix TypeError message | h2so5 | |
| 2013-12-19 | Fix typo from expornent to exponent | Nobuhiro Iwamatsu | |
| Signed-off-by: Nobuhiro Iwamatsu <[email protected]> | |||
| 2013-12-15 | Fixed callinfo buffer overflow while calling ensure handlers | nanami | |
| 2013-12-10 | Avoid recursive instance variable inspections | h2so5 | |
| 2013-12-08 | Fix mod.constants cannot return the single character constant | bggd | |
| 2013-12-07 | Fix ISO no in Array#* and Array#+ | Jun Hiroe | |
