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

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

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

Name: VMMaker-oscog-EstebanLorenzano.150
Author: EstebanLorenzano
Time: 2 April 2012, 10:29:49 pm
UUID: 51a055ae-057b-499c-93eb-2639822e6e6f
Ancestors: VMMaker-oscog-EstebanLorenzano.149

small fix on IOSPlugin

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

Item was changed:
  ----- Method: IOSPlugin>>primitiveShowKeyboard: (in category 'primitives') -----
  primitiveShowKeyboard: showBoolean
  <export: true>
+ self primitive: #primitiveShowKeyboard parameters: #(Boolean).
- <var: #showBoolean type: #int>
-
  self sqShowKeyboard: showBoolean.!