From 1600b7d6167562ce7dbf9cb9f18039e7db848a0e Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Fri, 4 Jun 2004 01:12:20 +0000 Subject: Improved [Protocol -isEqual:], now more correct and faster From-SVN: r82619 --- libobjc/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'libobjc/ChangeLog') diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index b64433a..d6ba1f2 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,13 @@ +2004-06-03 Nicola Pero + + * Protocol.m ([-isEqual:]): Small optimizations returning + immediately if the argument is equal to self, and accessing + the argument's name directly if it's a protocol. + +2004-06-03 David Ayers + + * Protocol.m ([-isEqual:]): Test the class of the argument. + 2004-05-25 Andrew Pinski * configure.ac (includedir): Rename to ... -- cgit v1.1