mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
7404d641a3
commit
944e3a5ee8
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue