1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27769 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2010-05-13 03:56:56 +00:00
parent ef7992801d
commit 6f3791f465

View file

@ -1,6 +1,7 @@
Thu May 13 12:53:13 2010 NAKAMURA Usaku <usa@ruby-lang.org>
* io.c (swallow): support text mode and UTF-16/32 as internal encoding.
[Bug #1576]
* io.c (io_shift_cbuf): read and throw it away when str is NULL.