[squeak-dev] The Trunk: Multilingual-ul.147.mcz

commits at source.squeak.org commits at source.squeak.org
Sun May 22 10:41:54 UTC 2011


Levente Uzonyi uploaded a new version of Multilingual to project The Trunk:
http://source.squeak.org/trunk/Multilingual-ul.147.mcz

==================== Summary ====================

Name: Multilingual-ul.147
Author: ul
Time: 22 May 2011, 12:41:28.944 pm
UUID: 51908887-9b47-2747-902e-72449694b653
Ancestors: Multilingual-ul.146

- added migration code to the preamble to avoid errors during updates caused by uninitialized wantsLineEndConversion

=============== Diff against Multilingual-ul.146 ===============

Item was added:
+ (PackageInfo named: 'Multilingual') preamble: '"Initialize the value of wantsLineEndConversion in all MultiByteFileStreams"
+ MultiByteFileStream allSubInstancesDo: [ :each |
+ 	(each instVarNamed: #wantsLineEndConversion) ifNil: [
+ 		each instVarNamed: #wantsLineEndConversion put: false ] ]'!




More information about the Squeak-dev mailing list