[Vm-dev] [commit][3296] VMMaker-dtl.359 (VMMaker 4.13.12) and related updates to AioPlugin and OSProcessPlugin.

commits at squeakvm.org commits at squeakvm.org
Sun Mar 29 00:30:50 UTC 2015


Revision: 3296
Author:   lewis
Date:     2015-03-28 17:30:44 -0700 (Sat, 28 Mar 2015)
Log Message:
-----------
VMMaker-dtl.359 (VMMaker 4.13.12) and related updates to AioPlugin and OSProcessPlugin.

Implement primitiveIsBigEnder. Platform endianness can be deduced from the image, but some images may find this awkward, so provide the primitive as an assist.
Additional simulation support from oscog.
Code generation updates from oscog (excluding type inferencer because of translation time dependencies).
Various refactoring cleanups.
Fix undeclareds.
Object memory is responsible for #bytesPerWord and #baseHeaderSize, make it so in StackInterpreter.

Modified Paths:
--------------
    trunk/src/ckformat.c
    trunk/src/plugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c
    trunk/src/plugins/AioPlugin/AioPlugin.c
    trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c
    trunk/src/plugins/B2DPlugin/B2DPlugin.c
    trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c
    trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c
    trunk/src/plugins/BitBltPlugin/BitBltPlugin.c
    trunk/src/plugins/CameraPlugin/CameraPlugin.c
    trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c
    trunk/src/plugins/CroquetPlugin/CroquetPlugin.c
    trunk/src/plugins/DBusPlugin/DBusPlugin.c
    trunk/src/plugins/DSAPrims/DSAPrims.c
    trunk/src/plugins/DropPlugin/DropPlugin.c
    trunk/src/plugins/FFTPlugin/FFTPlugin.c
    trunk/src/plugins/FT2Plugin/FT2Plugin.c
    trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c
    trunk/src/plugins/FilePlugin/FilePlugin.c
    trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c
    trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c
    trunk/src/plugins/GeniePlugin/GeniePlugin.c
    trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c
    trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c
    trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c
    trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c
    trunk/src/plugins/KedamaPlugin2/KedamaPlugin2.c
    trunk/src/plugins/Klatt/Klatt.c
    trunk/src/plugins/LargeIntegers/LargeIntegers.c
    trunk/src/plugins/LocalePlugin/LocalePlugin.c
    trunk/src/plugins/MIDIPlugin/MIDIPlugin.c
    trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c
    trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c
    trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c
    trunk/src/plugins/RePlugin/RePlugin.c
    trunk/src/plugins/RomePlugin/RomePlugin.c
    trunk/src/plugins/ScratchPlugin/ScratchPlugin.c
    trunk/src/plugins/SecurityPlugin/SecurityPlugin.c
    trunk/src/plugins/SerialPlugin/SerialPlugin.c
    trunk/src/plugins/SocketPlugin/SocketPlugin.c
    trunk/src/plugins/SoundCodecPrims/SoundCodecPrims.c
    trunk/src/plugins/SoundGenerationPlugin/SoundGenerationPlugin.c
    trunk/src/plugins/SoundPlugin/SoundPlugin.c
    trunk/src/plugins/Squeak3D/Squeak3D.c
    trunk/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c
    trunk/src/plugins/SqueakSSL/SqueakSSL.c
    trunk/src/plugins/StarSqueakPlugin/StarSqueakPlugin.c
    trunk/src/plugins/UUIDPlugin/UUIDPlugin.c
    trunk/src/plugins/UnicodePlugin/UnicodePlugin.c
    trunk/src/plugins/UnixOSProcessPlugin/UnixOSProcessPlugin.c
    trunk/src/plugins/WeDoPlugin/WeDoPlugin.c
    trunk/src/plugins/XDisplayControlPlugin/XDisplayControlPlugin.c
    trunk/src/vm/interp.c
    trunk/src/vm/interp.h
    trunk/src/vm/sqNamedPrims.h

Modified: trunk/src/ckformat.c
===================================================================
--- trunk/src/ckformat.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/ckformat.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -5,7 +5,7 @@
 /* Usage: ckformat imageFileName */
 
 /* --- DO NOT EDIT THIS FILE --- */
-/* --- Automatically generated from class ImageFormat 2014-12-30T18:33:46.158+01:00--- */
+/* --- Automatically generated from class ImageFormat 2015-03-28T20:15:59.567+01:00--- */
 /* --- Source code is in package ImageFormat in the VMMaker repository --- */
 /* --- DO NOT EDIT THIS FILE --- */
 

Modified: trunk/src/plugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c
===================================================================
--- trunk/src/plugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.10 translated as C source on 30 December 2014 6:33:35 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:48 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	VMPluginCodeGenerator VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
    from
-	ADPCMCodecPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	ADPCMCodecPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
  */
-static char __buildInfo[] = "ADPCMCodecPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad " __DATE__ ;
+static char __buildInfo[] = "ADPCMCodecPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00 " __DATE__ ;
 
 
 
