[Pkg] The Trunk: System-fbs.574.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Jul 23 09:26:35 UTC 2013


Frank Shearar uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-fbs.574.mcz

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

Name: System-fbs.574
Author: fbs
Time: 23 July 2013, 9:32:28.31 am
UUID: a7d0c803-b468-b541-a1b4-5c5d184f4c76
Ancestors: System-fbs.573

Missed a SmalltalkImage self-reference.

=============== Diff against System-fbs.573 ===============

Item was changed:
  ----- Method: SmalltalkImage>>timeStamp: (in category 'sources, changes log') -----
  timeStamp: aStream 
  	"Writes system version and current time on stream aStream."
  
  	| dateTime |
  	dateTime := Time dateAndTimeNow.
+ 	aStream nextPutAll: 'From ', self datedVersion, ' [', self lastUpdateString, '] on ', (dateTime at: 1) printString,
- 	aStream nextPutAll: 'From ', self datedVersion, ' [', SmalltalkImage current lastUpdateString, '] on ', (dateTime at: 1) printString,
  						' at ', (dateTime at: 2) printString!



More information about the Packages mailing list