The Trunk: System-nice.468.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.468.mcz

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

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

Name: System-nice.468
Author: nice
Time: 11 March 2012, 4:38:57.076 pm
UUID: 9e8d75ab-f336-4e75-84ce-7decf3043237
Ancestors: System-cwp.467

Add a missing DataStream>>insideASegment required to store a Character in a DataStream.

=============== Diff against System-cwp.467 ===============

Item was added:
+ ----- Method: DataStream>>insideASegment (in category 'write and read') -----
+ insideASegment
+ ^ false!