@@ -70,9 +70,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"ADPCMCodecPlugin 30 December 2014 (i)"
+	"ADPCMCodecPlugin 28 March 2015 (i)"
 #else
-	"ADPCMCodecPlugin 30 December 2014 (e)"
+	"ADPCMCodecPlugin 28 March 2015 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/AioPlugin/AioPlugin.c
===================================================================
--- trunk/src/plugins/AioPlugin/AioPlugin.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/AioPlugin/AioPlugin.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.10 translated as C source on 30 December 2014 6:33:45 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:59 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	VMPluginCodeGenerator VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
    from
-	UnixAioPlugin VMConstruction-Plugins-AioPlugin-eem.17 uuid: a2b39cb2-e681-4bc3-a777-f03b2e3f2de0
+	UnixAioPlugin VMConstruction-Plugins-AioPlugin-eem.18 uuid: c426ab70-05a2-43a1-a899-e324aaf8f92f
  */
-static char __buildInfo[] = "UnixAioPlugin VMConstruction-Plugins-AioPlugin-eem.17 uuid: a2b39cb2-e681-4bc3-a777-f03b2e3f2de0 " __DATE__ ;
+static char __buildInfo[] = "UnixAioPlugin VMConstruction-Plugins-AioPlugin-eem.18 uuid: c426ab70-05a2-43a1-a899-e324aaf8f92f " __DATE__ ;
 
 
 
@@ -76,7 +76,6 @@
 EXPORT(sqInt) shutdownModule(void);
 #pragma export off
 static int socketDescriptorFrom(sqInt sqSocketOop);
-static sqInt socketRecordSize(void);
 static sqInt stringFromCString(const char *aCString);
 static char * versionString(void);
 /*** Variables ***/
@@ -87,9 +86,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"AioPlugin 30 December 2014 (i)"
+	"AioPlugin 28 March 2015 (i)"
 #else
-	"AioPlugin 30 December 2014 (e)"
+	"AioPlugin 28 March 2015 (e)"
 #endif
 ;
 
@@ -165,7 +164,7 @@
 
 	sqSocketBytes = interpreterProxy->arrayValueOf(objectPointer);
 	idx = 0;
