*** empty log message ***

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1625 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-05-31 17:57:08 +00:00
parent f5e01b6b4b
commit 233031fc32

View file

@ -52,6 +52,12 @@ a list of the claimed and unclaimed GNUStep Foundation classes.
@itemize @bullet
@item Separate core and non-core code in NSDictionary, NSSet, etc, the
same way I did for NSArray.
@item Separate Constant and non-Constant collections for the rest of the
GNU connection classes the same way I did for Array.
@item Make sure the GNU Archiver/Unarchiver handle
-encodeConditionalObject: and -decodeObject: correctly.