[squeak-dev] The Trunk: System-nice.296.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Mar 19 18:39:56 UTC 2010


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"!




More information about the Squeak-dev mailing list