Fixed NSImmutableString so that it can be copied

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12496 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-02-11 17:17:02 +00:00
parent 7404d641a3
commit 944e3a5ee8

View file

@ -1,3 +1,9 @@
Mon Feb 11 15:11:31 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Source/GSString.m (NSImmutableString): Implemented copy,
copyWithZone:, mutableCopy, mutableCopyWithZone:, so that the
string can be copied, and the copy no longer tracks the parent.
2002-02-10 Michael Hanni <mhanni@sprintmail.com>
* Source/NSObjCRuntime.m: changed NSAssert() to NSCAssert() from