summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-13 03:56:56 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-13 03:56:56 +0000
commit6f3791f46551729339d1bec3743959d5618ef753 (patch)
tree053c7ef8f23b38b904ee34d9070fab72e3aeed4e
parentef7992801df0c91b49fff8465d19f114d9d069dc (diff)
[Bug #1576]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27769 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index df26877d3d..49c286b71c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.