Skip to content

December 2015 Stable Release

Choose a tag to compare

@tsahara tsahara released this 14 Dec 02:23
· 27 commits to stable_1_0 since this release

Changes from the previous release are:

  • Reject next, break and return with blocks. mruby#3039
  • fix possible buffer overruns on 64bit platforms
    mruby@abc7248
  • sprintf("%d") returns incorrect string when argument > MRB_INT_MAX
    mruby@996417c
  • sprintf("%b") returns incorrect string when argument < -512
    mruby@09abdcb
  • ArgumentError when sprintf("%b", (1<<10)) mruby#3025
  • undefined method 'const_missing' mruby#3003
  • Seg fault when trying to print a large hash mruby#3000
  • Assertion failed at mrb_field_write_barrier() mruby#2996
  • failing GC assertion when array is modified in the block passed to #each mruby#2825