v3.0.9
stringio 3.0.9 - 2023-11-08
Improvements
-
JRuby: Aligned
StringIO#gets
behavior with the C implementation.
Fixes
-
CRuby: Fixed
StringIO#pread
with the length 0.Patch by Jean byroot Boussier.
-
CRuby: Fixed a bug that
StringIO#gets
with non ASCII compatible
encoding such as UTF-16 doesn't detect correct new line characters.Reported by IWAMOTO Kouichi.
Thanks
-
Jean byroot Boussier
-
IWAMOTO Kouichi