[Vm-dev] [commit][2710] Name: VMMaker-dtl.312

commits at squeakvm.org commits at squeakvm.org
Sun Mar 24 03:41:25 UTC 2013


Revision: 2710
Author:   lewis
Date:     2013-03-23 20:41:24 -0700 (Sat, 23 Mar 2013)
Log Message:
-----------
Name: VMMaker-dtl.312
Author: dtl
Time: 23 March 2013, 11:37:27.659 pm
UUID: 488d26b6-538b-40e3-b37a-9e84b2782b9b
Ancestors: VMMaker-dtl.311

VMMaker 4.11.3

Merge from oscog: Identify generated sources using
fileHeaderVersionStampForSourceClass: to specify the code generator,
generated class, and Monticello source.

Merge VMMaker-tpr.302 (misnamed package due to MC glitch), original
commit was:

Name: VMMaker-tpr.302
Author: tpr
Time: 7 March 2013, 2:40:39.704 pm
Ancestors: VMMaker-dtl.301

change HostWindowPlugin> primitiveShowHostWindow... to referto dispBits
as ByteArray in order to have the C type be (char *) and not (unsigned
*) as before.
This reduces the compile errors for ioShowDisplayOnWindow() which is
declared as (sqInt, unsigned char *.....

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/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/PixelValuePeekPlugin/PixelValuePeekPlugin.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/plugins/ZipPlugin/ZipPlugin.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	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/ckformat.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -5,7 +5,7 @@
 /* Usage: ckformat imageFileName */
 
 /* --- DO NOT EDIT THIS FILE --- */
-/* --- Automatically generated from class ImageFormat 2013-02-15T19:50:54.446-05:00--- */
+/* --- Automatically generated from class ImageFormat 2013-03-23T23:29:31.367-05: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	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:46 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:14 pm */
+/* Automatically generated by
+	VMPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	ADPCMCodecPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "ADPCMCodecPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -63,9 +70,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"ADPCMCodecPlugin 15 February 2013 (i)"
+	"ADPCMCodecPlugin 23 March 2013 (i)"
 #else
-	"ADPCMCodecPlugin 15 February 2013 (e)"
+	"ADPCMCodecPlugin 23 March 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/AioPlugin/AioPlugin.c
===================================================================
--- trunk/src/plugins/AioPlugin/AioPlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/AioPlugin/AioPlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:54 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:30 pm */
+/* Automatically generated by
+	VMPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	UnixAioPlugin VMConstruction-Plugins-AioPlugin-dtl.14 uuid: 965d54b7-4309-42fd-adb0-64400d3c780b
  */
+static char __buildInfo[] = "UnixAioPlugin VMConstruction-Plugins-AioPlugin-dtl.14 uuid: 965d54b7-4309-42fd-adb0-64400d3c780b " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -81,9 +88,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"AioPlugin 15 February 2013 (i)"
+	"AioPlugin 23 March 2013 (i)"
 #else
-	"AioPlugin 15 February 2013 (e)"
+	"AioPlugin 23 March 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c
===================================================================
--- trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:46 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:14 pm */
+/* Automatically generated by
+	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	AsynchFilePlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "AsynchFilePlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -60,9 +67,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"AsynchFilePlugin 15 February 2013 (i)"
+	"AsynchFilePlugin 23 March 2013 (i)"
 #else
-	"AsynchFilePlugin 15 February 2013 (e)"
+	"AsynchFilePlugin 23 March 2013 (e)"
 #endif
 ;
 static void * sCOAFfn;

Modified: trunk/src/plugins/B2DPlugin/B2DPlugin.c
===================================================================
--- trunk/src/plugins/B2DPlugin/B2DPlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/B2DPlugin/B2DPlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:47 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:16 pm */
+/* Automatically generated by
+	VMPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	BalloonEnginePlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "BalloonEnginePlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -414,9 +421,9 @@
 static void * loadBBFn;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"B2DPlugin 15 February 2013 (i)"
+	"B2DPlugin 23 March 2013 (i)"
 #else
-	"B2DPlugin 15 February 2013 (e)"
+	"B2DPlugin 23 March 2013 (e)"
 #endif
 ;
 static int* objBuffer;

Modified: trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c
===================================================================
--- trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:51 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:23 pm */
+/* Automatically generated by
+	VMPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	B3DAcceleratorPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "B3DAcceleratorPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -90,9 +97,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"B3DAcceleratorPlugin 15 February 2013 (i)"
+	"B3DAcceleratorPlugin 23 March 2013 (i)"
 #else
-	"B3DAcceleratorPlugin 15 February 2013 (e)"
+	"B3DAcceleratorPlugin 23 March 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c
===================================================================
--- trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:46 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:14 pm */
+/* Automatically generated by
+	VMPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	BMPReadWriterPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "BMPReadWriterPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -51,9 +58,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"BMPReadWriterPlugin 15 February 2013 (i)"
+	"BMPReadWriterPlugin 23 March 2013 (i)"
 #else
-	"BMPReadWriterPlugin 15 February 2013 (e)"
+	"BMPReadWriterPlugin 23 March 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/BitBltPlugin/BitBltPlugin.c
===================================================================
--- trunk/src/plugins/BitBltPlugin/BitBltPlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/BitBltPlugin/BitBltPlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:48 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:17 pm */
+/* Automatically generated by
+	VMPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	BitBltSimulation * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "BitBltSimulation * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -237,9 +244,9 @@
 };
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"BitBltPlugin 15 February 2013 (i)"
+	"BitBltPlugin 23 March 2013 (i)"
 #else
-	"BitBltPlugin 15 February 2013 (e)"
+	"BitBltPlugin 23 March 2013 (e)"
 #endif
 ;
 static sqInt nWords;

Modified: trunk/src/plugins/CameraPlugin/CameraPlugin.c
===================================================================
--- trunk/src/plugins/CameraPlugin/CameraPlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/CameraPlugin/CameraPlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:51 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:24 pm */
+/* Automatically generated by
+	VMPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	CameraPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "CameraPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -57,9 +64,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"CameraPlugin 15 February 2013 (i)"
+	"CameraPlugin 23 March 2013 (i)"
 #else
-	"CameraPlugin 15 February 2013 (e)"
+	"CameraPlugin 23 March 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c
===================================================================
--- trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:51 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:24 pm */
+/* Automatically generated by
+	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	ClipboardExtendedPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "ClipboardExtendedPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -54,9 +61,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"ClipboardExtendedPlugin 15 February 2013 (i)"
+	"ClipboardExtendedPlugin 23 March 2013 (i)"
 #else
-	"ClipboardExtendedPlugin 15 February 2013 (e)"
+	"ClipboardExtendedPlugin 23 March 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/CroquetPlugin/CroquetPlugin.c
===================================================================
--- trunk/src/plugins/CroquetPlugin/CroquetPlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/CroquetPlugin/CroquetPlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:48 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:18 pm */
+/* Automatically generated by
+	VMPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	CroquetPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "CroquetPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -63,9 +70,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"CroquetPlugin 15 February 2013 (i)"
+	"CroquetPlugin 23 March 2013 (i)"
 #else
-	"CroquetPlugin 15 February 2013 (e)"
+	"CroquetPlugin 23 March 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/DBusPlugin/DBusPlugin.c
===================================================================
--- trunk/src/plugins/DBusPlugin/DBusPlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/DBusPlugin/DBusPlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:51 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:24 pm */
+/* Automatically generated by
+	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	DBusPlugin DBus-Plugin-dtl.35 uuid: 2ae30f08-4793-4acb-876b-c443a5f5e665
  */
+static char __buildInfo[] = "DBusPlugin DBus-Plugin-dtl.35 uuid: 2ae30f08-4793-4acb-876b-c443a5f5e665 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -136,9 +143,9 @@
 static DBusMessageIter messageIter[DBUS_MAXIMUM_TYPE_RECURSION_DEPTH];
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"DBusPlugin 15 February 2013 (i)"
+	"DBusPlugin 23 March 2013 (i)"
 #else
-	"DBusPlugin 15 February 2013 (e)"
+	"DBusPlugin 23 March 2013 (e)"
 #endif
 ;
 static DBusMessage* writeMessage;

Modified: trunk/src/plugins/DSAPrims/DSAPrims.c
===================================================================
--- trunk/src/plugins/DSAPrims/DSAPrims.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/DSAPrims/DSAPrims.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:48 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:18 pm */
+/* Automatically generated by
+	VMPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	DSAPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "DSAPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -60,9 +67,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"DSAPrims 15 February 2013 (i)"
+	"DSAPrims 23 March 2013 (i)"
 #else
-	"DSAPrims 15 February 2013 (e)"
+	"DSAPrims 23 March 2013 (e)"
 #endif
 ;
 static sqInt remainderDigitCount;

Modified: trunk/src/plugins/DropPlugin/DropPlugin.c
===================================================================
--- trunk/src/plugins/DropPlugin/DropPlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/DropPlugin/DropPlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:48 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:18 pm */
+/* Automatically generated by
+	VMPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	DropPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "DropPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -55,9 +62,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"DropPlugin 15 February 2013 (i)"
+	"DropPlugin 23 March 2013 (i)"
 #else
-	"DropPlugin 15 February 2013 (e)"
+	"DropPlugin 23 March 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FFTPlugin/FFTPlugin.c
===================================================================
--- trunk/src/plugins/FFTPlugin/FFTPlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/FFTPlugin/FFTPlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:48 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:18 pm */
+/* Automatically generated by
+	VMPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	FFTPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "FFTPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -61,9 +68,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FFTPlugin 15 February 2013 (i)"
+	"FFTPlugin 23 March 2013 (i)"
 #else
-	"FFTPlugin 15 February 2013 (e)"
+	"FFTPlugin 23 March 2013 (e)"
 #endif
 ;
 static sqInt nu;

Modified: trunk/src/plugins/FT2Plugin/FT2Plugin.c
===================================================================
--- trunk/src/plugins/FT2Plugin/FT2Plugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/FT2Plugin/FT2Plugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:48 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:19 pm */
+/* Automatically generated by
+	FT2PluginCodeGenerator * FreeType-tween.435 uuid: 1866706e-ba6b-a742-b2fb-7854932b7596
+   from
+	FT2Plugin * FreeType-tween.435 uuid: 1866706e-ba6b-a742-b2fb-7854932b7596
  */
+static char __buildInfo[] = "FT2Plugin * FreeType-tween.435 uuid: 1866706e-ba6b-a742-b2fb-7854932b7596 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -115,9 +122,9 @@
 static FT_Library library;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FT2Plugin 15 February 2013 (i)"
+	"FT2Plugin 23 March 2013 (i)"
 #else
-	"FT2Plugin 15 February 2013 (e)"
+	"FT2Plugin 23 March 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c
===================================================================
--- trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:51 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:25 pm */
+/* Automatically generated by
+	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	FileCopyPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "FileCopyPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -50,9 +57,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FileCopyPlugin 15 February 2013 (i)"
+	"FileCopyPlugin 23 March 2013 (i)"
 #else
-	"FileCopyPlugin 15 February 2013 (e)"
+	"FileCopyPlugin 23 March 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FilePlugin/FilePlugin.c
===================================================================
--- trunk/src/plugins/FilePlugin/FilePlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/FilePlugin/FilePlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:48 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:19 pm */
+/* Automatically generated by
+	VMPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	FilePlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "FilePlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -87,9 +94,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FilePlugin 15 February 2013 (i)"
+	"FilePlugin 23 March 2013 (i)"
 #else
-	"FilePlugin 15 February 2013 (e)"
+	"FilePlugin 23 March 2013 (e)"
 #endif
 ;
 static void * sCCPfn;

Modified: trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c
===================================================================
--- trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:49 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:19 pm */
+/* Automatically generated by
+	VMPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	FloatArrayPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "FloatArrayPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -63,9 +70,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FloatArrayPlugin 15 February 2013 (i)"
+	"FloatArrayPlugin 23 March 2013 (i)"
 #else
-	"FloatArrayPlugin 15 February 2013 (e)"
+	"FloatArrayPlugin 23 March 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c
===================================================================
--- trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:49 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:19 pm */
+/* Automatically generated by
+	VMPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	FloatMathPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "FloatMathPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -72,9 +79,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FloatMathPlugin 15 February 2013 (i)"
+	"FloatMathPlugin 23 March 2013 (i)"
 #else
-	"FloatMathPlugin 15 February 2013 (e)"
+	"FloatMathPlugin 23 March 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/GeniePlugin/GeniePlugin.c
===================================================================
--- trunk/src/plugins/GeniePlugin/GeniePlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/GeniePlugin/GeniePlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:49 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:19 pm */
+/* Automatically generated by
+	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	GeniePlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "GeniePlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -54,9 +61,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"GeniePlugin v2.0 15 February 2013 (i)"
+	"GeniePlugin v2.0 23 March 2013 (i)"
 #else
-	"GeniePlugin v2.0 15 February 2013 (e)"
+	"GeniePlugin v2.0 23 March 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c
===================================================================
--- trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 9 March 2013 9:51:27 am 
-   by VMMaker 4.10.13
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:26 pm */
+/* Automatically generated by
+	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	HostWindowPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "HostWindowPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -59,9 +66,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"HostWindowPlugin 9 March 2013 (i)"
+	"HostWindowPlugin 23 March 2013 (i)"
 #else
-	"HostWindowPlugin 9 March 2013 (e)"
+	"HostWindowPlugin 23 March 2013 (e)"
 #endif
 ;
 
@@ -290,7 +297,7 @@
 EXPORT(sqInt) primitiveShowHostWindowRect(void) {
 	sqInt ok;
 	sqInt windowIndex;
-	unsigned *dispBits;
+	char *dispBits;
 	sqInt w;
 	sqInt h;
 	sqInt d;
@@ -300,8 +307,8 @@
 	sqInt bottom;
 
 	windowIndex = interpreterProxy->stackIntegerValue(8);
-	interpreterProxy->success(interpreterProxy->isWords(interpreterProxy->stackValue(7)));
-	dispBits = ((unsigned *) (interpreterProxy->firstIndexableField(interpreterProxy->stackValue(7))));
+	interpreterProxy->success(interpreterProxy->isBytes(interpreterProxy->stackValue(7)));
+	dispBits = ((char *) (interpreterProxy->firstIndexableField(interpreterProxy->stackValue(7))));
 	w = interpreterProxy->stackIntegerValue(6);
 	h = interpreterProxy->stackIntegerValue(5);
 	d = interpreterProxy->stackIntegerValue(4);

Modified: trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c
===================================================================
--- trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:49 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:20 pm */
+/* Automatically generated by
+	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	JPEGReadWriter2Plugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "JPEGReadWriter2Plugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -61,9 +68,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"JPEGReadWriter2Plugin 15 February 2013 (i)"
+	"JPEGReadWriter2Plugin 23 March 2013 (i)"
 #else
-	"JPEGReadWriter2Plugin 15 February 2013 (e)"
+	"JPEGReadWriter2Plugin 23 March 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c
===================================================================
--- trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:49 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:20 pm */
+/* Automatically generated by
+	VMPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	JPEGReaderPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "JPEGReaderPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -129,9 +136,9 @@
 static sqInt jsReadLimit;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"JPEGReaderPlugin 15 February 2013 (i)"
+	"JPEGReaderPlugin 23 March 2013 (i)"
 #else
-	"JPEGReaderPlugin 15 February 2013 (e)"
+	"JPEGReaderPlugin 23 March 2013 (e)"
 #endif
 ;
 static int *residuals;

Modified: trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c
===================================================================
--- trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:49 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:20 pm */
+/* Automatically generated by
+	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	JoystickTabletPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "JoystickTabletPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -55,9 +62,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"JoystickTabletPlugin 15 February 2013 (i)"
+	"JoystickTabletPlugin 23 March 2013 (i)"
 #else
-	"JoystickTabletPlugin 15 February 2013 (e)"
+	"JoystickTabletPlugin 23 March 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/Klatt/Klatt.c
===================================================================
--- trunk/src/plugins/Klatt/Klatt.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/Klatt/Klatt.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:49 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:20 pm */
+/* Automatically generated by
+	VMPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	KlattSynthesizerPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "KlattSynthesizerPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -148,9 +155,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"Klatt 15 February 2013 (i)"
+	"Klatt 23 March 2013 (i)"
 #else
-	"Klatt 15 February 2013 (e)"
+	"Klatt 23 March 2013 (e)"
 #endif
 ;
 static float nlast;

Modified: trunk/src/plugins/LargeIntegers/LargeIntegers.c
===================================================================
--- trunk/src/plugins/LargeIntegers/LargeIntegers.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/LargeIntegers/LargeIntegers.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:49 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:21 pm */
+/* Automatically generated by
+	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	LargeIntegersPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "LargeIntegersPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>

Modified: trunk/src/plugins/LocalePlugin/LocalePlugin.c
===================================================================
--- trunk/src/plugins/LocalePlugin/LocalePlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/LocalePlugin/LocalePlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:49 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:21 pm */
+/* Automatically generated by
+	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	LocalePlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "LocalePlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -64,9 +71,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"LocalePlugin 15 February 2013 (i)"
+	"LocalePlugin 23 March 2013 (i)"
 #else
-	"LocalePlugin 15 February 2013 (e)"
+	"LocalePlugin 23 March 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/MIDIPlugin/MIDIPlugin.c
===================================================================
--- trunk/src/plugins/MIDIPlugin/MIDIPlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/MIDIPlugin/MIDIPlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:53 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:28 pm */
+/* Automatically generated by
+	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	MIDIPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "MIDIPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -63,9 +70,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"MIDIPlugin 15 February 2013 (i)"
+	"MIDIPlugin 23 March 2013 (i)"
 #else
-	"MIDIPlugin 15 February 2013 (e)"
+	"MIDIPlugin 23 March 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c
===================================================================
--- trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:50 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:21 pm */
+/* Automatically generated by
+	VMPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	Matrix2x3Plugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "Matrix2x3Plugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -67,9 +74,9 @@
 static double m23ResultY;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"Matrix2x3Plugin 15 February 2013 (i)"
+	"Matrix2x3Plugin 23 March 2013 (i)"
 #else
-	"Matrix2x3Plugin 15 February 2013 (e)"
+	"Matrix2x3Plugin 23 March 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c
===================================================================
--- trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:50 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:21 pm */
+/* Automatically generated by
+	VMPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	MiscPrimitivePlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "MiscPrimitivePlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -63,9 +70,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"MiscPrimitivePlugin 15 February 2013 (i)"
+	"MiscPrimitivePlugin 23 March 2013 (i)"
 #else
-	"MiscPrimitivePlugin 15 February 2013 (e)"
+	"MiscPrimitivePlugin 23 March 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c
===================================================================
--- trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 9 March 2013 9:51:28 am 
-   by VMMaker 4.10.13
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:28 pm */
+/* Automatically generated by
+	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	Mpeg3Plugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "Mpeg3Plugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -94,9 +101,9 @@
 static sqInt maximumNumberOfFilesToWatch;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"Mpeg3Plugin 9 March 2013 (i)"
+	"Mpeg3Plugin 23 March 2013 (i)"
 #else
-	"Mpeg3Plugin 9 March 2013 (e)"
+	"Mpeg3Plugin 23 March 2013 (e)"
 #endif
 ;
 static mpeg3_t *mpegFiles[1024+1];

Modified: trunk/src/plugins/PixelValuePeekPlugin/PixelValuePeekPlugin.c
===================================================================
--- trunk/src/plugins/PixelValuePeekPlugin/PixelValuePeekPlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/PixelValuePeekPlugin/PixelValuePeekPlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 22 March 2013 8:31:32 am 
-   by VMMaker 4.11.2
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:28 pm */
+/* Automatically generated by
+	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	PixelValuePeekPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "PixelValuePeekPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -54,9 +61,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"PixelValuePeekPlugin 22 March 2013 (i)"
+	"PixelValuePeekPlugin 23 March 2013 (i)"
 #else
-	"PixelValuePeekPlugin 22 March 2013 (e)"
+	"PixelValuePeekPlugin 23 March 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/RePlugin/RePlugin.c
===================================================================
--- trunk/src/plugins/RePlugin/RePlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/RePlugin/RePlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:50 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:21 pm */
+/* Automatically generated by
+	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	RePlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "RePlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -72,9 +79,9 @@
 static sqInt matchFlags;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"RePlugin 15 February 2013 (i)"
+	"RePlugin 23 March 2013 (i)"
 #else
-	"RePlugin 15 February 2013 (e)"
+	"RePlugin 23 March 2013 (e)"
 #endif
 ;
 static int netMemory = 0;

Modified: trunk/src/plugins/RomePlugin/RomePlugin.c
===================================================================
--- trunk/src/plugins/RomePlugin/RomePlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/RomePlugin/RomePlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:53 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:29 pm */
+/* Automatically generated by
+	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	RomePlugin Rome-Plugin-yo.39 uuid: 4bc7d831-189d-43ce-8b6d-7e96cf20a234
  */
+static char __buildInfo[] = "RomePlugin Rome-Plugin-yo.39 uuid: 4bc7d831-189d-43ce-8b6d-7e96cf20a234 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -192,9 +199,9 @@
 static sqInt maxSurfaceID;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"RomePlugin yo.39 15 February 2013 (i)"
+	"RomePlugin yo.39 23 March 2013 (i)"
 #else
-	"RomePlugin yo.39 15 February 2013 (e)"
+	"RomePlugin yo.39 23 March 2013 (e)"
 #endif
 ;
 static fn_ioRegisterSurface registerSurfaceFn;

Modified: trunk/src/plugins/ScratchPlugin/ScratchPlugin.c
===================================================================
--- trunk/src/plugins/ScratchPlugin/ScratchPlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/ScratchPlugin/ScratchPlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:53 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:29 pm */
+/* Automatically generated by
+	VMPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	ScratchPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "ScratchPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -82,9 +89,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"ScratchPlugin 15 February 2013 (i)"
+	"ScratchPlugin 23 March 2013 (i)"
 #else
-	"ScratchPlugin 15 February 2013 (e)"
+	"ScratchPlugin 23 March 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/SecurityPlugin/SecurityPlugin.c
===================================================================
--- trunk/src/plugins/SecurityPlugin/SecurityPlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/SecurityPlugin/SecurityPlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:50 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:22 pm */
+/* Automatically generated by
+	VMPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	SecurityPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "SecurityPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -73,9 +80,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"SecurityPlugin 15 February 2013 (i)"
+	"SecurityPlugin 23 March 2013 (i)"
 #else
-	"SecurityPlugin 15 February 2013 (e)"
+	"SecurityPlugin 23 March 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/SerialPlugin/SerialPlugin.c
===================================================================
--- trunk/src/plugins/SerialPlugin/SerialPlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/SerialPlugin/SerialPlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:50 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:22 pm */
+/* Automatically generated by
+	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	SerialPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "SerialPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -60,9 +67,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"SerialPlugin 15 February 2013 (i)"
+	"SerialPlugin 23 March 2013 (i)"
 #else
-	"SerialPlugin 15 February 2013 (e)"
+	"SerialPlugin 23 March 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/SocketPlugin/SocketPlugin.c
===================================================================
--- trunk/src/plugins/SocketPlugin/SocketPlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/SocketPlugin/SocketPlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:50 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:22 pm */
+/* Automatically generated by
+	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	SocketPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "SocketPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -122,9 +129,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"SocketPlugin 15 February 2013 (i)"
+	"SocketPlugin 23 March 2013 (i)"
 #else
-	"SocketPlugin 15 February 2013 (e)"
+	"SocketPlugin 23 March 2013 (e)"
 #endif
 ;
 static void * sCCLOPfn;

Modified: trunk/src/plugins/SoundCodecPrims/SoundCodecPrims.c
===================================================================
--- trunk/src/plugins/SoundCodecPrims/SoundCodecPrims.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/SoundCodecPrims/SoundCodecPrims.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:50 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:22 pm */
+/* Automatically generated by
+	VMPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	SoundCodecPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "SoundCodecPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -53,9 +60,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"SoundCodecPrims 15 February 2013 (i)"
+	"SoundCodecPrims 23 March 2013 (i)"
 #else
-	"SoundCodecPrims 15 February 2013 (e)"
+	"SoundCodecPrims 23 March 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/SoundGenerationPlugin/SoundGenerationPlugin.c
===================================================================
--- trunk/src/plugins/SoundGenerationPlugin/SoundGenerationPlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/SoundGenerationPlugin/SoundGenerationPlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 15 February 2013 7:50:50 pm 
-   by VMMaker 4.10.12
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:22 pm */
+/* Automatically generated by
+	VMPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	SoundGenerationPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "SoundGenerationPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -69,9 +76,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"SoundGenerationPlugin 15 February 2013 (i)"
+	"SoundGenerationPlugin 23 March 2013 (i)"
 #else
-	"SoundGenerationPlugin 15 February 2013 (e)"
+	"SoundGenerationPlugin 23 March 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/SoundPlugin/SoundPlugin.c
===================================================================
--- trunk/src/plugins/SoundPlugin/SoundPlugin.c	2013-03-22 14:14:27 UTC (rev 2709)
+++ trunk/src/plugins/SoundPlugin/SoundPlugin.c	2013-03-24 03:41:24 UTC (rev 2710)
@@ -1,7 +1,14 @@
-/* Automatically generated from Squeak on 9 March 2013 9:51:26 am 
-   by VMMaker 4.10.13
+/* Smalltalk from Squeak4.3 with VMMaker 4.11.3 translated as C source on 23 March 2013 11:29:23 pm */
+/* Automatically generated by
+	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
+   from
+	SoundPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329
  */
+static char __buildInfo[] = "SoundPlugin * VMMaker-dtl.311 uuid: 8c63ed2e-f458-42a0-966a-c43a34a79329 " __DATE__ ;
 
+
+
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -66,9 +73,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"SoundPlugin 9 March 2013 (i)"
+	"SoundPlugin 23 March 2013 (i)"
 #else
-	"SoundPlugin 9 March 2013 (e)"
+	"SoundPlugin 23 March 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/Squeak3D/Squeak3D.c
===================================================================

@@ Diff output truncated at 50000 characters. @@


More information about the Vm-dev mailing list