- 25 Nov, 2015 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
add {Array|Hash|String}.try_convert
-
- 23 Nov, 2015 3 commits
-
-
takahashim authored
-
Yukihiro "Matz" Matsumoto authored
Fix MRB_DISABLE_STDIO typo.
-
Simon Génier authored
-
- 20 Nov, 2015 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Support Numeric#zero? and Numeric#nonzero?
-
takahashim authored
-
Yukihiro "Matz" Matsumoto authored
Fix typo on MRB_DISABLE_STDIO.
-
- 19 Nov, 2015 9 commits
-
-
Simon Génier authored
-
Yukihiro "Matz" Matsumoto authored
Fix check for VisualStudio Version in mruby-math gem
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Bugfix nagative-number lshift() bit overflow
-
Paolo Bosetti authored
-
- 18 Nov, 2015 1 commit
-
-
murase_syuka authored
-
- 17 Nov, 2015 9 commits
-
-
Yukihiro "Matz" Matsumoto authored
Update README.md
-
Yoshiori SHOJI authored
Fix mrbgems doc link.
-
murase_syuka authored
-
mimaki authored
-
Yukihiro "Matz" Matsumoto authored
Enable full-debug build on travis using `MRB_ENABLE_DEBUG_HOOK`
-
Yukihiro "Matz" Matsumoto authored
Fix MRB_ENABLE_DEBUG_HOOK config typo left from 4440566b
-
Zachary Scott authored
-
Zachary Scott authored
/cc #3014
-
Yukihiro "Matz" Matsumoto authored
add RUBY_ENGINE_VERSION
-
- 16 Nov, 2015 14 commits
-
-
Yukihiro "Matz" Matsumoto authored
document MRB_UTF8_STRING config macro
-
cremno authored
-
Yukihiro "Matz" Matsumoto authored
fix MRB_DISABLE_STDIO typos
-
cremno authored
RUBY_ENGINE_VERSION is equivalent to MRUBY_VERSION. It would be a standard way to get the interpreter version (without a case expression). It's also already defined by CRuby 2.3, JRuby 9000, Opal, and Rubinius.
-
cremno authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
changes: * rename DISABLE_STDIO -> MRB_DISABLE_STDIO * rename ENABLE_DEBUG -> MRB_ENABLE_DEBUG_HOOK * no more opposite macro definitions (e.g. ENABLE_STDIO, DISABLE_DEBUG). * rewrite above macro references throughout the code. * update documents
-
Yukihiro "Matz" Matsumoto authored
Add contributors from mruby-cli project to AUTHORS file
-
Yukihiro "Matz" Matsumoto authored
Added type annotation to YARD.
-
Mav7 authored
-
Yukihiro "Matz" Matsumoto authored
fix comment
-
murase_syuka authored
-
Zachary Scott authored
-
Yukihiro "Matz" Matsumoto authored
This patch changes git gem behavior to never pull gems unless specified.
-