Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2010-August/003589.htmlName: Files-ar.83
Ancestors: Files-eem.82
Move writeSourceCodeFrom:... from FileStream to FileDirectory and have FileStream vector the request through ChangeSet defaultChangeSetDirectory for consistency between all file-out operations.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-August/003590.htmlName: System-ar.355
Ancestors: System-dtl.354
Don't let ChangeSet compute the full name for the fileout since this will conflict with the fixName: usage in writeSourceCodeFrom: (it's no longer necessary to do that since FileStream>>writeSourceCodeFrom:... now vectors to the right place).
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-August/003591.htmlName: Compression-ar.19
Ancestors: Compression-nice.18
Fix handling of empty members in ZipArchives which would produce zips considered corrupt by other tools (unzip -t).
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-August/003592.htmlName: XML-Parser-ar.32
Ancestors: XML-Parser-mtf.30
Fix printing of XMLElements; add tests for behavior.
=============================================