From 0ebfc1348bdf3f571e15438fb6cea1c4e71aae29 Mon Sep 17 00:00:00 2001 From: marcandre Date: Sun, 20 Sep 2009 02:14:02 +0000 Subject: * struct.c (rb_struct_equal, rb_struct_eql): Handle comparison of recursive structures [ruby-core:24759] * range.c (range_eq, range_eql): ditto for ranges git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 78d0b4a842..fcf26c0779 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sun Sep 20 11:11:34 2009 Marc-Andre Lafortune + + * struct.c (rb_struct_equal, rb_struct_eql): Handle comparison of + recursive structures [ruby-core:24759] + + * range.c (range_eq, range_eql): ditto for ranges + Sat Sep 19 17:46:46 2009 Nobuyoshi Nakada * vm_core.h (ENABLE_VM_OBJSPACE): socklist needs st_table in -- cgit v1.2.3