summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2013-11-15should output debug info for child ireps; close #1575Yukihiro "Matz" Matsumoto
2013-11-15should not free buffer that is still accessedYukihiro "Matz" Matsumoto
2013-11-15wrong size of filenames bufferYukihiro "Matz" Matsumoto
2013-11-15add new function mrb_load_irep_file_cxt() and simplifies mruby.cYukihiro "Matz" Matsumoto
2013-11-15fix irep memory leakYukihiro "Matz" Matsumoto
2013-11-15enum mrb_vtype varies on compile time configuration, namely MRB_NAN_BOXINGYukihiro "Matz" Matsumoto
2013-11-15remove warning on NAN_BOXINGYukihiro "Matz" Matsumoto
2013-11-14Merge pull request #1573 from Fleurer/fix1572Yukihiro "Matz" Matsumoto
2013-11-14fix length check in read_section_debug(); fix #1572fleuria
2013-11-14remove possible free-after-realloc problem; close #1570Yukihiro "Matz" Matsumoto
2013-11-14remove unnecessary jumpYukihiro "Matz" Matsumoto
2013-11-13Merge pull request #1571 from bggd/patch-1Yukihiro "Matz" Matsumoto
2013-11-13Changed a variable declaration to top of blockbggd
2013-11-13Changed a variable declaration to top of blockbggd
2013-11-13load_exec() no longer return fixnum value for no_exec; should close #1569Yukihiro "Matz" Matsumoto
2013-11-13fclose input fileYukihiro "Matz" Matsumoto
2013-11-13pacify some warnings on OpenBSDYukihiro "Matz" Matsumoto
2013-11-13fixnum in irep->pool may overflowYukihiro "Matz" Matsumoto