Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2015-August/008838.htmlName: Kernel-eem.938
Ancestors: Kernel-cmm.937
Have ClassDescription>>moveChangesTo: write the class's definition before the changes if there are any so that the changes file is a potential application recovery vehicle, not just a crash recovery vehicle.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-August/008839.htmlName: ShoutCore-ul.53
Ancestors: ShoutCore-ul.52
In SHMCClassDefinition >> #sharedPools, the global should be added to the result instead of a block.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-August/008840.htmlName: ShoutCore-ul.54
Ancestors: ShoutCore-ul.53
- added missing #shoutParserClass to PseudoClass
- faster SHTextStylerST80>>setAttributesIn:fromRanges:
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-August/008841.htmlName: Kernel-ul.939
Ancestors: Kernel-eem.938
- Magnitude's spaceship operator uses quick returns.
- Number >> #raisedTo: uses #negative and #isZero, which is faster for LargeIntegers than pure comparison with SmallIntegers.
- faster #primesUpTo:do:, and #largePrimesUpTo:do:
=============================================