VM Maker: VMMaker-dtl.297.mcz

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

VM Maker: VMMaker-dtl.297.mcz

commits-2
 
David T. Lewis uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker-dtl.297.mcz

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

Name: VMMaker-dtl.297
Author: dtl
Time: 9 January 2013, 7:07:08.922 pm
UUID: 7ff356d0-d179-4bdb-ac7e-565151d2de30
Ancestors: VMMaker-dtl.296

Recategorize Object class>>declareCVarsIn: and Object class>>requiredMethodNames from package SlangBrowser to package VMMaker. VMMaker should have no dependencies on the slang browsing extensions, which are specific to Squeak and may not be appropriate for other images.

=============== Diff against VMMaker-dtl.296 ===============

Item was added:
+ ----- Method: Object class>>declareCVarsIn: (in category '*VMMaker-translation') -----
+ declareCVarsIn: cg
+ !

Item was added:
+ ----- Method: Object class>>requiredMethodNames (in category '*VMMaker-translation') -----
+ requiredMethodNames
+ "return the list of method names that should be retained for export or other support reasons"
+ ^#()!