Fixed NSObject +conformsToProtocol: for protocol implemented in categoreis

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11820 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2001-12-18 20:08:10 +00:00
parent 22a1a902af
commit 803a956a7a

View file

@ -1,3 +1,10 @@
Tue Dec 18 18:02:07 2001 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSObject.m ([+conformsToProtocol:]): Fixed - it was
checking that the metaclass conforms to the protocol rather than
the class, which was causing it to fail for protocols implemented
in categories.
2001-12-18 Richard Frith-Macdonald <rfm@gnu.org>
Many source files modified to contain date, version, and title info.