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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

commits-2
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!