[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Tue Jan 5 22:55:01 UTC 2016


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

http://lists.squeakfoundation.org/pipermail/packages/2016-January/009225.html

Name: Kernel-eem.970
Ancestors: Kernel-eem.969

Changes to Time and Delay prior to changing over to the utc microsecond clock and its use in delay scheduling.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-January/009226.html

Name: Morphic-eem.1062
Ancestors: Morphic-mt.1061

Drop SystemProgressMorph's direect access of the soon-to-be-obsolete millisecond clock.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-January/009227.html

Name: System-eem.783
Ancestors: System-cwp.782

Drop Utilities' dependence on the soon-to-be-obsolete primSecondClock.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-January/009228.html

Name: Collections-eem.676
Ancestors: Collections-cmm.675

Handle out-of-memory failure of elementsForwardIdentityTo:.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-January/009229.html

Name: Network-eem.170
Ancestors: Network-cmm.169

Move NetNameResolver from the old primUTCMicrosecondClock to the new utcMicrosecondClock.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-January/009230.html

Name: 51Deprecated-eem.14
Ancestors: 51Deprecated-mt.13

Deprecates obsolete time primitives and secondsWhenClockTicks.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-January/009231.html

Name: Kernel-eem.971
Ancestors: Kernel-eem.970

Move time from a basis of mixed second clock/millisecond clock primitives to a single microsecond clock basis (albeit with two primitives, one for local and one for UTC microseconds).

Derive millisecond and second clocks from local microsecond clock.  hence eliminate tests for millisecond clock overflow and use of the millisecond clock mask.

Change Delay's resumptionTime from a millisecond clock value to a utc microsecond clock value.

Eliminate unused offsets in DateAndTime and hence avoid spin loop at start-up waiting for the second clock to roll over.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-January/009232.html

Name: Kernel-eem.972
Ancestors: Kernel-eem.971

Revert the preamble and postscript to avoid inadvertently screwing up delays with subsequent changes.

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


More information about the Squeak-dev mailing list