From 99cb8dc38a8624cb248dfc0afcd33ba896080324 Mon Sep 17 00:00:00 2001 From: naruse Date: Sat, 21 Nov 2009 07:03:06 +0000 Subject: * io.c (read_all): fix: false negative invalid byte seequence on reading from pipes. [ruby-dev:39743] fix: assigin the variable 'pos' as relative value from recent pos. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25880 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6da478814..2d411873e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Nov 21 15:58:43 2009 NARUSE, Yui + + * io.c (read_all): fix: false negative invalid byte seequence + on reading from pipes. [ruby-dev:39743] + fix: assigin the variable 'pos' as relative value from recent pos. + Sat Nov 21 14:44:16 2009 NARUSE, Yui * file.c (file_path_convert): delay getting UTF8-MAC encoding -- cgit