[squeak-dev] The Trunk: Kernel-dtl.232.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-dtl.232.mcz

commits-2
David T. Lewis uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-dtl.232.mcz

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

Name: Kernel-dtl.232
Author: dtl
Time: 29 August 2009, 3:10:31 am
UUID: d3863eef-2d76-454e-97d2-7070ea1ac7d1
Ancestors: Kernel-ar.231

Update #oopString comment

=============== Diff against Kernel-ar.231 ===============

Item was changed:
  ----- Method: Object>>oopString (in category 'system primitives') -----
  oopString
+ "Answer a string that represents the oop of the receiver.
+ This method is for compatibility only, see comment for #asOop."
- "Answer a string that represents the oop of the receiver"
 
  ^ self asOop printString!