aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-13 03:55:19 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-13 03:55:19 +0000
commitef7992801df0c91b49fff8465d19f114d9d069dc (patch)
treeba65e8f4bc3d00c99d06acb3fcf5f70ade9acfbf /ChangeLog
parent2603874f8f657de3747d57f2fe17f0da3d2bfa58 (diff)
downloadruby-ef7992801df0c91b49fff8465d19f114d9d069dc.tar.gz
* io.c (swallow): support text mode and UTF-16/32 as internal encoding.
* io.c (io_shift_cbuf): read and throw it away when str is NULL. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a8aab3b9e4..df26877d3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
+ * io.c (io_shift_cbuf): read and throw it away when str is NULL.
+
Thu May 13 09:45:27 2010 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/Makefile.sub: link with ffs.obj.