From 722f1c98976d3ae2770bf92c062cae50bb091822 Mon Sep 17 00:00:00 2001 From: nahi Date: Sat, 10 Jul 2004 00:35:02 +0000 Subject: * test/soap/marshal/test_struct.rb: use qualified build-tin class name (::Struct) to avoid name crash. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0cbbda5f7..ec638dacd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Jul 10 09:30:24 2004 NAKAMURA, Hiroshi + + * test/soap/marshal/test_struct.rb: use qualified build-tin class name + (::Struct) to avoid name crash. + Sat Jul 10 04:21:56 2004 Hidetoshi NAGAI * ext/tk/lib/tk.rb: better operation for SIGINT when processing -- cgit