[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Fri Dec 4 23:55:06 UTC 2009


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

http://lists.squeakfoundation.org/pipermail/packages/2009-December/001953.html

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

Name: SUnit-ul.72
Ancestors: SUnit-ul.71

- speed up TestCase >> allTestSelectors

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

http://lists.squeakfoundation.org/pipermail/packages/2009-December/001955.html

Name: Collections-nice.239
Ancestors: Collections-ul.238

Remove some now useless fixTemps

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

http://lists.squeakfoundation.org/pipermail/packages/2009-December/001956.html

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

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

Name: Collections-ar.240
Ancestors: Collections-nice.239

Signal OutOfMemory instead of calling signalLowSpace.

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

http://lists.squeakfoundation.org/pipermail/packages/2009-December/001959.html

Name: Kernel-ar.320
Ancestors: Kernel-ul.319

Signal OutOfMemory instead of calling signalLowSpace.

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

http://lists.squeakfoundation.org/pipermail/packages/2009-December/001960.html

Name: KernelTests-ar.117
Ancestors: KernelTests-ul.116

AllocationTests covering the behavior on excessive allocations.

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



More information about the Squeak-dev mailing list