From 719e53d806d4ccc8ff28206dfb98cc8e75a2b3c1 Mon Sep 17 00:00:00 2001 From: tenderlove Date: Tue, 3 Nov 2009 17:12:46 +0000 Subject: * ext/dl/cptr.c (rb_dlptr_eql, rb_dlptr_cmp): DL::CPtr#== and DL::CPtr#<=> should not raise an exception when compared to a different object. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 37a6335d4..fe7766371 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Nov 4 02:08:14 2009 Aaron Patterson + + * ext/dl/cptr.c (rb_dlptr_eql, rb_dlptr_cmp): DL::CPtr#== and DL::CPtr#<=> + should not raise an exception when compared to a different object. + Wed Nov 4 00:05:36 2009 NARUSE, Yui * string.c (rb_str_upto): make next object before yield its block. -- cgit