Added quite some documentation for NSObject

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10809 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-08-30 12:11:36 +00:00
parent 5ec2baeb32
commit c390a121a1

View file

@ -1,3 +1,9 @@
Thu Aug 30 13:08:17 2001 Nicola Pero <nicola@brainstorm.co.uk>
* Documentation/gsdoc/NSObject.gsdoc: Added description of the
class; documented alloc, allocWithZone:, class, new, dealloc
methods.
2001-08-29 Adam Fedor <fedor@gnu.org>
* Source/objc-gnu2next.m (next_objc_msg_send): Fix incorrect def.