[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Tue Sep 4 23:55:04 UTC 2012


Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2012-September/005492.html

Name: Kernel-bf.710
Ancestors: Kernel-ul.709

For printing Time, do not use Floats. E.g., '6:27:08.649' asTime was printed as '6:27:08.649000000000001 am' due to converting to floating point for printing, when the representation itself uses precise numbers (nanoseconds). This fix introduces Integer>>printOn:asFixedPoint: which might not be the best idea; if some other dialect has an existing method that does something similar we should use that selector.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2012-September/005493.html

Name: Network-ul.136
Ancestors: Network-ul.135

Socket's primitiveOnlySupportsOneSemaphore instance variable sneaked back during the IPv6 integration, let's get rid of it one more time.

=============================================


More information about the Squeak-dev mailing list