From 6382f9eda66dcb866b50a1d86bf3f6aea20021f8 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 18 Oct 2004 23:47:32 +0000 Subject: * string.c (rb_str_upto): method result must be checked. [ruby-dev:24504] * eval.c (error_print): ditto. [ruby-dev:24519] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7065 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index db87e774a..0e03811a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Oct 19 08:47:21 2004 Nobuyoshi Nakada + + * string.c (rb_str_upto): method result must be checked. [ruby-dev:24504] + + * eval.c (error_print): ditto. [ruby-dev:24519] + Mon Oct 18 23:37:05 2004 Nobuyoshi Nakada * marshal.c (r_object0): check inheritance by the internal function. -- cgit