From b76f1a8d3b655a7524a616d68f558fa32acc0345 Mon Sep 17 00:00:00 2001 From: CaS Date: Wed, 31 Mar 2004 11:36:07 +0000 Subject: [PATCH] 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 --- ChangeLog | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 31378ad51..63f068079 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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