[squeak-dev] The Trunk: Universes-nice.43.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Mar 19 18:35:54 UTC 2010


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

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

Name: Universes-nice.43
Author: nice
Time: 19 March 2010, 7:35:50.452 pm
UUID: 3c96a65a-8886-164f-a422-a670b48b708c
Ancestors: Universes-cmm.42

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


=============== Diff against Universes-cmm.42 ===============

Item was changed:
  ----- Method: UOneShotConnection>>nextPut: (in category 'string socket') -----
  nextPut: anObject
  	outputQueue nextPut: anObject.
+ 	hasBeenWritten := true.
+ 	^anObject!
- 	hasBeenWritten _ true!




More information about the Squeak-dev mailing list