The Trunk: Collections-cmm.532.mcz

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

The Trunk: Collections-cmm.532.mcz

commits-2
Chris Muller uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-cmm.532.mcz

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

Name: Collections-cmm.532
Author: cmm
Time: 6 September 2013, 4:52:34.416 pm
UUID: 1e297562-60f7-4d78-ab43-c074c3d56fb6
Ancestors: Collections-cmm.531

Fixed Character>>#isAscii.

=============== Diff against Collections-cmm.531 ===============

Item was changed:
  ----- Method: Character>>isAscii (in category 'testing') -----
  isAscii
+ ^ value between: 0 and: 127!
- ^ value between: 0 and: 128!