# HG changeset patch # User Claus Gittinger # Date 1558962276 -7200 # Node ID d3293adb46a7a579d2fc99ea6f803cc2fd7bcacc # Parent fbc74b4640891227bfdc9581b3012809bbaf3818 #OTHER by cg category of: #postCopy #postDeepCopy diff -r fbc74b464089 -r d3293adb46a7 Dictionary.st --- a/Dictionary.st Mon May 27 15:04:23 2019 +0200 +++ b/Dictionary.st Mon May 27 15:04:36 2019 +0200 @@ -1,5 +1,3 @@ -"{ Encoding: utf8 }" - " COPYRIGHT (c) 1991 by Claus Gittinger All Rights Reserved @@ -316,6 +314,7 @@ "Created: / 04-07-2017 / 16:33:06 / cg" ! ! + !Dictionary methodsFor:'Compatibility-Dolphin'! equals:aDictionary @@ -1807,7 +1806,9 @@ " "Created: / 05-03-2019 / 12:41:54 / Stefan Vogel" -! +! ! + +!Dictionary methodsFor:'copying-private'! postCopy "have to copy the valueArray too"