- 10 May, 2016 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
fix MRUBY_VERSION value
-
Yukihiro "Matz" Matsumoto authored
improve checked mrb int arithmetic implementation
-
Yukihiro "Matz" Matsumoto authored
fix #3152
-
- 09 May, 2016 6 commits
-
-
cremno authored
RUBY_ENGINE_VERSION and MRUBY_VERSION should refer to the same string.
-
cremno authored
-
cremno authored
Version checking is not reliable - especially with Clang. E.g. Apple's Clang (Xcode) uses different version numbers. A feature check (__has_builtin) is the recommened way. Add the MRB_HAVE_TYPE_GENERIC_CHECKED_ARITHMETIC_BUILTINS macro which may be used in other files.
-
cremno authored
-
Yukihiro "Matz" Matsumoto authored
Remove needless assignment
-
Kouhei Sutou authored
d4ee409a should remove this line.
-
- 27 Apr, 2016 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Use stack directly
-
-
- 23 Apr, 2016 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
MRB_INT_MAX does not have corresponding positive integer
-
Yukihiro "Matz" Matsumoto authored
-
- 16 Apr, 2016 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Avoid Syntax Error on CRuby v1.8
-
ksss authored
CRuby v1.8 dose not support named capture
-
- 13 Apr, 2016 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
fix syntax highlighting
-
Timo Schilling authored
-
- 11 Apr, 2016 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 04 Apr, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 31 Mar, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 30 Mar, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
`a` in `a.m += c` or `a[b] += c` should be evaluated only once.
-
- 29 Mar, 2016 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 25 Mar, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Add missing regs update
-
- 24 Mar, 2016 3 commits
-
-
Kouhei Sutou authored
mrb_vm_define_class() may realloc() mrb->c->stack because it calls mrb_funcall() for inherited hook. If mrb->c->stack is realloc()-ed, regs refers orphan address.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 23 Mar, 2016 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 22 Mar, 2016 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
deprecate and fix VS2010/2012 build
-
cremno authored
They don't have <inttypes.h>, only <stdint.h>.
-
cremno authored
-
cremno authored
-
- 21 Mar, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 20 Mar, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-