From 65bc8c10e8f25ac591399d30ed1dbc6d02d39ea5 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 18 Oct 2004 23:47:06 +0000 Subject: * string.c (rb_str_upto): method result must be checked. [ruby-dev:24504] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7064 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c97883b83..4a1a4ce07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Oct 19 08:46:57 2004 Nobuyoshi Nakada + + * string.c (rb_str_upto): method result must be checked. [ruby-dev:24504] + Mon Oct 18 23:37:05 2004 Nobuyoshi Nakada * marshal.c (r_object0): check inheritance by the internal function. -- cgit