-	while (idx < (socketRecordSize())) {
+	while (idx < (sizeof(SQSocket))) {
 		if ((sqSocketBytes[idx]) != 0) {
 			return 0;
 		}
@@ -362,7 +361,7 @@
     sqInt sqSocketOop;
 
 	sqSocketOop = interpreterProxy->stackValue(0);
-	if (!(((interpreterProxy->isBytes(sqSocketOop)) && ((interpreterProxy->byteSizeOf(sqSocketOop)) == (socketRecordSize()))) && (!(isNullSQSocket(sqSocketOop))))) {
+	if (!(((interpreterProxy->isBytes(sqSocketOop)) && ((interpreterProxy->byteSizeOf(sqSocketOop)) == (sizeof(SQSocket)))) && (!(isNullSQSocket(sqSocketOop))))) {
 		return interpreterProxy->primitiveFail();
 	}
 	fileNo = socketDescriptorFrom(sqSocketOop);
@@ -432,13 +431,6 @@
 }
 
 
-/*	Answer the size of a SQSocket data structure in bytes. */
-
-static sqInt socketRecordSize(void) {
-	return sizeof(SQSocket);
-}
-
-
 /*	Answer a new String copied from a null-terminated C string.
 	Caution: This may invoke the garbage collector. */
 

Modified: trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c
===================================================================
--- trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.10 translated as C source on 30 December 2014 6:33:35 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:48 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
    from
-	AsynchFilePlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	AsynchFilePlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
  */
-static char __buildInfo[] = "AsynchFilePlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad " __DATE__ ;
+static char __buildInfo[] = "AsynchFilePlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00 " __DATE__ ;
 
 
 
@@ -67,12 +67,13 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"AsynchFilePlugin 30 December 2014 (i)"
+	"AsynchFilePlugin 28 March 2015 (i)"
 #else
-	"AsynchFilePlugin 30 December 2014 (e)"
+	"AsynchFilePlugin 28 March 2015 (e)"
 #endif
 ;
 static void * sCOAFfn;
+static sqInt simulator;
 
 
 
@@ -142,9 +143,9 @@
 
 EXPORT(sqInt) primitiveAsyncFileOpen(void) {
 	sqInt fOop;
+	sqInt okToOpen;
+	sqInt fileNameSize;
 	AsyncFile *f;
-	sqInt fileNameSize;
-	sqInt okToOpen;
 	char *fileName;
 	sqInt writeFlag;
 	sqInt semaIndex;

Modified: trunk/src/plugins/B2DPlugin/B2DPlugin.c
===================================================================
--- trunk/src/plugins/B2DPlugin/B2DPlugin.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/B2DPlugin/B2DPlugin.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.10 translated as C source on 30 December 2014 6:33:37 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:50 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	VMPluginCodeGenerator VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
    from
-	BalloonEnginePlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	BalloonEnginePlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
  */
-static char __buildInfo[] = "BalloonEnginePlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad " __DATE__ ;
+static char __buildInfo[] = "BalloonEnginePlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00 " __DATE__ ;
 
 
 
@@ -447,9 +447,9 @@
 static void * loadBBFn;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"B2DPlugin 30 December 2014 (i)"
+	"B2DPlugin 28 March 2015 (i)"
 #else
-	"B2DPlugin 30 December 2014 (e)"
+	"B2DPlugin 28 March 2015 (e)"
 #endif
 ;
 static int* objBuffer;

Modified: trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c
===================================================================
--- trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.10 translated as C source on 30 December 2014 6:33:41 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:54 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	VMPluginCodeGenerator VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
    from
-	B3DAcceleratorPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	B3DAcceleratorPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
  */
-static char __buildInfo[] = "B3DAcceleratorPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad " __DATE__ ;
+static char __buildInfo[] = "B3DAcceleratorPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00 " __DATE__ ;
 
 
 
@@ -107,9 +107,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"B3DAcceleratorPlugin 30 December 2014 (i)"
+	"B3DAcceleratorPlugin 28 March 2015 (i)"
 #else
-	"B3DAcceleratorPlugin 30 December 2014 (e)"
+	"B3DAcceleratorPlugin 28 March 2015 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c
===================================================================
--- trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.10 translated as C source on 30 December 2014 6:33:35 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:48 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	VMPluginCodeGenerator VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
    from
-	BMPReadWriterPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	BMPReadWriterPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
  */
-static char __buildInfo[] = "BMPReadWriterPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad " __DATE__ ;
+static char __buildInfo[] = "BMPReadWriterPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00 " __DATE__ ;
 
 
 
@@ -58,9 +58,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"BMPReadWriterPlugin 30 December 2014 (i)"
+	"BMPReadWriterPlugin 28 March 2015 (i)"
 #else
-	"BMPReadWriterPlugin 30 December 2014 (e)"
+	"BMPReadWriterPlugin 28 March 2015 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/BitBltPlugin/BitBltPlugin.c
===================================================================
--- trunk/src/plugins/BitBltPlugin/BitBltPlugin.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/BitBltPlugin/BitBltPlugin.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.10 translated as C source on 30 December 2014 6:33:37 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:51 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
    from
-	BitBltSimulation VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	BitBltSimulation VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
  */
-static char __buildInfo[] = "BitBltSimulation VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad " __DATE__ ;
+static char __buildInfo[] = "BitBltSimulation VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00 " __DATE__ ;
 
 
 
@@ -256,9 +256,9 @@
 };
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"BitBltPlugin 30 December 2014 (i)"
+	"BitBltPlugin 28 March 2015 (i)"
 #else
-	"BitBltPlugin 30 December 2014 (e)"
+	"BitBltPlugin 28 March 2015 (e)"
 #endif
 ;
 static sqInt nWords;
@@ -267,6 +267,7 @@
 static void *opTable[43];
 static sqInt preload;
 static void * querySurfaceFn;
+static sqInt simulator;
 static sqInt skew;
 static sqInt sourceAlpha;
 static sqInt sourceBits;
@@ -3976,10 +3977,10 @@
 	sqInt g;
 	sqInt srcColor;
 	sqInt aG;
-	sqInt d;
 	sqInt a;
 	sqInt aA;
 	sqInt aR;
+	sqInt d;
 	sqInt dstMask;
 	sqInt srcAlpha;
 	sqInt r;
@@ -4823,8 +4824,8 @@
 static sqInt warpLoop(void) {
 	sqInt mapperFlags;
 	sqInt dstShiftLeft;
+	sqInt skewWord;
 	sqInt words;
-	sqInt skewWord;
 	sqInt nSteps;
 	sqInt deltaP43y;
 	sqInt destWord;

Modified: trunk/src/plugins/CameraPlugin/CameraPlugin.c
===================================================================
--- trunk/src/plugins/CameraPlugin/CameraPlugin.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/CameraPlugin/CameraPlugin.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.10 translated as C source on 30 December 2014 6:33:41 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:54 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	VMPluginCodeGenerator VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
    from
-	CameraPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	CameraPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
  */
-static char __buildInfo[] = "CameraPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad " __DATE__ ;
+static char __buildInfo[] = "CameraPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00 " __DATE__ ;
 
 
 
@@ -64,9 +64,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"CameraPlugin 30 December 2014 (i)"
+	"CameraPlugin 28 March 2015 (i)"
 #else
-	"CameraPlugin 30 December 2014 (e)"
+	"CameraPlugin 28 March 2015 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c
===================================================================
--- trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.10 translated as C source on 30 December 2014 6:33:41 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:54 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
    from
-	ClipboardExtendedPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	ClipboardExtendedPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
  */
-static char __buildInfo[] = "ClipboardExtendedPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad " __DATE__ ;
+static char __buildInfo[] = "ClipboardExtendedPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00 " __DATE__ ;
 
 
 
@@ -61,11 +61,12 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"ClipboardExtendedPlugin 30 December 2014 (i)"
+	"ClipboardExtendedPlugin 28 March 2015 (i)"
 #else
-	"ClipboardExtendedPlugin 30 December 2014 (e)"
+	"ClipboardExtendedPlugin 28 March 2015 (e)"
 #endif
 ;
+static sqInt simulator;
 
 
 

Modified: trunk/src/plugins/CroquetPlugin/CroquetPlugin.c
===================================================================
--- trunk/src/plugins/CroquetPlugin/CroquetPlugin.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/CroquetPlugin/CroquetPlugin.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.10 translated as C source on 30 December 2014 6:33:38 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:51 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	VMPluginCodeGenerator VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
    from
-	CroquetPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	CroquetPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
  */
-static char __buildInfo[] = "CroquetPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad " __DATE__ ;
+static char __buildInfo[] = "CroquetPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00 " __DATE__ ;
 
 
 
@@ -73,9 +73,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"CroquetPlugin 30 December 2014 (i)"
+	"CroquetPlugin 28 March 2015 (i)"
 #else
-	"CroquetPlugin 30 December 2014 (e)"
+	"CroquetPlugin 28 March 2015 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/DBusPlugin/DBusPlugin.c
===================================================================
--- trunk/src/plugins/DBusPlugin/DBusPlugin.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/DBusPlugin/DBusPlugin.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.10 translated as C source on 30 December 2014 6:33:41 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:55 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
    from
 	DBusPlugin DBus-Plugin-dtl.35 uuid: 2ae30f08-4793-4acb-876b-c443a5f5e665
  */
@@ -143,11 +143,12 @@
 static DBusMessageIter messageIter[DBUS_MAXIMUM_TYPE_RECURSION_DEPTH];
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"DBusPlugin 30 December 2014 (i)"
+	"DBusPlugin 28 March 2015 (i)"
 #else
-	"DBusPlugin 30 December 2014 (e)"
+	"DBusPlugin 28 March 2015 (e)"
 #endif
 ;
+static sqInt simulator;
 static DBusMessage* writeMessage;
 static DBusMessageIter writeMessageIter[DBUS_MAXIMUM_TYPE_RECURSION_DEPTH];
 
@@ -862,8 +863,8 @@
 /*	returns path to an object argument as a string */
 
 EXPORT(sqInt) primitiveDBusArgumentGetObjectPath(void) {
+	char *str;
 	int type;
-	char *str;
 	sqInt _return_value;
 
 	if (!(hasArgument)) {
@@ -908,8 +909,8 @@
 /*	returns the readed string argument as oop */
 
 EXPORT(sqInt) primitiveDBusArgumentGetString(void) {
+	char *str;
 	int type;
-	char *str;
 	sqInt _return_value;
 
 	if (!(hasArgument)) {

Modified: trunk/src/plugins/DSAPrims/DSAPrims.c
===================================================================
--- trunk/src/plugins/DSAPrims/DSAPrims.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/DSAPrims/DSAPrims.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.10 translated as C source on 30 December 2014 6:33:38 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:51 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	VMPluginCodeGenerator VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
    from
-	DSAPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	DSAPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
  */
-static char __buildInfo[] = "DSAPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad " __DATE__ ;
+static char __buildInfo[] = "DSAPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00 " __DATE__ ;
 
 
 
@@ -67,9 +67,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"DSAPrims 30 December 2014 (i)"
+	"DSAPrims 28 March 2015 (i)"
 #else
-	"DSAPrims 30 December 2014 (e)"
+	"DSAPrims 28 March 2015 (e)"
 #endif
 ;
 static sqInt remainderDigitCount;

Modified: trunk/src/plugins/DropPlugin/DropPlugin.c
===================================================================
--- trunk/src/plugins/DropPlugin/DropPlugin.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/DropPlugin/DropPlugin.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.10 translated as C source on 30 December 2014 6:33:38 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:51 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	VMPluginCodeGenerator VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
    from
-	DropPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	DropPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
  */
-static char __buildInfo[] = "DropPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad " __DATE__ ;
+static char __buildInfo[] = "DropPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00 " __DATE__ ;
 
 
 
@@ -62,9 +62,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"DropPlugin 30 December 2014 (i)"
+	"DropPlugin 28 March 2015 (i)"
 #else
-	"DropPlugin 30 December 2014 (e)"
+	"DropPlugin 28 March 2015 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FFTPlugin/FFTPlugin.c
===================================================================
--- trunk/src/plugins/FFTPlugin/FFTPlugin.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/FFTPlugin/FFTPlugin.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.10 translated as C source on 30 December 2014 6:33:38 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:51 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	VMPluginCodeGenerator VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
    from
-	FFTPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	FFTPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
  */
-static char __buildInfo[] = "FFTPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad " __DATE__ ;
+static char __buildInfo[] = "FFTPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00 " __DATE__ ;
 
 
 
@@ -68,9 +68,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FFTPlugin 30 December 2014 (i)"
+	"FFTPlugin 28 March 2015 (i)"
 #else
-	"FFTPlugin 30 December 2014 (e)"
+	"FFTPlugin 28 March 2015 (e)"
 #endif
 ;
 static sqInt nu;

Modified: trunk/src/plugins/FT2Plugin/FT2Plugin.c
===================================================================
--- trunk/src/plugins/FT2Plugin/FT2Plugin.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/FT2Plugin/FT2Plugin.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,4 +1,4 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.10 translated as C source on 30 December 2014 6:33:42 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:55 pm */
 /* Automatically generated by
 	FT2PluginCodeGenerator * FreeType-nice.443 uuid: d8120335-a67f-4a64-94ea-90145046f7dc
    from
@@ -121,11 +121,12 @@
 static FT_Library library;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FT2Plugin 30 December 2014 (i)"
+	"FT2Plugin 28 March 2015 (i)"
 #else
-	"FT2Plugin 30 December 2014 (e)"
+	"FT2Plugin 28 March 2015 (e)"
 #endif
 ;
+static sqInt simulator;
 
 
 
@@ -759,11 +760,11 @@
 }
 
 EXPORT(sqInt) primitiveGetKerningLeftRight(void) {
+	FT_Face face;
+	sqInt rcvr;
 	sqInt kernMode;
-	sqInt rcvr;
 	FT_Vector result;
 	sqInt pointOop;
-	FT_Face face;
 	sqInt leftGlyph;
 	sqInt rightGlyph;
 	sqInt _return_value;
@@ -990,8 +991,8 @@
 EXPORT(sqInt) primitiveLoadFaceBbox(void) {
 	sqInt rcvr;
 	sqInt pointOop;
+	FT_Face face;
 	sqInt rectOop;
-	FT_Face face;
 	sqInt aRectangle;
 	sqInt _return_value;
 
@@ -1144,12 +1145,12 @@
 /*	Assumes that primitiveLoadGlyph:flags: has been called earlier to set face->glyph. */
 
 EXPORT(sqInt) primitiveLoadGlyphSlotFromFace(void) {
-	sqInt rcvr;
+	FT_Glyph_Format *gfPtr;
 	FT_GlyphSlot gs;
+	FT_Face face;
+	sqInt btw;
 	sqInt gfOop;
-	sqInt btw;
-	FT_Face face;
-	FT_Glyph_Format *gfPtr;
+	sqInt rcvr;
 	sqInt aFace;
 	sqInt _return_value;
 

Modified: trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c
===================================================================
--- trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.10 translated as C source on 30 December 2014 6:33:42 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:55 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
    from
-	FileCopyPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	FileCopyPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
  */
-static char __buildInfo[] = "FileCopyPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad " __DATE__ ;
+static char __buildInfo[] = "FileCopyPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00 " __DATE__ ;
 
 
 
@@ -57,11 +57,12 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FileCopyPlugin 30 December 2014 (i)"
+	"FileCopyPlugin 28 March 2015 (i)"
 #else
-	"FileCopyPlugin 30 December 2014 (e)"
+	"FileCopyPlugin 28 March 2015 (e)"
 #endif
 ;
+static sqInt simulator;
 
 
 

Modified: trunk/src/plugins/FilePlugin/FilePlugin.c
===================================================================
--- trunk/src/plugins/FilePlugin/FilePlugin.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/FilePlugin/FilePlugin.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.11 translated as C source on 25 March 2015 9:00:19 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:51 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.358 uuid: 6d8d1641-9d58-41f7-99f5-22478bc10ae2
+	VMPluginCodeGenerator VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
    from
-	FilePlugin VMMaker-dtl.358 uuid: 6d8d1641-9d58-41f7-99f5-22478bc10ae2
+	FilePlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
  */
-static char __buildInfo[] = "FilePlugin VMMaker-dtl.358 uuid: 6d8d1641-9d58-41f7-99f5-22478bc10ae2 " __DATE__ ;
+static char __buildInfo[] = "FilePlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00 " __DATE__ ;
 
 
 
@@ -100,9 +100,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FilePlugin 25 March 2015 (i)"
+	"FilePlugin 28 March 2015 (i)"
 #else
-	"FilePlugin 25 March 2015 (e)"
+	"FilePlugin 28 March 2015 (e)"
 #endif
 ;
 static void * sCCPfn;

Modified: trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c
===================================================================
--- trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.10 translated as C source on 30 December 2014 6:33:38 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:51 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	VMPluginCodeGenerator VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
    from
-	FloatArrayPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	FloatArrayPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
  */
-static char __buildInfo[] = "FloatArrayPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad " __DATE__ ;
+static char __buildInfo[] = "FloatArrayPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00 " __DATE__ ;
 
 
 
@@ -72,9 +72,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FloatArrayPlugin 30 December 2014 (i)"
+	"FloatArrayPlugin 28 March 2015 (i)"
 #else
-	"FloatArrayPlugin 30 December 2014 (e)"
+	"FloatArrayPlugin 28 March 2015 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c
===================================================================
--- trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.10 translated as C source on 30 December 2014 6:33:38 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:51 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	VMPluginCodeGenerator VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
    from
-	FloatMathPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	FloatMathPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
  */
-static char __buildInfo[] = "FloatMathPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad " __DATE__ ;
+static char __buildInfo[] = "FloatMathPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00 " __DATE__ ;
 
 
 
@@ -79,9 +79,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FloatMathPlugin 30 December 2014 (i)"
+	"FloatMathPlugin 28 March 2015 (i)"
 #else
-	"FloatMathPlugin 30 December 2014 (e)"
+	"FloatMathPlugin 28 March 2015 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/GeniePlugin/GeniePlugin.c
===================================================================
--- trunk/src/plugins/GeniePlugin/GeniePlugin.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/GeniePlugin/GeniePlugin.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.10 translated as C source on 30 December 2014 6:33:38 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:51 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
    from
-	GeniePlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	GeniePlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
  */
-static char __buildInfo[] = "GeniePlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad " __DATE__ ;
+static char __buildInfo[] = "GeniePlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00 " __DATE__ ;
 
 
 
@@ -61,23 +61,24 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"GeniePlugin v2.0 30 December 2014 (i)"
+	"GeniePlugin v2.0 28 March 2015 (i)"
 #else
-	"GeniePlugin v2.0 30 December 2014 (e)"
+	"GeniePlugin v2.0 28 March 2015 (e)"
 #endif
 ;
+static sqInt simulator;
 
 
 
 /*	arguments are pointer to ints paired as x,y coordinates of points */
 
 static sqInt cSquaredDistanceFromto(int *aPoint, int *bPoint) {
+	sqInt yDiff;
 	sqInt aPointX;
 	sqInt bPointX;
-	sqInt xDiff;
 	sqInt aPointY;
 	sqInt bPointY;
-	sqInt yDiff;
+	sqInt xDiff;
 
 	aPointX = aPoint[0];
 	aPointY = aPoint[1];

Modified: trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c
===================================================================
--- trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.10 translated as C source on 30 December 2014 6:33:43 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:56 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
    from
-	HostWindowPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	HostWindowPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
  */
-static char __buildInfo[] = "HostWindowPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad " __DATE__ ;
+static char __buildInfo[] = "HostWindowPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00 " __DATE__ ;
 
 
 
@@ -66,11 +66,12 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"HostWindowPlugin 30 December 2014 (i)"
+	"HostWindowPlugin 28 March 2015 (i)"
 #else
-	"HostWindowPlugin 30 December 2014 (e)"
+	"HostWindowPlugin 28 March 2015 (e)"
 #endif
 ;
+static sqInt simulator;
 
 
 

Modified: trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c
===================================================================
--- trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.10 translated as C source on 30 December 2014 6:33:38 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:52 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
    from
-	JPEGReadWriter2Plugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	JPEGReadWriter2Plugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
  */
-static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad " __DATE__ ;
+static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00 " __DATE__ ;
 
 
 
@@ -68,11 +68,12 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"JPEGReadWriter2Plugin 30 December 2014 (i)"
+	"JPEGReadWriter2Plugin 28 March 2015 (i)"
 #else
-	"JPEGReadWriter2Plugin 30 December 2014 (e)"
+	"JPEGReadWriter2Plugin 28 March 2015 (e)"
 #endif
 ;
+static sqInt simulator;
 
 
 

Modified: trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c
===================================================================
--- trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.10 translated as C source on 30 December 2014 6:33:38 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:52 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	VMPluginCodeGenerator VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
    from
-	JPEGReaderPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	JPEGReaderPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
  */
-static char __buildInfo[] = "JPEGReaderPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad " __DATE__ ;
+static char __buildInfo[] = "JPEGReaderPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00 " __DATE__ ;
 
 
 
@@ -136,9 +136,9 @@
 static sqInt jsReadLimit;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"JPEGReaderPlugin 30 December 2014 (i)"
+	"JPEGReaderPlugin 28 March 2015 (i)"
 #else
-	"JPEGReaderPlugin 30 December 2014 (e)"
+	"JPEGReaderPlugin 28 March 2015 (e)"
 #endif
 ;
 static int *residuals;

Modified: trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c
===================================================================
--- trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.10 translated as C source on 30 December 2014 6:33:38 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:52 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
    from
-	JoystickTabletPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	JoystickTabletPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
  */
-static char __buildInfo[] = "JoystickTabletPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad " __DATE__ ;
+static char __buildInfo[] = "JoystickTabletPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00 " __DATE__ ;
 
 
 
@@ -62,11 +62,12 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"JoystickTabletPlugin 30 December 2014 (i)"
+	"JoystickTabletPlugin 28 March 2015 (i)"
 #else
-	"JoystickTabletPlugin 30 December 2014 (e)"
+	"JoystickTabletPlugin 28 March 2015 (e)"
 #endif
 ;
+static sqInt simulator;
 
 
 

Modified: trunk/src/plugins/KedamaPlugin2/KedamaPlugin2.c
===================================================================
--- trunk/src/plugins/KedamaPlugin2/KedamaPlugin2.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/KedamaPlugin2/KedamaPlugin2.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.10 translated as C source on 30 December 2014 6:33:43 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:57 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	VMPluginCodeGenerator VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
    from
 	KedamaPlugin2 Kedama-Plugins-yo.1 uuid: 3fc7d691-0149-ba4d-a339-5d27cd44a2f8
  */
@@ -123,9 +123,9 @@
 static unsigned int kedamaRandomSeed;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"KedamaPlugin2 30 December 2014 (i)"
+	"KedamaPlugin2 28 March 2015 (i)"
 #else
-	"KedamaPlugin2 30 December 2014 (e)"
+	"KedamaPlugin2 28 March 2015 (e)"
 #endif
 ;
 static unsigned int randA;

Modified: trunk/src/plugins/Klatt/Klatt.c
===================================================================
--- trunk/src/plugins/Klatt/Klatt.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/Klatt/Klatt.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.10 translated as C source on 30 December 2014 6:33:39 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:52 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	VMPluginCodeGenerator VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
    from
-	KlattSynthesizerPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	KlattSynthesizerPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
  */
-static char __buildInfo[] = "KlattSynthesizerPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad " __DATE__ ;
+static char __buildInfo[] = "KlattSynthesizerPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00 " __DATE__ ;
 
 
 
@@ -155,9 +155,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"Klatt 30 December 2014 (i)"
+	"Klatt 28 March 2015 (i)"
 #else
-	"Klatt 30 December 2014 (e)"
+	"Klatt 28 March 2015 (e)"
 #endif
 ;
 static float nlast;

Modified: trunk/src/plugins/LargeIntegers/LargeIntegers.c
===================================================================
--- trunk/src/plugins/LargeIntegers/LargeIntegers.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/LargeIntegers/LargeIntegers.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.10 translated as C source on 30 December 2014 6:33:39 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:52 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
    from
-	LargeIntegersPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	LargeIntegersPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
  */
-static char __buildInfo[] = "LargeIntegersPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad " __DATE__ ;
+static char __buildInfo[] = "LargeIntegersPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00 " __DATE__ ;
 
 
 
@@ -122,6 +122,7 @@
 #endif
 ;
 static const int  orOpIndex = 1;
+static sqInt simulator;
 static const int  xorOpIndex = 2;
 
 
@@ -187,8 +188,8 @@
 
 static sqInt bytesgrowTo(sqInt aBytesObject, sqInt newLen) {
 	sqInt oldLen;
+	sqInt newBytes;
 	sqInt copyLen;
-	sqInt newBytes;
 
 	interpreterProxy->pushRemappableOop(aBytesObject);
 	newBytes = interpreterProxy->instantiateClassindexableSize(interpreterProxy->fetchClassOf(aBytesObject), newLen);
@@ -691,8 +692,8 @@
 }
 
 static sqInt cDigitSublenwithleninto(unsigned char *  pByteSmall, sqInt smallLen, unsigned char *  pByteLarge, sqInt largeLen, unsigned char *  pByteRes) {
+	unsigned int z;
 	sqInt i;
-	unsigned int z;
 
 
 	/* Loop invariant is -1<=z<=0 */
@@ -790,10 +791,10 @@
 /*	Does not normalize. */
 
 static sqInt digitLshift(sqInt aBytesOop, sqInt shiftCount) {
+	sqInt highBit;
+	sqInt newBytes;
+	sqInt oldLen;
 	sqInt newLen;
-	sqInt oldLen;
-	sqInt newBytes;
-	sqInt highBit;
 
 	oldLen = interpreterProxy->slotSizeOf(aBytesOop);
 	if (((highBit = cDigitHighBitlen(interpreterProxy->firstIndexableField(aBytesOop), oldLen))) == 0) {
@@ -1184,10 +1185,10 @@
 }
 
 static sqInt isNormalized(sqInt anInteger) {
-	sqInt ix;
 	sqInt len;
 	sqInt sLen;
 	sqInt minVal;
+	sqInt ix;
 	sqInt maxVal;
 	unsigned char *pointer;
 	unsigned char *pointer1;
@@ -1275,8 +1276,8 @@
 /*	First establish len = significant length. */
 
 static sqInt normalizeNegative(sqInt aLargeNegativeInteger) {
+	sqInt len;
 	sqInt i;
-	sqInt len;
 	sqInt sLen;
 	sqInt minVal;
 	sqInt oldLen;
@@ -1350,8 +1351,8 @@
 	sqInt i;
 	sqInt len;
 	sqInt sLen;
+	sqInt oldLen;
 	sqInt val;
-	sqInt oldLen;
 	unsigned char *pointer;
 	unsigned char *pointer1;
 
@@ -1466,8 +1467,8 @@
 }
 
 EXPORT(sqInt) _primDigitBitShift(void) {
+	sqInt aLarge;
 	sqInt rShift;
-	sqInt aLarge;
 	sqInt anInteger;
 	sqInt shiftCount;
 	sqInt _return_value;
@@ -1680,9 +1681,9 @@
 }
 
 EXPORT(sqInt) primDigitBitShift(void) {
+	sqInt anInteger;
+	sqInt rShift;
 	sqInt aLarge;
-	sqInt rShift;
-	sqInt anInteger;
 	sqInt shiftCount;
 	sqInt _return_value;
 	sqInt aLargeInteger;
@@ -1732,9 +1733,9 @@
 }
 
 EXPORT(sqInt) primDigitBitShiftMagnitude(void) {
+	sqInt anInteger;
+	sqInt rShift;
 	sqInt aLarge;
-	sqInt rShift;
-	sqInt anInteger;
 	sqInt shiftCount;
 	sqInt _return_value;
 	sqInt aLargeInteger;

Modified: trunk/src/plugins/LocalePlugin/LocalePlugin.c
===================================================================
--- trunk/src/plugins/LocalePlugin/LocalePlugin.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/LocalePlugin/LocalePlugin.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.10 translated as C source on 30 December 2014 6:33:39 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:52 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
    from
-	LocalePlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	LocalePlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
  */
-static char __buildInfo[] = "LocalePlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad " __DATE__ ;
+static char __buildInfo[] = "LocalePlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00 " __DATE__ ;
 
 
 
@@ -71,11 +71,12 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"LocalePlugin 30 December 2014 (i)"
+	"LocalePlugin 28 March 2015 (i)"
 #else
-	"LocalePlugin 30 December 2014 (e)"
+	"LocalePlugin 28 March 2015 (e)"
 #endif
 ;
+static sqInt simulator;
 
 
 

Modified: trunk/src/plugins/MIDIPlugin/MIDIPlugin.c
===================================================================
--- trunk/src/plugins/MIDIPlugin/MIDIPlugin.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/MIDIPlugin/MIDIPlugin.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.10 translated as C source on 30 December 2014 6:33:44 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:57 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
    from
-	MIDIPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	MIDIPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
  */
-static char __buildInfo[] = "MIDIPlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad " __DATE__ ;
+static char __buildInfo[] = "MIDIPlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00 " __DATE__ ;
 
 
 
@@ -70,11 +70,12 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"MIDIPlugin 30 December 2014 (i)"
+	"MIDIPlugin 28 March 2015 (i)"
 #else
-	"MIDIPlugin 30 December 2014 (e)"
+	"MIDIPlugin 28 March 2015 (e)"
 #endif
 ;
+static sqInt simulator;
 
 
 

Modified: trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c
===================================================================
--- trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.10 translated as C source on 30 December 2014 6:33:39 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:53 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	VMPluginCodeGenerator VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
    from
-	Matrix2x3Plugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	Matrix2x3Plugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
  */
-static char __buildInfo[] = "Matrix2x3Plugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad " __DATE__ ;
+static char __buildInfo[] = "Matrix2x3Plugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00 " __DATE__ ;
 
 
 
@@ -74,9 +74,9 @@
 static double m23ResultY;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"Matrix2x3Plugin 30 December 2014 (i)"
+	"Matrix2x3Plugin 28 March 2015 (i)"
 #else
-	"Matrix2x3Plugin 30 December 2014 (e)"
+	"Matrix2x3Plugin 28 March 2015 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c
===================================================================
--- trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.10 translated as C source on 30 December 2014 6:33:40 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:53 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	VMPluginCodeGenerator VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
    from
-	MiscPrimitivePlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad
+	MiscPrimitivePlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00
  */
-static char __buildInfo[] = "MiscPrimitivePlugin VMMaker-dtl.357 uuid: 96d483fb-0958-4bbe-b781-24d9787a20ad " __DATE__ ;
+static char __buildInfo[] = "MiscPrimitivePlugin VMMaker-dtl.359 uuid: 3d5b8023-e045-437f-a85a-02036bc57e00 " __DATE__ ;
 
 
 
@@ -70,9 +70,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"MiscPrimitivePlugin 30 December 2014 (i)"
+	"MiscPrimitivePlugin 28 March 2015 (i)"
 #else
-	"MiscPrimitivePlugin 30 December 2014 (e)"
+	"MiscPrimitivePlugin 28 March 2015 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c
===================================================================
--- trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c	2015-03-26 20:23:09 UTC (rev 3295)
+++ trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c	2015-03-29 00:30:44 UTC (rev 3296)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.10 translated as C source on 30 December 2014 6:33:44 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.12 translated as C source on 28 March 2015 8:15:57 pm */
 /* Automatically generated by

@@ Diff output truncated at 50000 characters. @@


More information about the Vm-dev mailing list