Daily Commit Log

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Daily Commit Log

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

http://lists.squeakfoundation.org/pipermail/packages/2010-August/003581.html

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

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

Name: NetworkTests-ar.16
Ancestors: NetworkTests-topa.15

Add tests for SocketStream #upTo: and #upToAll:.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-August/003584.html

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

Name: Sound-ul.20
Ancestors: Sound-ar.19

- FFT >> #transformForward: now uses FFTPlugin
- use #transformForward: instead of #pluginTransformData:

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