[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Wed Aug 12 21:55:02 UTC 2015


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

http://lists.squeakfoundation.org/pipermail/packages/2015-August/008838.html

Name: 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.html

Name: 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.html

Name: 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.html

Name: 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:

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


More information about the Squeak-dev mailing list