Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2010-January/002424.htmlName: Files-dtl.66
Ancestors: Files-nice.65
Change Set: compressSources-bf
Date: 14 January 2010
Fix compressing sources to preserve utf8 encoding. Fix reading chunks to decode utf8.
TODO: figure out if anything else than chunk reading is used. decode utf8 there, too.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-January/002425.htmlName: System-dtl.232
Ancestors: System-ul.231
Change Set: compressSources-bf
Date: 14 January 2010
Fix compressing sources to preserve utf8 encoding. Fix reading chunks to decode utf8.
TODO: figure out if anything else than chunk reading is used. decode utf8 there, too.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-January/002426.htmlName: MorphicExtras-dtl.71
Ancestors: MorphicExtras-ar.70
Mantis 7448: subscript error when bringing up graphical imports submenu
Fix provided by Ken G. Brown. Also fixed spelling error in balloon text, s/contian/contain/
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-January/002427.htmlName: System-bf.233
Ancestors: System-dtl.232
- set local timezone offset on startup from LocalePlugin
- provide various default values in case LocalePlugin is absent
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-January/002428.htmlName: Kernel-bf.376
Ancestors: Kernel-ar.375
- add DateAndTime>>asUnixTime
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-January/002429.htmlName: Files-ul.67
Ancestors: Files-dtl.66
- fix StandardFileStream >> #upTo:
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-January/002430.htmlName: Kernel-nice.377
Ancestors: Kernel-bf.376
add #selectorsAndMethodsDo: and use it to fast up some operations
This is 4x faster than class selectorsDo: [:s | class compiledMethodAt: s]
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-January/002431.htmlName: System-nice.234
Ancestors: System-bf.233
use methodsDo: or selectorsAndMethodsDo: to fast up some browsing
=============================================