From 43373faa32b613b227c614671492ed1a571fa901 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 3 Dec 2003 17:30:09 +0000 Subject: * io.c (argf_read): should not terminate on empty string; wait until real EOF. [ruby-dev:21969] * io.c (argf_read): should adjust length to read, when length is specified and read spans command line argument files. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fca180cb5..6f290088c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Dec 4 01:45:24 2003 Yukihiro Matsumoto + + * io.c (argf_read): should not terminate on empty string; wait + until real EOF. [ruby-dev:21969] + + * io.c (argf_read): should adjust length to read, when length is + specified and read spans command line argument files. + Wed Dec 3 19:38:36 2003 Masatoshi SEKI * lib/drb/drb.rb: correct fcntl parameter. [ruby-dev:22120] -- cgit