From 1955257e85a23fafdc425d1951aeaaa3afebab96 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 11 Jul 2002 15:04:23 +0000 Subject: * ext/stringio/stringio.c (strio_gets_internal): fixed for record separator longer than 1. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d5022d325..2e14cf819 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Jul 12 00:02:50 2002 Nobuyoshi Nakada + + * ext/stringio/stringio.c (strio_gets_internal): fixed for record + separator longer than 1. + Thu Jul 11 12:59:23 2002 Shugo Maeda * lib/resolv.rb: untaint strings read from /etc/hosts and -- cgit