- 28 Feb, 2017 8 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
The fix is suggested by https://hackerone.com/lucnguyen
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
The issue is reported by https://hackerone.com/aerodudrizzt
-
- 27 Feb, 2017 7 commits
-
-
Yukihiro "Matz" Matsumoto authored
Internal method_missing works without problems.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 26 Feb, 2017 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
GitLab.com tests for multiple configurations
-
- 24 Feb, 2017 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Build with byacc
-
Tomoyuki Sahara authored
-
- 16 Feb, 2017 10 commits
-
-
Yukihiro "Matz" Matsumoto authored
Additional options for Android build script.
-
Felix Jones authored
-
Felix Jones authored
Android toolchain separated target architecture compile flags (ctarget) from shared compile flags (cflags). Added support for custom mfpu and float-abi switches for the armeabi-v7a target.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Build fix for 32-bit clang 3.8/3.9 with MRB_INT64
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Felix Jones authored
-
Tomasz Dabrowski authored
Gitlab testing is introduced, using GitLab CI, to test many different configurations: - 32/64 bit architecture - float/double - 16/32/64 bit int size - none/NaN/word boxing - ASCII/UTF8 using various compilers: - gcc-4.7 - gcc-4.8 - gcc-4.9 - gcc-5 - gcc-6 - clang-3.5 - clang-3.6 - clang-3.7 - clang-3.8 - clang-3.9
-
Tomasz Dabrowski authored
-
- 15 Feb, 2017 12 commits
-
-
Yukihiro "Matz" Matsumoto authored
CRuby defines #instance_exec in BasicObject, but we don't. It's a small incompatibility that isn't worth accomplish at the price of implementation complexity.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
More compatibility to CRuby. Updated tests that assume old mruby behavior.
-
Yukihiro "Matz" Matsumoto authored
`mrb_funcall()` recursion can cause stack overflow easily, so recursion depth is now limited to MRB_FUNCALL_DEPTH_MAX, which default value is 512.
-
Yukihiro "Matz" Matsumoto authored
This change reduce flexibility but makes mruby simpler and faster.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Update android build script.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-