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:
CaS 2004-03-31 11:36:07 +00:00
parent b0159af8f4
commit b76f1a8d3b

View file

@ -2,10 +2,9 @@
* Source/NSKeyedArchiver.m: Encode archive version as a number rather * Source/NSKeyedArchiver.m: Encode archive version as a number rather
than a string. 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 * Source/GSString.m: ditto
Disambiguates long strings with a common prefix (unless they are all Disambiguates long strings with a common prefix.
the same length).
2004-03-30 Willem Rein Oudshoorn <Wim.Oudshoorn@agilisys.com> 2004-03-30 Willem Rein Oudshoorn <Wim.Oudshoorn@agilisys.com>