CharacterArray.st
changeset 16899 c8de03aacca0
parent 16898 0663e6b0d177
child 17000 28e08401d7ae
--- a/CharacterArray.st	Thu Oct 09 14:32:53 2014 +0200
+++ b/CharacterArray.st	Thu Oct 09 14:35:52 2014 +0200
@@ -2136,14 +2136,17 @@
     ^ self hash_fnv1a
 
     "
-     'a' hash 604776751
-     'a' asUnicode16String hash 
-     'aa' hash                  
-     'aa' asUnicode16String hash
+     'a' hash                    
+     'a' asUnicode16String hash  
+     'a' asUnicode32String hash  
+     'aa' hash                   
+     'aa' asUnicode16String hash 
+     'aa' asUnicode32String hash 
+     'ab' hash                   
+     'ab' asUnicode16String hash 
+     'ab' asUnicode32String hash 
      'ab' hash
-     'ab' asUnicode16String hash
-     'ab' hash
-     'ab' asArray hash
+     'ab' asArray hash           
     "
 
     "
@@ -7111,11 +7114,11 @@
 !CharacterArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.545 2014-10-09 12:32:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.546 2014-10-09 12:35:52 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.545 2014-10-09 12:32:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.546 2014-10-09 12:35:52 cg Exp $'
 ! !