Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2016-March/009513.htmlName: ToolBuilder-Morphic-mt.160
Ancestors: ToolBuilder-Morphic-kfr.159
Fixes bug where dropping into filtered lists passed the wrong index to the model.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-March/009514.htmlName: Collections-ul.683
Ancestors: Collections-ul.682
Improvement #peekFor: performance.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-March/009515.htmlName: Files-ul.151
Ancestors: Files-mt.150
Improvement #peekFor: performance.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-March/009516.htmlName: Kernel-ul.1008
Ancestors: Kernel-ul.1007
- minor performance improvements for NumberParser and Fraction.
- give some advantage to the same class integer-integer comparison, which is probably the most common case, in Integer >> #=, at the cost of adding a minor overhead to the integer-non-integer comparisons.
- removed Integer >> #hash because it's not used and the implementation become incorrect over time.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-March/009517.htmlName: Collections-eem.684
Ancestors: Collections-ul.683
Fix PositionableStream>>basicUpTo:. It should replicate upTo:, not next:.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-March/009518.htmlName: Multilingual-ul.211
Ancestors: Multilingual-ul.210
Improved #peekFor: performance.
=============================================