[squeak-dev] The Trunk: Collections-nice.566.mcz

commits at source.squeak.org commits at source.squeak.org
Fri May 2 13:49:08 UTC 2014


Nicolas Cellier uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-nice.566.mcz

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

Name: Collections-nice.566
Author: nice
Time: 2 May 2014, 3:48:25.893 pm
UUID: dc820d7f-79ef-49ee-b1b2-b4f8d7161b4e
Ancestors: Collections-topa.565

Let NullStream understand protocol for Character writing.

=============== Diff against Collections-topa.565 ===============

Item was added:
+ ----- Method: NullStream>>cr (in category 'writing') -----
+ cr!

Item was added:
+ ----- Method: NullStream>>crtab: (in category 'writing') -----
+ crtab: n!

Item was added:
+ ----- Method: NullStream>>nl (in category 'writing') -----
+ nl!

Item was added:
+ ----- Method: NullStream>>space (in category 'writing') -----
+ space!

Item was added:
+ ----- Method: NullStream>>tab (in category 'writing') -----
+ tab!

Item was added:
+ ----- Method: NullStream>>tab: (in category 'writing') -----
+ tab: n!



More information about the Squeak-dev mailing list