Nicolas Cellier uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-nice.968.mcz==================== Summary ====================
Name: Kernel-nice.968
Author: nice
Time: 13 November 2015, 12:39:29.775 am
UUID: b9646909-d6f1-481e-b913-1e63f3ca5c45
Ancestors: Kernel-nice.967
Pass a boolean to startUpFrom: indicating whether the object came from a different endian machine or not.
=============== Diff against Kernel-nice.967 ===============
Item was changed:
----- Method: Behavior>>startUpFrom: (in category 'system startup') -----
+ startUpFrom: endiannessHasToBeFixed
- startUpFrom: anImageSegment
"Override this when a per-instance startUp message needs to be sent. For example, to correct the order of 16-bit non-pointer data when it came from a different endian machine."
^ nil!