From 467035750e83a2d532bd8c2c5fb9fd78c1810132 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 3 Feb 2003 08:45:26 +0000 Subject: * object.c (Init_Object): default Object#=== now calls "==" internally. * re.c (rb_reg_initialize_m): should honor option status of original regexp. * array.c (rb_ary_equal): ary2 should be T_ARRAY (no to_ary conversion). * array.c (rb_ary_eql): ditto. * string.c (rb_str_equal): str2 should be T_STRING (no to_str conversion). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3435 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0997bae6bd..19b4ecb543 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Mon Feb 3 16:49:19 2003 Yukihiro Matsumoto + + * object.c (Init_Object): default Object#=== now calls "==" + internally. + + * re.c (rb_reg_initialize_m): should honor option status of + original regexp. + + * array.c (rb_ary_equal): ary2 should be T_ARRAY (no to_ary + conversion). + + * array.c (rb_ary_eql): ditto. + + * string.c (rb_str_equal): str2 should be T_STRING (no to_str + conversion). + Mon Feb 3 16:32:52 2003 Nobuyoshi Nakada * re.c (rb_memsearch): a little improvement. -- cgit v1.2.3