The Trunk: Kernel-tbn.441.mcz

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

The Trunk: Kernel-tbn.441.mcz

commits-2
Torsten Bergmann uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-tbn.441.mcz

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

Name: Kernel-tbn.441
Author: tbn
Time: 14 April 2010, 1:25:04.516 pm
UUID: 9334492f-264f-cc4f-8cb3-dea1986e5217
Ancestors: Kernel-cmm.440

categorize accessor methods in ValueHolder

=============== Diff against Kernel-cmm.440 ===============

Item was changed:
+ ----- Method: ValueHolder>>contents (in category 'accessing') -----
- ----- Method: ValueHolder>>contents (in category 'as yet unclassified') -----
  contents
  ^contents!

Item was changed:
+ ----- Method: ValueHolder>>contents: (in category 'accessing') -----
- ----- Method: ValueHolder>>contents: (in category 'as yet unclassified') -----
  contents: newContents
  contents := newContents.
  self contentsChanged!