summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-12-02Change scapa and rcapa to size_t, use scapa.Carson McDonald
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
2013-11-26Fix build error for MRB_WORD_BOXINGkyab
2013-11-25Merge pull request #1597 from take-cheeze/mrbcfileYukihiro "Matz" Matsumoto
2013-11-26move debug record size assertion to correct positiontake_cheeze
2013-11-26use mrbc of current build in non cross buildtake_cheeze
2013-11-26append defines instead of assigningtake_cheeze
2013-11-25add CFLAGS as a fallback from CXXFLAGS; ref #1594Yukihiro "Matz" Matsumoto
2013-11-25Merge branch 'modify_toolchains_gcc' of https://github.com/crimsonwoods/mruby...Yukihiro "Matz" Matsumoto
2013-11-25remove MRB_PARSER_BUF_SIZE configuration; close #1596Yukihiro "Matz" Matsumoto
2013-11-24Merge pull request #1595 from take-cheeze/filename_realloc_fixYukihiro "Matz" Matsumoto
2013-11-24Merge pull request #1593 from perlun/patch-1Yukihiro "Matz" Matsumoto
2013-11-24fix realloc errortake_cheeze
2013-11-24add enable_debug method to MRuby::Build and build debug version in travis-citake_cheeze
2013-11-23Modify referenced environment variables.crimsonwoods
2013-11-23Modify build script for gcc.crimsonwoods
2013-11-23Updated the documentation to better match the way things work now that 172cd2...Per Lundberg
2013-11-22Merge pull request #1592 from perlun/auto-toolchainYukihiro "Matz" Matsumoto
2013-11-22Merge pull request #1591 from iij/pr-fixed-arena-on-travisYukihiro "Matz" Matsumoto
2013-11-22Automatically detect toolchain if it is visualcpp, and hence we drop vs2010.r...Per Lundberg
2013-11-22build with MRB_GC_FIXED_ARENA.Tomoyuki Sahara
2013-11-22Make mrb->arena variable sized. Use MRB_GC_FIXED_ARENA for old behavior.Yukihiro "Matz" Matsumoto
2013-11-20Merge pull request #1590 from iij/pr-declare-struct-mrb-irepYukihiro "Matz" Matsumoto
2013-11-21declare struct mrb_irep.Tomoyuki Sahara
2013-11-20rename API mrb_str_dup_static() -> mrb_str_pool()Yukihiro "Matz" Matsumoto
2013-11-20need to free pooled string bodies as wellYukihiro "Matz" Matsumoto
2013-11-20mrb format should be portable among configurations (e.g. MRB_NAN_BOXING)Yukihiro "Matz" Matsumoto
2013-11-20resolve conflictYukihiro "Matz" Matsumoto
2013-11-19irep->pool struct pool -> mrb_valueMiura Hideki
2013-11-19Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-11-19parser_dump() is not used in mrbc; close #1561Yukihiro "Matz" Matsumoto
2013-11-19Merge pull request #1587 from perlun/patch-1Yukihiro "Matz" Matsumoto
2013-11-19Fixed so that it builds with VS2013. VLA:s are not supported, because of its ...Per Lundberg
2013-11-18Merge pull request #1584 from cremno/rename-mrb_exc_new3Yukihiro "Matz" Matsumoto
2013-11-18Merge pull request #1585 from cremno/codegen-fixesYukihiro "Matz" Matsumoto
2013-11-18Merge pull request #1586 from cremno/gcc-std-gnu99Yukihiro "Matz" Matsumoto
2013-11-19clear ci->err after const set; revert 5b51b1; ref #1583Yukihiro "Matz" Matsumoto
2013-11-18GCC: add -std=gnu99 to CFLAGScremno
2013-11-18renamed mrb_exc_new3 to mrb_exc_new_strcremno
2013-11-18codegen_malloc/realloc: static + simple mem alloccremno
2013-11-18ci->err may be out of boud; close #1583Yukihiro "Matz" Matsumoto
2013-11-18write_debug_record should dump info recursively; close #1581Yukihiro "Matz" Matsumoto
2013-11-18check upper callinfo to call ensure block; close #1579Yukihiro "Matz" Matsumoto
2013-11-18Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-11-17Merge pull request #1582 from takahashim/warning-enum-irep_pool_typeYukihiro "Matz" Matsumoto
2013-11-17fix warning: "implicit conversion from enumeration type 'enum mrb_vtype' to d...takahashim
2013-11-15wrong size of filenames bufferYukihiro "Matz" Matsumoto