Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2010-August/003593.htmlName: Compression-ar.20
Ancestors: Compression-ar.19
Fix handling of leap years in ZipArchive timestamp handling. Provide test governing the change in behavior.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-August/003594.htmlName: Compiler-eem.154
Ancestors: Compiler-nice.153
Fix decompilation of blocks with indirect temps, e.g.
| x y |
[:a :b | x := a. y := b. x+y] decompile
Correct comment of evaluate:in:to:notifying:ifFail:logged: not
we no longer install doits in dictionaries but use withArgs:executeMethod:
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-August/003595.htmlName: Kernel-eem.475
Ancestors: Kernel-eem.474
Fix CompiledMethod>>decompileWithTemps to live up to its name.
=============================================