summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2014-01-04always clear ci->errYukihiro "Matz" Matsumoto
2014-01-04quicker release of arena after ensure callsYukihiro "Matz" Matsumoto
2014-01-04Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-01-03mrb_ary_splat() to call #to_aYukihiro "Matz" Matsumoto
2014-01-03use macros for assignments to ci->errh2so5
2014-01-02Merge pull request #1634 from cremno/use-mrb_fixnum_pYukihiro "Matz" Matsumoto
2014-01-02Merge pull request #1632 from cremno/superfluous-returnYukihiro "Matz" Matsumoto
2014-01-02Merge pull request #1637 from h2so5/extended-arena-sizeYukihiro "Matz" Matsumoto
2014-01-02Merge pull request #1636 from cremno/mrb_get_args-z-errmsgYukihiro "Matz" Matsumoto
2014-01-02Fix extended arena check in gc_protecth2so5
2014-01-02use the same error msg as mrb_str_to_cstr/CRubycremno
2014-01-02remove various preprocessor conditionalscremno
2014-01-02tiny word boxing optimizationcremno
2014-01-02codegen.c: remove superfluous returncremno
2013-12-27return-value of mrb_run is invalid in top-level-scopecubicdaiya
2013-12-26adjust register position for return value; fix #1620Yukihiro "Matz" Matsumoto
2013-12-26revert fix in #1620Yukihiro "Matz" Matsumoto
2013-12-26Merge branch 'singletonfix' of https://github.com/carsonmcdonald/mruby into c...Yukihiro "Matz" Matsumoto
2013-12-25Fix return when value expectedCarson McDonald
2013-12-25use static symbols for debug filename infoYukihiro "Matz" Matsumoto
2013-12-25wrong operator precedence fixedYukihiro "Matz" Matsumoto
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-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-23Merge pull request #1615 from crimsonwoods/remove_strong_coupling_by_khashYukihiro "Matz" Matsumoto
2013-12-23Remove 'mrb_state' field from 'kh_xxx_t' structure.crimsonwoods
2013-12-23change behavior of mrb_sym2strh2so5
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-19fix codegen bug in NODE_CASEh2so5
2013-12-19fix TypeError messageh2so5
2013-12-19Fix typo from expornent to exponentNobuhiro Iwamatsu
2013-12-15Fixed callinfo buffer overflow while calling ensure handlersnanami
2013-12-10Avoid recursive instance variable inspectionsh2so5
2013-12-08Fix mod.constants cannot return the single character constantbggd
2013-12-07Fix ISO no in Array#* and Array#+Jun Hiroe
2013-12-05remove unnecessary keep size adjustment in stack_extend_alloc(); close #1602Yukihiro "Matz" Matsumoto
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