From 7be6cbef51c76402295bb6638b1b53adde6e8e2d Mon Sep 17 00:00:00 2001 From: wanabe Date: Mon, 16 Nov 2009 05:06:16 +0000 Subject: * io.c (read_all): shift read buffer if exception occured. pointed out in [ruby-dev:39702]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3fb2ee29b..754c91411 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Nov 16 14:03:53 2009 wanabe + + * io.c (read_all): shift read buffer if exception occured. + pointed out in [ruby-dev:39702]. + Mon Nov 16 07:59:38 2009 wanabe * io.c (read_all): don't call io_shift_cbuf until bufffering enough or -- cgit