From 437ef6d8f1abfb0bbd0fe80c0a08e7d12e65a57d Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 14 Jun 2008 13:52:41 +0000 Subject: * ext/stringio/stringio.c (strio_sysread): should not raise at empty read. a patch from Arthur Schreiber at [ruby-core:17245]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17162 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 04b14208b..744f7a36f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Jun 14 22:52:35 2008 Nobuyoshi Nakada + + * ext/stringio/stringio.c (strio_sysread): should not raise at empty + read. a patch from Arthur Schreiber at [ruby-core:17245]. + Sat Jun 14 16:55:46 2008 Nobuyoshi Nakada * file.c (file_expand_path): no need to expand root path which has no -- cgit