[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Wed May 1 23:55:03 UTC 2013


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

http://lists.squeakfoundation.org/pipermail/packages/2013-May/005891.html

Name: Kernel-dtl.756
Ancestors: Kernel-ul.755

Remove Integer>>hex8. This is used only in VMMaker for printing hex representations of 32-bit values. It should be maintained as a VMMaker extension, along with whatever extension may be required for formatted printing of 64-bit values.

Add Time class>>primPosixMicrosecondClockWithOffset in addition to primUTCMicrosecondClock and primLocalMicrosecondClock. There are three microsecond primitives that are (or will be) supported on all Cog and interpreter VMs that may be accessed as:

{
	Time primUTCMicrosecondClock .
	Time primLocalMicrosecondClock .
	Time primPosixMicrosecondClockWithOffset
}

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


More information about the Squeak-dev mailing list