- 24 Dec, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Do nothing when empty string
-
- 23 Dec, 2016 1 commit
-
-
ksss authored
Fix #3361
-
- 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 9 commits
-
-
Takashi Kokubun authored
-
Yukihiro "Matz" Matsumoto authored
Mark all the built-in classes during GC sweep
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Don't generate code for NODE_NEGATE if the result isn't used Reported by https://hackerone.com/haquaman
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
do not destroy a page with an active TT_ENV
-
Kazuho Oku authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fix segfault in gen_values with NOVAL and more than 127 args
-
- 09 Dec, 2016 2 commits
-
-
Bouke van der Bijl authored
-
Yukihiro "Matz" Matsumoto authored
Fix segfault when undef is called with more than 126 arguments
-