The Trunk: System-eem.684.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-eem.684.mcz

commits-2
Eliot Miranda uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-eem.684.mcz

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

Name: System-eem.684
Author: eem
Time: 5 August 2014, 7:30:44.652 pm
UUID: fd43866f-b1d4-4e9b-8cee-33b5b74c3054
Ancestors: System-nice.683

Fix mis-categorization

=============== Diff against System-nice.683 ===============

Item was changed:
+ ----- Method: SmalltalkImage>>buildDate (in category 'system attributes') -----
- ----- Method: SmalltalkImage>>buildDate (in category 'system attribute') -----
  buildDate
  "Return a String reflecting the build date of the VM"
  "Smalltalk buildDate"
 
  ^self getSystemAttribute: 1006!