Nicolas Cellier uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-nice.258.mcz==================== Summary ====================
Name: Kernel-nice.258
Author: nice
Time: 4 October 2009, 11:38:54 am
UUID: 0a436e14-7e47-4bbd-a5fd-1bc9f8b405c0
Ancestors: Kernel-nice.257
Patch for
http://bugs.squeak.org/view.php?id=7401Float negativeZero shallowCopy loose its negative sign.
self assert: Float negativeZero copy hex = Float negativeZero hex.
=============== Diff against Kernel-nice.257 ===============
Item was changed:
----- Method: Float>>shallowCopy (in category 'copying') -----
shallowCopy
+ ^self - 0.0!
- ^self + 0.0!