- 30 Dec, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
The issue was reported by https://hackerone.com/ston3
-
- 28 Dec, 2016 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Check array max size
-
- 27 Dec, 2016 1 commit
-
-
ksss authored
Fix #3354
-
- 26 Dec, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Fix segv when primitive value
-
- 25 Dec, 2016 1 commit
-
-
ksss authored
Fix #3352
-
- 24 Dec, 2016 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Check overflow string length
-
Yukihiro "Matz" Matsumoto authored
Do nothing when empty string
-
- 23 Dec, 2016 2 commits
- 21 Dec, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
This issue was reported by https://hackerone.com/mg36
-
- 20 Dec, 2016 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Added example for cross-compiling on Renesas RX630
-
Jun Takeda authored
-
- 17 Dec, 2016 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
Reported by https://hackerone.com/haquaman.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Reported by Denis Kasak https://hackerone.com/dkasak
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fix crash when exponent is -2147483648
-
- 15 Dec, 2016 1 commit
-
-
Clayton Smith authored
-
- 14 Dec, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 13 Dec, 2016 7 commits
-
-
Yukihiro "Matz" Matsumoto authored
Check type before calling mrb_range_ptr.
-
Clayton Smith authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Reported from @clayton-shopify.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 12 Dec, 2016 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Also msym size changed to 512 from 256.
-
Yukihiro "Matz" Matsumoto authored
-
- 11 Dec, 2016 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
Support pkg-config in mrbgem.rake
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Implement Object#freeze
-
Kouhei Sutou authored
Example usage: MRuby::Gem::Specification.new('mruby-onig-regexp') do |spec| # ... if spec.search_package('onigmo') # Use onigmo.h when onigmo.pc exist. spec.cc.defines += ["HAVE_ONIGMO_H"] elsif spec.search_package('oniguruma') # Use oniguruma.h when oniguruma.pc exist. spec.cc.defines += ["HAVE_ONIGURUMA_H"] else # Use bundled Onigmo otherwise. # ... end end
-
- 10 Dec, 2016 3 commits
-
-
Takashi Kokubun authored
-
Yukihiro "Matz" Matsumoto authored
Mark all the built-in classes during GC sweep
-
Yukihiro "Matz" Matsumoto authored
-