Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2015-April/007818.htmlName: Morphic-mt.824
Ancestors: Morphic-mt.823
Honor fast-dragging when the user does not hit the label but something from the system-windows's background.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-April/007819.htmlName: Network-ul.160
Ancestors: Network-ul.159
Updated HTTPSocket class >> #httpRequest:url:headers:content:response:
- added support for gzip encoding
- the last response header is not ignored anymore
- avoid some unnecessary copying of the response
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-April/007820.htmlName: Collections-ul.610
Ancestors: Collections-cmm.608
- Slightly faster SequenceableCollection >> #copyUpT* (for ByteString receivers).
- SequenceableCollection >> #shuffled belongs to the shuffling category.
- Added FormatCharacterSet to String, which will be used by the new implementation of #format:
- Removed an unused temporary from String >> #expandMacrosWithArguments:
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-April/007821.htmlName: Collections-ul.611
Ancestors: Collections-ul.610
- Stricter and faster implementation of String >> #format:.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-April/007822.htmlName: CollectionsTests-ul.235
Ancestors: CollectionsTests-mt.234
Don't reference the lastIndex variable, because it's gone. Use exact values instead.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-April/007823.htmlName: CollectionsTests-ul.236
Ancestors: CollectionsTests-mt.235
Added more tests for String >> #format:.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-April/007824.htmlName: ShoutCore-ul.44
Ancestors: ShoutCore-eem.43
- various speed improvements
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-April/007825.htmlName: ShoutCore-ul.45
Ancestors: ShoutCore-ul.44
- Avoid block creation in SHParserST80 >> #scanWhitespace.
=============================================