Daily Commit Log

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

Daily Commit Log

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

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

Name: System-eem.789
Ancestors: System-mt.788

Fix vmStatisticsReportString given recent clock changes.  When available, use vmParameterAt: 20 to get the utc microsecond clock at startup, otherwise defer to the eventMillisecondClock.

Remember to nil out LastStats on start-up to eliminate those whacky first queries where LastStats is left over from a prior snapshot.  Also don't bother reestablishing event forwarding to Smalltalk unless starting up.

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

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

Name: SystemReporter-eem.25
Ancestors: SystemReporter-mt.24

Update David's lovely reportVMParameters: to reflect reality and a few up-coming features.

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