Keys should be copied, not retained.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1893 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-10-31 18:01:04 +00:00
parent 1fb5ff28ae
commit fc364b3f5b

View file

@ -60,6 +60,9 @@ a list of the claimed and unclaimed GNUStep Foundation classes.
@item Overhaul the string classes.
@item Make sets/dictionaries hashtables/maps copy their keys, not retain
them. This is specified in the OpenStep standard.
@item Separate core and non-core code in NSDictionary, NSSet, etc, the
same way I did for NSArray.