August 2015 Stable Release
Changes from the previous release are:
- 2**63 is -9223372036854775808 mruby#2909
- rake test fails when MRB_INT64 is defined d04cc8d
- Don't crash if pattern not found for sub mruby#2890
- Coverity: null pointer dereference when #method_missing is undefined mruby#2878
- Coverity: fix oob write by actually truncating buffer mruby#2874
- Implement
NoMethodError#args. mruby#2347