v3.0.9 #70
v3.0.9
#70
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
stringio 3.0.9 - 2023-11-08
Improvements
JRuby: Aligned
StringIO#gets
behavior with the C implementation.Update getline logic to match C version #61
Fixes
CRuby: Fixed
StringIO#pread
with the length 0.Patch by Jean byroot Boussier.
StringIO#pread: handle 0 length like IO#pread #67
CRuby: Fixed a bug that
StringIO#gets
with non ASCII compatibleencoding such as UTF-16 doesn't detect correct new line characters.
Reported by IWAMOTO Kouichi.
UTF-16LEな文字列でgetsが正しく動かない #68
Thanks
Jean byroot Boussier
IWAMOTO Kouichi
This discussion was created from the release v3.0.9.
Beta Was this translation helpful? Give feedback.
All reactions