- 26 Jul, 2016 1 commit
-
-
ksss authored
-
- 25 Jul, 2016 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix broken msvc build
-
Yukihiro "Matz" Matsumoto authored
Fix crash in mrb_parser_free() due to freed memory access
-
Yukihiro "Matz" Matsumoto authored
yard docs for string.h
-
Yukihiro "Matz" Matsumoto authored
Should not define to `Struct` class
-
Yukihiro "Matz" Matsumoto authored
reported by https://gist.github.com/miura1729/53fbd8af889c289a79108e38635b2378 fix proposed by @miura1729 in https://github.com/miura1729/mruby/commit/b1b7933f7aa950cfb747b06327a0d0340f3e4ff8
-
Yukihiro "Matz" Matsumoto authored
refactored redundant functions; removed optimized accessors for safety this fix also close #3178
-
- 23 Jul, 2016 3 commits
-
-
Ralph Desir(Mav7) authored
-
Takashi Sawanaka authored
-
Takashi Sawanaka authored
-
- 22 Jul, 2016 2 commits
- 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
-