mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Bugfix for NXConstantString
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3026 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
54be29028f
commit
3cf9e73d52
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
Sat Oct 3 08:45:00 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* src/NSString.m: Changed NXConstantString to inherit directly from
|
||||
NSString and add behaviours from NSGCString. Added ([-hash]),
|
||||
([-isEqual:]) and ([-isEqualToString:]) methods to avoid calling
|
||||
NSGCStrings methods which use the _hash instance variable
|
||||
(not present in strings produced by the @"..." compiler directive).
|
||||
|
||||
Thu Sep 30 17:45:00 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
More performance work - huge improvement in dictionary lookup and
|
||||
|
|
Loading…
Reference in a new issue