mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Removed limit on number of characters aken into account in generating hash.
I think the limit used to make sense before we started caching hash values, but really doesn't now. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18985 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
13be43d1b3
commit
93863e6087
1 changed files with 2 additions and 3 deletions
|
@ -2,10 +2,9 @@
|
|||
|
||||
* Source/NSKeyedArchiver.m: Encode archive version as a number rather
|
||||
than a string.
|
||||
* Source/NSString.m: ([-hash]) include the string length in the hash.
|
||||
* Source/NSString.m: ([-hash]) include full string length in the hash.
|
||||
* Source/GSString.m: ditto
|
||||
Disambiguates long strings with a common prefix (unless they are all
|
||||
the same length).
|
||||
Disambiguates long strings with a common prefix.
|
||||
|
||||
2004-03-30 Willem Rein Oudshoorn <Wim.Oudshoorn@agilisys.com>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue