The Trunk: Collections-ar.376.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-ar.376.mcz

commits-2
Andreas Raab uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-ar.376.mcz

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

Name: Collections-ar.376
Author: ar
Time: 1 September 2010, 11:19:13.783 pm
UUID: 8f3dfd78-1053-3844-92a5-ad8843700c9a
Ancestors: Collections-ar.375

Push asUrl into the Network package.

=============== Diff against Collections-ar.375 ===============

Item was removed:
- ----- Method: Text>>asUrl (in category 'converting') -----
- asUrl
- ^self asString asUrl!

Item was removed:
- ----- Method: Text>>asUrlRelativeTo: (in category 'converting') -----
- asUrlRelativeTo: aUrl
- ^self asString asUrlRelativeTo: aUrl!