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/2014-May/007042.html

Name: Kernel-dtl.850
Ancestors: Kernel-nice.849

Provide DateAndTme>>floor so that ObjectHistoryMark does not need to use instVarAt:put: to obtain a time stamp with whole seconds. This protects for future changes to DateAndTime that may not rely on an instance variable named #nanos.

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

http://lists.squeakfoundation.org/pipermail/packages/2014-May/007043.html

Name: System-dtl.672
Ancestors: System-eem.671

Provide DateAndTme>>floor so that ObjectHistoryMark does not need to use instVarAt:put: to obtain a time stamp with whole seconds. This protects for future changes to DateAndTime that may not rely on an instance variable named #nanos.

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

http://lists.squeakfoundation.org/pipermail/packages/2014-May/007044.html

Name: Compiler-eem.281
Ancestors: Compiler-eem.280

Implement (more coherently than the alternateInterpret...
scheme) multiple bytecode set interpretation support in
BytecodeEncoder class and subclasses.  This support is
for a soon-to-be-published version of Kernel, whose
InstructionStream depends on this.

Nuke the now obsolete "long form" encoder class hacks.

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