- 22 Jul, 2016 1 commit
-
-
ksss authored
-
- 14 Jul, 2016 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
String#insert should be destructive
-
ksss authored
-
Yukihiro "Matz" Matsumoto authored
Should raise LocalJumpError when no block given
-
ksss authored
-
- 12 Jul, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 08 Jul, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
C doesn't have try-catch
-
- 07 Jul, 2016 1 commit
-
-
Junichi Kajiwara authored
-
- 01 Jul, 2016 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix warning shift-negative-value
-
ksss authored
-
- 30 Jun, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Fix compilation error with GC_PROFILE.
-
- 29 Jun, 2016 1 commit
-
-
Yuji Yamano authored
-
- 18 Jun, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Fix public methods
-
- 17 Jun, 2016 2 commits
-
-
Yasuhiro Matsumoto authored
-
Yasuhiro Matsumoto authored
-
- 14 Jun, 2016 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Update doc, write about add_test_dependency
-
Uchio KONDO authored
-
- 10 Jun, 2016 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
when multiple mrb_gc_register() were called for the same object
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
need to find out real memory bug that appears in full-debug/mrbtest
-
- 16 May, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 15 May, 2016 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 11 May, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
add function for checked mrb_int multiplication
-
- 10 May, 2016 5 commits
-
-
cremno authored
-
cremno authored
- call __builtin_mul_overflow() if it's available - perform a 64-bit multiplication for 32-bit mrb_int (default) - otherwise a much slower method is used
-
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 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Avoid Syntax Error on CRuby v1.8
-