From dbd6605c4985655649d6e8fccf72b29ed09f5846 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 20 Oct 2008 11:18:50 +0000 Subject: * error.c (exc_equal): should not compare recursively. [ruby-dev:36796] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1996c22da..edccc5558 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 20 17:31:17 2008 Yukihiro Matsumoto + + * error.c (exc_equal): should not compare recursively. + [ruby-dev:36796] + Mon Oct 20 16:48:43 2008 Yukihiro Matsumoto * include/ruby/ruby.h (ExportStringValue): new macro to convert -- cgit