| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-12-25 | Fix return when value expected | Carson McDonald | |
| 2013-12-25 | Add more testing for singletons | Carson McDonald | |
| 2013-12-25 | wrong operator precedence fixed | Yukihiro "Matz" Matsumoto | |
| 2013-12-24 | Merge pull request #1619 from carsonmcdonald/fixmoduleattrtest | Yukihiro "Matz" Matsumoto | |
| Change :vattr= to :cattr= in respond_to? test | |||
| 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 | Change :vattr= to :cattr= in respond_to? test | Carson McDonald | |
| 2013-12-24 | Merge pull request #1618 from h2so5/fix-1617 | Yukihiro "Matz" Matsumoto | |
| fix #1617 | |||
| 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-24 | string type check based on #to_str to encourage duck typing; #1616 | Yukihiro "Matz" Matsumoto | |
| 2013-12-23 | Merge pull request #1616 from h2so5/verify-string-match | Yukihiro "Matz" Matsumoto | |
| verify the argument of String#=~ | |||
| 2013-12-24 | verify the argument of String#=~ | h2so5 | |
| 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 | Merge pull request #1614 from h2so5/change-sym2str | Yukihiro "Matz" Matsumoto | |
| change behavior of mrb_sym2str | |||
| 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-20 | Merge pull request #1613 from h2so5/test-case-statements | Yukihiro "Matz" Matsumoto | |
| add some tests for case statements | |||
| 2013-12-20 | add some tests for case statements | 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 | Merge pull request #1610 from mruby-debian/for-upstream | Yukihiro "Matz" Matsumoto | |
| Fix typo from expornent to exponent | |||
| 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-16 | Merge pull request #1609 from carsonmcdonald/updateinstallinfo | Yukihiro "Matz" Matsumoto | |
| Update the INSTALL information to be more accurate | |||
| 2013-12-16 | Update the INSTALL information to be more accurate | Carson McDonald | |
| 2013-12-15 | Merge pull request #1608 from nanamiwang/vmcrash | Yukihiro "Matz" Matsumoto | |
| Fixed callinfo buffer overflow while calling ensure handlers | |||
| 2013-12-15 | Fixed callinfo buffer overflow while calling ensure handlers | nanami | |
| 2013-12-10 | Merge pull request #1607 from h2so5/avoid-recursive-inspection | Yukihiro "Matz" Matsumoto | |
| Avoid recursive instance variable inspections | |||
| 2013-12-10 | Avoid recursive instance variable inspections | h2so5 | |
| 2013-12-09 | modify test case to check #1606 | Yukihiro "Matz" Matsumoto | |
| 2013-12-08 | Merge pull request #1606 from bggd/patch-1 | Yukihiro "Matz" Matsumoto | |
| Fix mod.constants cannot return the single character constant | |||
| 2013-12-08 | Fix mod.constants cannot return the single character constant | bggd | |
| 2013-12-07 | Merge pull request #1605 from suzukaze/test-array | Yukihiro "Matz" Matsumoto | |
| Fix ISO no in Array#* and Array#+ | |||
| 2013-12-07 | Fix ISO no in Array#* and Array#+ | Jun Hiroe | |
| 2013-12-04 | Merge pull request #1604 from carsonmcdonald/1477isatest | Yukihiro "Matz" Matsumoto | |
| Add is_a? test to cover issue 1477 | |||
| 2013-12-05 | remove unnecessary keep size adjustment in stack_extend_alloc(); close #1602 | Yukihiro "Matz" Matsumoto | |
| 2013-12-04 | Add is_a? test to cover issue 1477 | Carson McDonald | |
| 2013-12-03 | avoid top-level pool release at codegen_error() and fixed some memory leaks | Yukihiro "Matz" Matsumoto | |
| 2013-12-03 | should not access scope after releasing memory pool | Yukihiro "Matz" Matsumoto | |
| 2013-12-02 | Merge pull request #1601 from carsonmcdonald/srcaptosizet | Yukihiro "Matz" Matsumoto | |
| Change scapa and rcapa to size_t, use scapa. | |||
| 2013-12-02 | Change scapa and rcapa to size_t, use scapa. | Carson McDonald | |
| 2013-12-01 | Merge pull request #1600 from take-cheeze/mrb_intern_lit | Yukihiro "Matz" Matsumoto | |
| Proposal of mrb_intern_lit macro. | |||
