diff -r 566bde7ef31d -r 54ca96b24b2b LongIntegerArray.st --- a/LongIntegerArray.st Sun Mar 24 12:26:44 2019 +0100 +++ b/LongIntegerArray.st Sun Mar 24 12:26:47 2019 +0100 @@ -1,3 +1,5 @@ +"{ Encoding: utf8 }" + " COPYRIGHT (c) 1998 by Claus Gittinger / eXept Software AG All Rights Reserved @@ -54,6 +56,9 @@ WordArray SignedWordArray IntegerArray SignedIntegerArray SignedLongIntegerArray + [caveat:] + should probably be renamed to UnsignedInt64Array + [author:] Claus Gittinger "