The Trunk: System-nice.296.mcz

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

The Trunk: System-nice.296.mcz

commits-2
Nicolas Cellier uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-nice.296.mcz

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

Name: System-nice.296
Author: nice
Time: 19 March 2010, 7:39:02.298 pm
UUID: 27913f87-86a9-1c45-9a26-fd9da4d9da9e
Ancestors: System-laza.295

Let nextPut: answer the put object.
Same for nextPutAll:, answer the collection argument


=============== Diff against System-laza.295 ===============

Item was changed:
  ----- Method: DummyStream>>nextPut: (in category 'accessing') -----
  nextPut: aByte
+ "do nothing"
+ ^aByte!
- "do nothing"!