[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Wed Nov 25 23:55:03 UTC 2009


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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001871.html

Name: Morphic-dtl.248
Ancestors: Morphic-dtl.247

Eliminate class CurrentProjectRefactoring.

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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001872.html

Name: KernelTests-ul.111
Ancestors: KernelTests-ul.110

- updated tests for Kerner-ul.305

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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001873.html

Name: Kernel-ul.305
Ancestors: Kernel-nice.304

- added Integer >> #sqrtFloor, which returns the floor of the square root of the receiver.
- renamed Integer >> #isPrime to #isProbablyPrime.
- added Integer >> #isPrime which is implemented as a deterministic primality test
- both #isPrime and #isProbablyPrime return false for receivers <= 1 instead of raising an error

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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001874.html

Name: Collections-ul.209
Ancestors: Collections-nice.208

- fix: String >> #withInternetLineEndings raised an MNU: WriteStream doesNotUnderstand: #lf

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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001875.html

Name: CollectionsTests-ul.118
Ancestors: CollectionsTests-dtl.117

- added a test for String >> #withInternetLineEndings

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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001876.html

Name: Collections-ar.212
Ancestors: Collections-ul.209, Collections-ul.211

Merging Collections-ul.210, Collections-ul.211:

- HashedCollections have prime capacity (if they are not oversized)
- HashedCollections' growth rate is not 2, but 1.5 (2 for small sizes which decreases to 1.5 as the size increases)

(based on Andr&#233;s Valloud's changes made for pharo)
Load Kernel-ul.305 before this.

- replaced 32359813 with 32435981 in HashedCollection >> #goodPrimes.

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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001877.html

Name: CollectionsTests-ar.120
Ancestors: CollectionsTests-ul.118, CollectionsTests-ul.119

Merging CollectionsTests-ul.119:

- new test for HashedCollection sizing

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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001878.html

Name: ST80-dtl.71
Ancestors: ST80-dtl.70

Move project navigation and menu methods from class side of Project to instance methods. Replace #isMorphic logic with dispatch to appropriate project instances for MVC and Morphic conditions.

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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001879.html

Name: Morphic-dtl.249
Ancestors: Morphic-dtl.248

Move project navigation and menu methods from class side of Project to instance methods. Replace #isMorphic logic with dispatch to appropriate project instances for MVC and Morphic conditions.

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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001880.html

Name: System-dtl.174
Ancestors: System-ar.173

Move project navigation and menu methods from class side of Project to instance methods. Replace #isMorphic logic with dispatch to appropriate project instances for MVC and Morphic conditions.

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



More information about the Squeak-dev mailing list