Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2010-August/003581.htmlName: Network-ar.77
Ancestors: Network-ar.76
Rewrite SocketStream>>upTo: and #upToAll: to fix a VBB (Very Bad Bug) which would cause it to go into an infinite loop if the remote closed the connection before the entity was found and also make the limit argument explicit since it can often be used more effectively (i.e., a 100k limit for reading an HTTP header is probably unnecessary).
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-August/003582.htmlName: Network-ar.77
Ancestors: Network-ar.76
Rewrite SocketStream>>upTo: and #upToAll: to fix a VBB (Very Bad Bug) which would cause it to go into an infinite loop if the remote closed the connection before the entity was found and also make the limit argument explicit since it can often be used more effectively (i.e., a 100k limit for reading an HTTP header is probably unnecessary).
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-August/003583.htmlName: NetworkTests-ar.16
Ancestors: NetworkTests-topa.15
Add tests for SocketStream #upTo: and #upToAll:.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-August/003584.htmlName: Morphic-ar.458
Ancestors: Morphic-cmm.457
Replace the (non-functioning) printWorldOnFile menu item with a (working) 'make screenshot' variant that makes a screenshot and saves it under SqueakScreen.X.png.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-August/003585.htmlName: Sound-ul.20
Ancestors: Sound-ar.19
- FFT >> #transformForward: now uses FFTPlugin
- use #transformForward: instead of #pluginTransformData:
=============================================