Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2009-December/001953.htmlName: MorphicExtras-ul.60
Ancestors: MorphicExtras-ul.59
- make sure that thumbnail creation doesn't leave opened morphs open (tests don't open Transcript/Workspace)
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2009-December/001954.htmlName: SUnit-ul.72
Ancestors: SUnit-ul.71
- speed up TestCase >> allTestSelectors
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2009-December/001955.htmlName: Collections-nice.239
Ancestors: Collections-ul.238
Remove some now useless fixTemps
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2009-December/001956.htmlName: Network-ar.42
Ancestors: Network-ul.41
Fixes for SMTPClient:
-
http://bugs.squeak.org/view.php?id=6843-
http://bugs.squeak.org/view.php?id=6768- Add an accessor for the localHostName in SMPTClient since Unix systems often return 'localhost.localdomain' or '0.0.0.0' from NetNameResolver localHostName which is not accepted by many MTAs. If client code knows the name from elsewhere (by means of configuration etc.) it can provide it explicitly.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2009-December/001957.htmlName: Exceptions-ar.16
Ancestors: Exceptions-jcg.15
Adds OutOfMemory a standard exception signaled when the system is running out of memory. By default it calls signalLowSpace but since it is a subclass of error it will trigger proper exception handling in production environments (this avoids notifiers popping up on a server because an ill-formed request attempts to allocate a huge amount of memory).
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2009-December/001958.htmlName: Collections-ar.240
Ancestors: Collections-nice.239
Signal OutOfMemory instead of calling signalLowSpace.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2009-December/001959.htmlName: Kernel-ar.320
Ancestors: Kernel-ul.319
Signal OutOfMemory instead of calling signalLowSpace.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2009-December/001960.htmlName: KernelTests-ar.117
Ancestors: KernelTests-ul.116
AllocationTests covering the behavior on excessive allocations.
=============================================