From d300a4a2fb3eeaa5fad17adfc0407a885c9152ba Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 29 Nov 2001 15:57:25 +0000 Subject: * string.c (rb_str_equal): object with to_str must be treated as a string. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1864 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f6b296390..c269549f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,11 @@ Fri Nov 30 00:25:28 2001 Usaku Nakamura * README.EXT.ja: ditto. +Thu Nov 29 00:28:07 2001 Yukihiro Matsumoto + + * string.c (rb_str_equal): object with to_str must be treated as a + string. + Wed Nov 28 18:46:28 2001 Ville Mattila * eval.c (rb_thread_select): should subtract timeofday() from -- cgit