Login  Register

[squeak-dev] The Trunk: Kernel-nice.258.mcz

Posted by commits-2 on Oct 04, 2009; 9:39pm
URL: https://forum.world.st/squeak-dev-The-Trunk-Kernel-nice-258-mcz-tp85702.html

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=7401
Float 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!