[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Mon Jun 27 23:55:08 UTC 2011


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

http://lists.squeakfoundation.org/pipermail/packages/2011-June/004833.html

Name: Kernel-nice.602
Ancestors: Kernel-bf.601

Minor tweaks:
Use a better approximation for counting digits in base 10
Use raisedToInteger: since we now the argument 'base' is Integer
Change arTanh error message because (between -1 and 1) is more inline with Smalltalk message #between:and: than (between 1 and -1).
Simplify ulp since #abs matches #ulp return value for any non finite number.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-June/004834.html

Name: Graphics-nice.187
Ancestors: Graphics-ul.186

Apply Display/Character Scanner clean-ups from Cuis:
- remove unused paragraph ivar from DisplayScanner
- remove historical dead code from #crossedX
- ifNil: simplifies code a bit

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

http://lists.squeakfoundation.org/pipermail/packages/2011-June/004835.html

Name: Installer-Core-nice.350
Ancestors: Installer-Core-cmm.349

#anySatisfy: vs #detect:ifNone:
Hint: when you ain't gonna use the element detected by #detect:ifNone:, it probably means you shall better be using one of #(anySatisfy: allStatisfy: noneSatisfy:).

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



More information about the Squeak-dev mailing list