From 8368499bcc29deb64e0dc5582d75ea315fb02c31 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 2 Nov 2006 04:45:12 +0000 Subject: * eval.c (rb_call0): fixed bug of zsuper with both of opt and rest. fixed: [ruby-list:42928] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a12daa00e8..3bb07ee2d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -42,13 +42,13 @@ Wed Nov 1 02:22:31 2006 Akinori MUSHA * ext/digest/digest.c (rb_digest_instance_equal): Allow comparing a digest instance with another of a different class. -T + Wed Nov 1 01:05:13 2006 NAKAMURA Usaku * eval.c (rb_call0): fixed bug of zsuper with both of opt and rest. fixed: [ruby-list:42928] -ue Oct 31 17:03:21 2006 Yukihiro Matsumoto +Tue Oct 31 17:03:21 2006 Yukihiro Matsumoto * time.c (time_dup): duplicate the class of original time. [ruby-core:09357] -- cgit v1.2.3