summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-12-19Merge pull request #1610 from mruby-debian/for-upstreamYukihiro "Matz" Matsumoto
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
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