[squeak-dev] The Trunk: Kernel-ar.251.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] The Trunk: Kernel-ar.251.mcz

commits-2
Andreas Raab uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-ar.251.mcz

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

Name: Kernel-ar.251
Author: ar
Time: 29 September 2009, 10:06:55 am
UUID: 2c77e627-036d-2b46-b6ab-d6b9b6c2fb22
Ancestors: Kernel-nice.250, Kernel-ul.249

Merging Kernel-ul.249:

- added MethodDictionary >> #postCopy to replace #copy

=============== Diff against Kernel-nice.250 ===============

Item was added:
+ ----- Method: MethodDictionary>>postCopy (in category 'copying') -----
+ postCopy
+
+ array := array shallowCopy!