[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Sat Aug 27 21:55:03 UTC 2016


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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068729.html

Name: WebClient-Core-ul.103
Ancestors: WebClient-Core-ul.102

- fixed WebSocket00 >> #close

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

http://lists.squeakfoundation.org/pipermail/packages/2016-August/068730.html

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

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

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

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

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

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

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

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


More information about the Squeak-dev mailing list