VM Maker: VMMaker-oscog-EstebanLorenzano.156.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-oscog-EstebanLorenzano.156.mcz

commits-2
 
Esteban Lorenzano uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker-oscog-EstebanLorenzano.156.mcz

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

Name: VMMaker-oscog-EstebanLorenzano.156
Author: EstebanLorenzano
Time: 13 April 2012, 11:25:59 am
UUID: 4e26e7e1-2fcc-41ff-9a0e-3bbb1149df62
Ancestors: VMMaker-oscog-EstebanLorenzano.155

IOSPlugin recategorized

=============== Diff against VMMaker-oscog-EstebanLorenzano.155 ===============

Item was changed:
  SystemOrganization addCategory: #'VMMaker-Building'!
  SystemOrganization addCategory: #'VMMaker-JIT'!
  SystemOrganization addCategory: #'VMMaker-Interpreter'!
  SystemOrganization addCategory: #'VMMaker-InterpreterSimulation'!
  SystemOrganization addCategory: #'VMMaker-JITSimulation'!
  SystemOrganization addCategory: #'VMMaker-Translation to C'!
  SystemOrganization addCategory: #'VMMaker-Support'!
  SystemOrganization addCategory: #'VMMaker-PostProcessing'!
  SystemOrganization addCategory: #'VMMaker-MemoryManager'!
  SystemOrganization addCategory: #'VMMaker-MemoryManagerSimulation'!
  SystemOrganization addCategory: #'VMMaker-Multithreading'!
  SystemOrganization addCategory: #'VMMaker-Tests'!
  SystemOrganization addCategory: #'VMMaker-Plugins'!
  SystemOrganization addCategory: #'VMMaker-SmartSyntaxPlugins'!
  SystemOrganization addCategory: #'VMMaker-Plugins-Alien'!
+ SystemOrganization addCategory: #'VMMaker-Plugins-IOS'!
- SystemOrganization addCategory: #'VMMaker-Plugins-Touch'!

Item was changed:
  SmartSyntaxInterpreterPlugin subclass: #IOSPlugin
  instanceVariableNames: ''
  classVariableNames: ''
  poolDictionaries: 'VMBasicConstants'
+ category: 'VMMaker-Plugins-IOS'!
- category: 'VMMaker-Plugins-Touch'!