Improvements
- Improved documents
- Patch by Burdette Lamar
Fixes
-
Fixed SEGV in
StringIO#seekwithSEEK_ENDonStringIO.new(nil)- GH-137
- Patch by koh-sh
-
Fixed SEGV in
StringIO#readonStringIO.new(nil) -
Fixed SEGV in
StringIO#preadonStringIO.new(nil) -
Fixed SEGV in
StringIO#eof?onStringIO.new(nil) -
JRuby: Fixed a bug that
StringIO#readdoesn't clear code range- GH-156
- Patch by Karol Bucek
Thanks
-
koh-sh
-
Burdette Lamar
-
Karol Bucek