The Trunk: Files-mtf.93.mcz

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

The Trunk: Files-mtf.93.mcz

commits-2
Matthew Fulmer uploaded a new version of Files to project The Trunk:
http://source.squeak.org/trunk/Files-mtf.93.mcz

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

Name: Files-mtf.93
Author: mtf
Time: 28 December 2010, 1:31:40.137 am
UUID: a972b845-c252-0643-896b-a0491ec6730f
Ancestors: Files-cmm.92

add << to StandardFileStream; the version inherited from WriteStream is not appropriate

=============== Diff against Files-cmm.92 ===============

Item was added:
+ ----- Method: StandardFileStream>><< (in category 'printing') -----
+ << aCollection
+ aCollection putOn: self!