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

commits at source.squeak.org commits at source.squeak.org
Sun Oct 4 21:39:46 UTC 2009


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!




More information about the Squeak-dev mailing list