*** empty log message ***

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1368 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-04-16 02:50:18 +00:00
parent 47be9a89db
commit 9058055f2b

View file

@ -56,6 +56,15 @@ a list of the claimed and unclaimed GNUStep Foundation classes.
program smaller. Currently it is huge becuase it pulls in archiving and
therefore many of the collection classes.
@item Make sure that Encoder's properly release their CStream and
Stream's. It seems that the Stream is not getting -delloc'ed, and
therefore may not be closed, and therefore may be missing data at the
end.
@item Change all the assert()'s (especially in the archiving code) to
NSAssert()'s. This will help make D.O. servers more safe from bad
clients.
@item Make my NS... classes raise the NSExceptions they are supposed to.
Change many NSParameterAssert()'s into NSAssert()'s with explanations.