Skip to content

August 2015 Stable Release

Choose a tag to compare

@tsahara tsahara released this 25 Aug 02:33
· 36 commits to stable_1_0 since this 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