aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-13 09:16:32 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-13 09:16:32 +0000
commitdaac3ed0b4dea32d22728e0eb69ed5140ca6ad14 (patch)
treebc26a2ef8460f0239c6f513fbc358d88d05654c1 /ChangeLog
parent552243aa152098835b82cddd5919585cd0b229d4 (diff)
downloadruby-daac3ed0b4dea32d22728e0eb69ed5140ca6ad14.tar.gz
* io.c (swallow): should use more_char() instead of fill_cbuf().
suggested by akr. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27782 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1db25a78e9..205e255318 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu May 13 18:15:33 2010 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * io.c (swallow): should use more_char() instead of fill_cbuf().
+ suggested by akr.
+
Thu May 13 17:56:07 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/io/console/console.c (console_set_echo, console_echo_p): use