mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +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
b0159af8f4
commit
b76f1a8d3b
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…
Reference in a new issue