- 10 Dec, 2013 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Avoid recursive instance variable inspections
-
h2so5 authored
-
- 09 Dec, 2013 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fix mod.constants cannot return the single character constant
-
- 08 Dec, 2013 1 commit
-
-
bggd authored
-
- 07 Dec, 2013 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix ISO no in Array#* and Array#+
-
Jun Hiroe authored
-
- 05 Dec, 2013 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Add is_a? test to cover issue 1477
-
Yukihiro "Matz" Matsumoto authored
-
- 04 Dec, 2013 1 commit
-
-
Carson McDonald authored
-
- 02 Dec, 2013 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Change scapa and rcapa to size_t, use scapa.
-
Carson McDonald authored
-
Yukihiro "Matz" Matsumoto authored
Proposal of mrb_intern_lit macro.
-
- 01 Dec, 2013 1 commit
-
-
take_cheeze authored
-
- 30 Nov, 2013 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 28 Nov, 2013 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 27 Nov, 2013 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 26 Nov, 2013 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix build error for MRB_WORD_BOXING
-
kyab authored
-
Yukihiro "Matz" Matsumoto authored
debug record size assertion fail
-
take_cheeze authored
-
take_cheeze authored
-
take_cheeze authored
-
- 25 Nov, 2013 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
https://github.com/crimsonwoods/mrubyYukihiro "Matz" Matsumoto authored
Merge branch 'modify_toolchains_gcc' of https://github.com/crimsonwoods/mruby into crimsonwoods-modify_toolchains_gcc
-
Yukihiro "Matz" Matsumoto authored
-
- 24 Nov, 2013 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
get_filename_table_size realloc fix.
-
Yukihiro "Matz" Matsumoto authored
Updated the documentation to better match the way things work now that 172cd281 is merged.
-
take_cheeze authored
-
take_cheeze authored
-
crimsonwoods authored
'CXX' is used instead of 'CC'. 'CXXFLAGS' is used instead of 'CFLAGS'.
-
crimsonwoods authored
Newly added compile option '-std=gnu99' is not necessary for C++. And 'g++' should be used to compile for C++ source codes, I think.
-
- 23 Nov, 2013 1 commit
-
-
Per Lundberg authored
-
- 22 Nov, 2013 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
Automatically detect toolchain if it is visualcpp, and hence we drop vs2010.rake altogether - it’s no longer needed.
-
Yukihiro "Matz" Matsumoto authored
build with MRB_GC_FIXED_ARENA on travis
-
Per Lundberg authored
Automatically detect toolchain if it is visualcpp, and hence we drop vs2010.rake altogether - it’s no longer needed.
-
Tomoyuki Sahara authored
-
Yukihiro "Matz" Matsumoto authored
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.
-