summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2013-12-19Merge pull request #1610 from mruby-debian/for-upstreamYukihiro "Matz" Matsumoto
Fix typo from expornent to exponent
2013-12-19Fix typo from expornent to exponentNobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
2013-12-16Merge pull request #1609 from carsonmcdonald/updateinstallinfoYukihiro "Matz" Matsumoto
Update the INSTALL information to be more accurate
2013-12-16Update the INSTALL information to be more accurateCarson McDonald
2013-12-15Merge pull request #1608 from nanamiwang/vmcrashYukihiro "Matz" Matsumoto
Fixed callinfo buffer overflow while calling ensure handlers
2013-12-15Fixed callinfo buffer overflow while calling ensure handlersnanami
2013-12-10Merge pull request #1607 from h2so5/avoid-recursive-inspectionYukihiro "Matz" Matsumoto
Avoid recursive instance variable inspections
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
Fix mod.constants cannot return the single character constant
2013-12-08Fix mod.constants cannot return the single character constantbggd
2013-12-07Merge pull request #1605 from suzukaze/test-arrayYukihiro "Matz" Matsumoto
Fix ISO no in Array#* and Array#+
2013-12-07Fix ISO no in Array#* and Array#+Jun Hiroe
2013-12-04Merge pull request #1604 from carsonmcdonald/1477isatestYukihiro "Matz" Matsumoto
Add is_a? test to cover issue 1477
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
Change scapa and rcapa to size_t, use scapa.
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
Proposal of mrb_intern_lit macro.
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
Fix build error for MRB_WORD_BOXING
2013-11-26Fix build error for MRB_WORD_BOXINGkyab
2013-11-25Merge pull request #1597 from take-cheeze/mrbcfileYukihiro "Matz" Matsumoto
debug record size assertion fail
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 ↵Yukihiro "Matz" Matsumoto
https://github.com/crimsonwoods/mruby into crimsonwoods-modify_toolchains_gcc
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
get_filename_table_size realloc fix.
2013-11-24Merge pull request #1593 from perlun/patch-1Yukihiro "Matz" Matsumoto
Updated the documentation to better match the way things work now that 172cd28 is merged.
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
'CXX' is used instead of 'CC'. 'CXXFLAGS' is used instead of 'CFLAGS'.
2013-11-23Modify build script for gcc.crimsonwoods
Newly added compile option '-std=gnu99' is not necessary for C++. And 'g++' should be used to compile for C++ source codes, I think.
2013-11-23Updated the documentation to better match the way things work now that ↵Per Lundberg
172cd28 is merged.
2013-11-22Merge pull request #1592 from perlun/auto-toolchainYukihiro "Matz" Matsumoto
Automatically detect toolchain if it is visualcpp, and hence we drop vs2010.rake altogether - it’s no longer needed.
2013-11-22Merge pull request #1591 from iij/pr-fixed-arena-on-travisYukihiro "Matz" Matsumoto
build with MRB_GC_FIXED_ARENA on travis
2013-11-22Automatically detect toolchain if it is visualcpp, and hence we drop ↵Per Lundberg
vs2010.rake altogether - it’s no longer needed.
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
You will not see "arena overflow" error anymore, but I encourage gem authors to check your gems with MRB_GC_FIXED_ARENA to avoid memory broat.
2013-11-20Merge pull request #1590 from iij/pr-declare-struct-mrb-irepYukihiro "Matz" Matsumoto
declare struct mrb_irep.
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