[Pkg] Squeak3.11 Contributions: MethodAuthorship-mtf.17.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sun Feb 8 18:47:56 UTC 2009


A new version of MethodAuthorship was added to project Squeak3.11 Contributions:
http://www.squeaksource.com/311/MethodAuthorship-mtf.17.mcz

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

Name: MethodAuthorship-mtf.17
Author: mtf
Time: 8 February 2009, 1:47:50 pm
UUID: e1486b73-bb4f-4aca-9a32-ad3b8f0a98f7
Ancestors: MethodAuthorship-mtf.16

made filenames in the changes be relative, rather than absolute

=============== Diff against MethodAuthorship-mtf.16 ===============

Item was changed:
  ----- Method: MethodHistoryDatabase>>processChangesFile:encoding: (in category 'all') -----
  processChangesFile: aFilename encoding: encodingString
  
  	| aStream c |
+ 	aStream := FileStream concreteStream new open: aFilename forWrite: false.
- 	aStream := FileStream readOnlyFileNamed: aFilename.
  	aStream converter: (TextConverter newForEncoding: encodingString).
  	c := MethodHistoryChangeList new.
  	c scanFile: aStream from: 0 to: aStream size.
  	c removeDoIts.
  	aStream close.
  	^ c.
  !



More information about the Packages mailing list