[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Fri Apr 15 23:55:03 UTC 2011


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

http://lists.squeakfoundation.org/pipermail/packages/2011-April/004519.html

Name: Kernel-dtl.569
Ancestors: Kernel-cmm.568

If the VM supports primitiveMillisecondClockMask, use this at image startup time to obtain the millisecond clock mask value, otherwise use a default of 16r1FFFFFFF. Maintain the mask value in a class variable for speed, and use this for duration calculations associated with the millisecond clock.

Background - the millisecond clock in the VM rolls over when its value exceeds the mask value. The image may calculate durations (e.g. socket timeout values) using the millisecond clock, in which case the mask value is used to detect clock rollover. By making the mask value available through a primitive, the image can be assured that its mask value is the same as that being used in the VM. If the primitive is not available, the image should assume use of the traditional mask value 16r1FFFFFFF.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-April/004520.html

Name: Tools-ul.340
Ancestors: Tools-nice.305, Tools-fbs.339

Merged.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-April/004521.html

Name: Services-Base-ul.48
Ancestors: Services-Base-cmm.47, Services-Base-fbs.47

Merged.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-April/004522.html

Name: System-ul.431
Ancestors: System-nice.430, System-fbs.427

Merged.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-April/004523.html

Name: Morphic-ul.529
Ancestors: Morphic-nice.528, Morphic-fbs.526

Merged.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-April/004524.html

Name: System-fbs.427
Ancestors: System-ul.426

Returning the instantiated Browser greatly aids testing.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-April/004525.html

Name: Morphic-fbs.526
Ancestors: Morphic-dtl.525

Morphic extensions repair.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-April/004526.html

Name: Services-Base-fbs.47
Ancestors: Services-Base-nice.46

BrowserRequestor updating.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-April/004527.html

Name: ToolsTests-fbs.38
Ancestors: ToolsTests-fbs.37

When you view a class comment, and switch classes, you must still be viewing a class comment.

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



More information about the Squeak-dev mailing list