From 4eaa23c83d56cef645c1a6448426737721340a4d Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 6 Oct 2003 07:23:40 +0000 Subject: * marshal.c (w_object): wrong method name in the message. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4706 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b8ac7debd..f55752a75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Oct 6 16:23:38 2003 Nobuyoshi Nakada + + * marshal.c (w_object): wrong method name in the message. + Mon Oct 6 16:02:05 2003 Yukihiro Matsumoto * parse.y (stmt): END in method should cause warning. -- cgit