summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-12-25avoid copying when the original string comes with MRB_STR_NOFREEYukihiro "Matz" Matsumoto
2013-12-25clear STR_NOFREE flag on modifyYukihiro "Matz" Matsumoto
2013-12-25Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-12-25zero copy str_new from static allocate irepYukihiro "Matz" Matsumoto
2013-12-25zero copy intern from static allocate irepYukihiro "Matz" Matsumoto
2013-12-25rename mrb_intern_litral -> mrb_intern_staticYukihiro "Matz" Matsumoto
2013-12-24Merge pull request #1618 from h2so5/fix-1617Yukihiro "Matz" Matsumoto
2013-12-24fix #1617h2so5
2013-12-24class/module body to honor whether value is required or not; reduce a few ins...Yukihiro "Matz" Matsumoto
2013-12-24zero copy C literal strings in symbol tableYukihiro "Matz" Matsumoto
2013-12-24remove MRB_IREP_ARRAY_INIT_SIZE which is no longer usedYukihiro "Matz" Matsumoto
2013-12-24string type check based on #to_str to encourage duck typing; #1616Yukihiro "Matz" Matsumoto
2013-12-23Merge pull request #1616 from h2so5/verify-string-matchYukihiro "Matz" Matsumoto
2013-12-24verify the argument of String#=~h2so5
2013-12-23Merge pull request #1615 from crimsonwoods/remove_strong_coupling_by_khashYukihiro "Matz" Matsumoto
2013-12-23Merge pull request #1614 from h2so5/change-sym2strYukihiro "Matz" Matsumoto
2013-12-23Remove 'mrb_state' field from 'kh_xxx_t' structure.crimsonwoods
2013-12-23change behavior of mrb_sym2strh2so5
2013-12-20Merge pull request #1613 from h2so5/test-case-statementsYukihiro "Matz" Matsumoto
2013-12-20add some tests for case statementsh2so5
2013-12-19Merge pull request #1612 from h2so5/node-caseYukihiro "Matz" Matsumoto
2013-12-19Merge pull request #1611 from h2so5/inspect-typeYukihiro "Matz" Matsumoto
2013-12-19Merge pull request #1610 from mruby-debian/for-upstreamYukihiro "Matz" Matsumoto
2013-12-19fix codegen bug in NODE_CASEh2so5
2013-12-19fix TypeError messageh2so5
2013-12-19Fix typo from expornent to exponentNobuhiro Iwamatsu
2013-12-16Merge pull request #1609 from carsonmcdonald/updateinstallinfoYukihiro "Matz" Matsumoto
2013-12-16Update the INSTALL information to be more accurateCarson McDonald
2013-12-15Merge pull request #1608 from nanamiwang/vmcrashYukihiro "Matz" Matsumoto
2013-12-15Fixed callinfo buffer overflow while calling ensure handlersnanami
2013-12-10Merge pull request #1607 from h2so5/avoid-recursive-inspectionYukihiro "Matz" Matsumoto
2013-12-10Avoid recursive instance variable inspectionsh2so5
2013-12-09modify test case to check #1606Yukihiro "Matz" Matsumoto
2013-12-08Merge pull request #1606 from bggd/patch-1Yukihiro "Matz" Matsumoto
2013-12-08Fix mod.constants cannot return the single character constantbggd
2013-12-07Merge pull request #1605 from suzukaze/test-arrayYukihiro "Matz" Matsumoto
2013-12-07Fix ISO no in Array#* and Array#+Jun Hiroe
2013-12-04Merge pull request #1604 from carsonmcdonald/1477isatestYukihiro "Matz" Matsumoto
2013-12-05remove unnecessary keep size adjustment in stack_extend_alloc(); close #1602Yukihiro "Matz" Matsumoto
2013-12-04Add is_a? test to cover issue 1477Carson McDonald
2013-12-03avoid top-level pool release at codegen_error() and fixed some memory leaksYukihiro "Matz" Matsumoto
2013-12-03should not access scope after releasing memory poolYukihiro "Matz" Matsumoto
2013-12-02Merge pull request #1601 from carsonmcdonald/srcaptosizetYukihiro "Matz" Matsumoto
2013-12-02Change scapa and rcapa to size_t, use scapa.Carson McDonald
2013-12-01Merge pull request #1600 from take-cheeze/mrb_intern_litYukihiro "Matz" Matsumoto
2013-12-01add mrb_intern_lit for creating symbol from string literaltake_cheeze
2013-12-01inline mrb_gc_arena_restore() and stack_extend() in VM loopYukihiro "Matz" Matsumoto
2013-11-29rename mrb_intern2() to mrb_intern(); huge API incompatibility; close #1513Yukihiro "Matz" Matsumoto
2013-11-27float objects in pool are objects when MRB_WORD_BOXING is setYukihiro "Matz" Matsumoto
2013-11-26Merge pull request #1599 from kyab/fix_mrb_word_boxingYukihiro "Matz" Matsumoto