Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2016-August/068729.htmlName: WebClient-Core-ul.103
Ancestors: WebClient-Core-ul.102
- fixed WebSocket00 >> #close
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-August/068730.htmlName: System-ul.910
Ancestors: System-mt.909
DeepCopier changes:
- added #new: to create a new instance with a given initial capacity
- avoid a block creation in #fixDependents
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-August/068731.htmlName: Network-ul.183
Ancestors: Network-ul.182
Don't let #next:putAll:startingAt: roll back the receiver when the first argument is negative.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-August/068732.htmlName: Multilingual-ul.216
Ancestors: Multilingual-tfel.215
Don't let #next:putAll:startingAt:toStream: roll back the receiver when the first argument is negative. This isn't mandatory with the current implementation if #next:putAll:startingAt: ignores negative counts.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-August/068733.htmlName: Kernel-ul.1036
Ancestors: Kernel-mt.1035
Use #new: to create a a DeepCopier with a given initial capacity.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-August/068734.htmlName: Files-ul.162
Ancestors: Files-cmm.161
Don't let #next:putAll:startingAt: roll back the receiver when the first argument is negative.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-August/068735.htmlName: Compression-ul.49
Ancestors: Compression-cmm.48
Don't let #next:putAll:startingAt: roll back the receiver when the first argument is negative.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-August/068736.htmlName: Collections-ul.714
Ancestors: Collections-mt.713
SequenceableCollection>>copyReplaceAll:with:asTokens:
- return a copy in all cases
- avoid quadratic performance when many replacements have to be done
AttributedTextStream:
- avoid creation of unnecessary objects during initialization
- use default size 10
Don't let #next:putAll:startingAt: roll back the receiver when the first argument is negative.
=============================================