Levente Uzonyi uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-ul.943.mcz==================== Summary ====================
Name: Kernel-ul.943
Author: ul
Time: 20 August 2015, 9:09:05.27 pm
UUID: 4d28b73f-2520-4b9a-80f5-6fc7fbbad549
Ancestors: Kernel-ul.942
- expose Integer's LowBitPerByteTable
=============== Diff against Kernel-ul.942 ===============
Item was added:
+ ----- Method: Integer class>>lowBitPerByteTable (in category 'class initialization') -----
+ lowBitPerByteTable
+
+ ^LowBitPerByteTable!