[Vm-dev] [commit][2729] VMMaker 4.12.4 (VMMaker-dtl.320)

commits at squeakvm.org commits at squeakvm.org
Wed May 8 12:29:59 UTC 2013


Revision: 2729
Author:   lewis
Date:     2013-05-08 05:29:55 -0700 (Wed, 08 May 2013)
Log Message:
-----------
VMMaker 4.12.4 (VMMaker-dtl.320)
In primitiveUtcWithOffset, allow caller to provide a pre-allocated
result array to eliminate possible GC in the time primitive.

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/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-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/ckformat.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -5,7 +5,7 @@
 /* Usage: ckformat imageFileName */
 
 /* --- DO NOT EDIT THIS FILE --- */
-/* --- Automatically generated from class ImageFormat 2013-04-13T10:48:51.504-05:00--- */
+/* --- Automatically generated from class ImageFormat 2013-05-08T08:26:54.8-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-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:31 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:37 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	ADPCMCodecPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	ADPCMCodecPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "ADPCMCodecPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "ADPCMCodecPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 
@@ -70,9 +70,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"ADPCMCodecPlugin 13 April 2013 (i)"
+	"ADPCMCodecPlugin 8 May 2013 (i)"
 #else
-	"ADPCMCodecPlugin 13 April 2013 (e)"
+	"ADPCMCodecPlugin 8 May 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/AioPlugin/AioPlugin.c
===================================================================
--- trunk/src/plugins/AioPlugin/AioPlugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/AioPlugin/AioPlugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:50 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:53 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	UnixAioPlugin VMConstruction-Plugins-AioPlugin-dtl.14 uuid: 965d54b7-4309-42fd-adb0-64400d3c780b
+	UnixAioPlugin VMConstruction-Plugins-AioPlugin-eem.15 uuid: 0029df1c-3720-4b61-8579-4851417d24a7
  */
-static char __buildInfo[] = "UnixAioPlugin VMConstruction-Plugins-AioPlugin-dtl.14 uuid: 965d54b7-4309-42fd-adb0-64400d3c780b " __DATE__ ;
+static char __buildInfo[] = "UnixAioPlugin VMConstruction-Plugins-AioPlugin-eem.15 uuid: 0029df1c-3720-4b61-8579-4851417d24a7 " __DATE__ ;
 
 
 
@@ -88,9 +88,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"AioPlugin 13 April 2013 (i)"
+	"AioPlugin 8 May 2013 (i)"
 #else
-	"AioPlugin 13 April 2013 (e)"
+	"AioPlugin 8 May 2013 (e)"
 #endif
 ;
 
@@ -149,7 +149,7 @@
 /*	Check for the common failure mode of a SQFile record with all zeros. */
 
 static sqInt isNonNullSQFile(sqInt objectPointer) {
-    sqInt idx;
+    unsigned idx;
     unsigned char *sqFileBytes;
 
 	sqFileBytes = interpreterProxy->arrayValueOf(objectPointer);

Modified: trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c
===================================================================
--- trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:31 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:37 am */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	AsynchFilePlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	AsynchFilePlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "AsynchFilePlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "AsynchFilePlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 
@@ -67,9 +67,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"AsynchFilePlugin 13 April 2013 (i)"
+	"AsynchFilePlugin 8 May 2013 (i)"
 #else
-	"AsynchFilePlugin 13 April 2013 (e)"
+	"AsynchFilePlugin 8 May 2013 (e)"
 #endif
 ;
 static void * sCOAFfn;

Modified: trunk/src/plugins/B2DPlugin/B2DPlugin.c
===================================================================
--- trunk/src/plugins/B2DPlugin/B2DPlugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/B2DPlugin/B2DPlugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:33 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:39 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	BalloonEnginePlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	BalloonEnginePlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "BalloonEnginePlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "BalloonEnginePlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 
@@ -447,9 +447,9 @@
 static void * loadBBFn;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"B2DPlugin 13 April 2013 (i)"
+	"B2DPlugin 8 May 2013 (i)"
 #else
-	"B2DPlugin 13 April 2013 (e)"
+	"B2DPlugin 8 May 2013 (e)"
 #endif
 ;
 static int* objBuffer;

Modified: trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c
===================================================================
--- trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:42 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:46 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	B3DAcceleratorPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	B3DAcceleratorPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "B3DAcceleratorPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "B3DAcceleratorPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 
@@ -107,9 +107,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"B3DAcceleratorPlugin 13 April 2013 (i)"
+	"B3DAcceleratorPlugin 8 May 2013 (i)"
 #else
-	"B3DAcceleratorPlugin 13 April 2013 (e)"
+	"B3DAcceleratorPlugin 8 May 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c
===================================================================
--- trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:31 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:37 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	BMPReadWriterPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	BMPReadWriterPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "BMPReadWriterPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "BMPReadWriterPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 
@@ -58,9 +58,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"BMPReadWriterPlugin 13 April 2013 (i)"
+	"BMPReadWriterPlugin 8 May 2013 (i)"
 #else
-	"BMPReadWriterPlugin 13 April 2013 (e)"
+	"BMPReadWriterPlugin 8 May 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/BitBltPlugin/BitBltPlugin.c
===================================================================
--- trunk/src/plugins/BitBltPlugin/BitBltPlugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/BitBltPlugin/BitBltPlugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:35 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:41 am */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	BitBltSimulation VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	BitBltSimulation VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "BitBltSimulation VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "BitBltSimulation VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 
@@ -245,9 +245,9 @@
 };
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"BitBltPlugin 13 April 2013 (i)"
+	"BitBltPlugin 8 May 2013 (i)"
 #else
-	"BitBltPlugin 13 April 2013 (e)"
+	"BitBltPlugin 8 May 2013 (e)"
 #endif
 ;
 static sqInt nWords;

Modified: trunk/src/plugins/CameraPlugin/CameraPlugin.c
===================================================================
--- trunk/src/plugins/CameraPlugin/CameraPlugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/CameraPlugin/CameraPlugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:43 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:47 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	CameraPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	CameraPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "CameraPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "CameraPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 
@@ -64,9 +64,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"CameraPlugin 13 April 2013 (i)"
+	"CameraPlugin 8 May 2013 (i)"
 #else
-	"CameraPlugin 13 April 2013 (e)"
+	"CameraPlugin 8 May 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c
===================================================================
--- trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:43 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:47 am */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	ClipboardExtendedPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	ClipboardExtendedPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "ClipboardExtendedPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "ClipboardExtendedPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 
@@ -61,9 +61,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"ClipboardExtendedPlugin 13 April 2013 (i)"
+	"ClipboardExtendedPlugin 8 May 2013 (i)"
 #else
-	"ClipboardExtendedPlugin 13 April 2013 (e)"
+	"ClipboardExtendedPlugin 8 May 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/CroquetPlugin/CroquetPlugin.c
===================================================================
--- trunk/src/plugins/CroquetPlugin/CroquetPlugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/CroquetPlugin/CroquetPlugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:35 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:41 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	CroquetPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	CroquetPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "CroquetPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "CroquetPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 
@@ -73,9 +73,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"CroquetPlugin 13 April 2013 (i)"
+	"CroquetPlugin 8 May 2013 (i)"
 #else
-	"CroquetPlugin 13 April 2013 (e)"
+	"CroquetPlugin 8 May 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/DBusPlugin/DBusPlugin.c
===================================================================
--- trunk/src/plugins/DBusPlugin/DBusPlugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/DBusPlugin/DBusPlugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:43 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:48 am */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
 	DBusPlugin DBus-Plugin-dtl.35 uuid: 2ae30f08-4793-4acb-876b-c443a5f5e665
  */
@@ -143,9 +143,9 @@
 static DBusMessageIter messageIter[DBUS_MAXIMUM_TYPE_RECURSION_DEPTH];
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"DBusPlugin 13 April 2013 (i)"
+	"DBusPlugin 8 May 2013 (i)"
 #else
-	"DBusPlugin 13 April 2013 (e)"
+	"DBusPlugin 8 May 2013 (e)"
 #endif
 ;
 static DBusMessage* writeMessage;

Modified: trunk/src/plugins/DSAPrims/DSAPrims.c
===================================================================
--- trunk/src/plugins/DSAPrims/DSAPrims.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/DSAPrims/DSAPrims.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:35 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:41 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	DSAPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	DSAPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "DSAPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "DSAPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 
@@ -67,9 +67,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"DSAPrims 13 April 2013 (i)"
+	"DSAPrims 8 May 2013 (i)"
 #else
-	"DSAPrims 13 April 2013 (e)"
+	"DSAPrims 8 May 2013 (e)"
 #endif
 ;
 static sqInt remainderDigitCount;

Modified: trunk/src/plugins/DropPlugin/DropPlugin.c
===================================================================
--- trunk/src/plugins/DropPlugin/DropPlugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/DropPlugin/DropPlugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:36 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:41 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	DropPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	DropPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "DropPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "DropPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 
@@ -62,9 +62,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"DropPlugin 13 April 2013 (i)"
+	"DropPlugin 8 May 2013 (i)"
 #else
-	"DropPlugin 13 April 2013 (e)"
+	"DropPlugin 8 May 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FFTPlugin/FFTPlugin.c
===================================================================
--- trunk/src/plugins/FFTPlugin/FFTPlugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/FFTPlugin/FFTPlugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:36 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:42 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	FFTPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	FFTPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "FFTPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "FFTPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 
@@ -68,9 +68,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FFTPlugin 13 April 2013 (i)"
+	"FFTPlugin 8 May 2013 (i)"
 #else
-	"FFTPlugin 13 April 2013 (e)"
+	"FFTPlugin 8 May 2013 (e)"
 #endif
 ;
 static sqInt nu;

Modified: trunk/src/plugins/FT2Plugin/FT2Plugin.c
===================================================================
--- trunk/src/plugins/FT2Plugin/FT2Plugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/FT2Plugin/FT2Plugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,4 +1,4 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:37 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:42 am */
 /* Automatically generated by
 	FT2PluginCodeGenerator * FreeType-tween.435 uuid: 1866706e-ba6b-a742-b2fb-7854932b7596
    from
@@ -122,9 +122,9 @@
 static FT_Library library;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FT2Plugin 13 April 2013 (i)"
+	"FT2Plugin 8 May 2013 (i)"
 #else
-	"FT2Plugin 13 April 2013 (e)"
+	"FT2Plugin 8 May 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c
===================================================================
--- trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:44 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:48 am */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	FileCopyPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	FileCopyPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "FileCopyPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "FileCopyPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 
@@ -57,9 +57,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FileCopyPlugin 13 April 2013 (i)"
+	"FileCopyPlugin 8 May 2013 (i)"
 #else
-	"FileCopyPlugin 13 April 2013 (e)"
+	"FileCopyPlugin 8 May 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FilePlugin/FilePlugin.c
===================================================================
--- trunk/src/plugins/FilePlugin/FilePlugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/FilePlugin/FilePlugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:37 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:42 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	FilePlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	FilePlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "FilePlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "FilePlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 
@@ -100,9 +100,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FilePlugin 13 April 2013 (i)"
+	"FilePlugin 8 May 2013 (i)"
 #else
-	"FilePlugin 13 April 2013 (e)"
+	"FilePlugin 8 May 2013 (e)"
 #endif
 ;
 static void * sCCPfn;

Modified: trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c
===================================================================
--- trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:37 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:42 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	FloatArrayPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	FloatArrayPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "FloatArrayPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "FloatArrayPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 
@@ -72,9 +72,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FloatArrayPlugin 13 April 2013 (i)"
+	"FloatArrayPlugin 8 May 2013 (i)"
 #else
-	"FloatArrayPlugin 13 April 2013 (e)"
+	"FloatArrayPlugin 8 May 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c
===================================================================
--- trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:37 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:42 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	FloatMathPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	FloatMathPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "FloatMathPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "FloatMathPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 
@@ -79,9 +79,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FloatMathPlugin 13 April 2013 (i)"
+	"FloatMathPlugin 8 May 2013 (i)"
 #else
-	"FloatMathPlugin 13 April 2013 (e)"
+	"FloatMathPlugin 8 May 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/GeniePlugin/GeniePlugin.c
===================================================================
--- trunk/src/plugins/GeniePlugin/GeniePlugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/GeniePlugin/GeniePlugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:37 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:43 am */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	GeniePlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	GeniePlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "GeniePlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "GeniePlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 
@@ -61,9 +61,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"GeniePlugin v2.0 13 April 2013 (i)"
+	"GeniePlugin v2.0 8 May 2013 (i)"
 #else
-	"GeniePlugin v2.0 13 April 2013 (e)"
+	"GeniePlugin v2.0 8 May 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c
===================================================================
--- trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:45 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:50 am */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	HostWindowPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	HostWindowPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "HostWindowPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "HostWindowPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 
@@ -66,9 +66,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"HostWindowPlugin 13 April 2013 (i)"
+	"HostWindowPlugin 8 May 2013 (i)"
 #else
-	"HostWindowPlugin 13 April 2013 (e)"
+	"HostWindowPlugin 8 May 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c
===================================================================
--- trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:38 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:43 am */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	JPEGReadWriter2Plugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	JPEGReadWriter2Plugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 
@@ -68,9 +68,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"JPEGReadWriter2Plugin 13 April 2013 (i)"
+	"JPEGReadWriter2Plugin 8 May 2013 (i)"
 #else
-	"JPEGReadWriter2Plugin 13 April 2013 (e)"
+	"JPEGReadWriter2Plugin 8 May 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c
===================================================================
--- trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:38 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:43 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	JPEGReaderPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	JPEGReaderPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "JPEGReaderPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "JPEGReaderPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 
@@ -136,9 +136,9 @@
 static sqInt jsReadLimit;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"JPEGReaderPlugin 13 April 2013 (i)"
+	"JPEGReaderPlugin 8 May 2013 (i)"
 #else
-	"JPEGReaderPlugin 13 April 2013 (e)"
+	"JPEGReaderPlugin 8 May 2013 (e)"
 #endif
 ;
 static int *residuals;

Modified: trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c
===================================================================
--- trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:38 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:43 am */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	JoystickTabletPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	JoystickTabletPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "JoystickTabletPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "JoystickTabletPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 
@@ -62,9 +62,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"JoystickTabletPlugin 13 April 2013 (i)"
+	"JoystickTabletPlugin 8 May 2013 (i)"
 #else
-	"JoystickTabletPlugin 13 April 2013 (e)"
+	"JoystickTabletPlugin 8 May 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/Klatt/Klatt.c
===================================================================
--- trunk/src/plugins/Klatt/Klatt.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/Klatt/Klatt.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:38 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:43 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	KlattSynthesizerPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	KlattSynthesizerPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "KlattSynthesizerPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "KlattSynthesizerPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 
@@ -155,9 +155,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"Klatt 13 April 2013 (i)"
+	"Klatt 8 May 2013 (i)"
 #else
-	"Klatt 13 April 2013 (e)"
+	"Klatt 8 May 2013 (e)"
 #endif
 ;
 static float nlast;

Modified: trunk/src/plugins/LargeIntegers/LargeIntegers.c
===================================================================
--- trunk/src/plugins/LargeIntegers/LargeIntegers.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/LargeIntegers/LargeIntegers.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:39 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:44 am */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	LargeIntegersPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	LargeIntegersPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "LargeIntegersPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "LargeIntegersPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 

Modified: trunk/src/plugins/LocalePlugin/LocalePlugin.c
===================================================================
--- trunk/src/plugins/LocalePlugin/LocalePlugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/LocalePlugin/LocalePlugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:39 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:44 am */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	LocalePlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	LocalePlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "LocalePlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "LocalePlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 
@@ -71,9 +71,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"LocalePlugin 13 April 2013 (i)"
+	"LocalePlugin 8 May 2013 (i)"
 #else
-	"LocalePlugin 13 April 2013 (e)"
+	"LocalePlugin 8 May 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/MIDIPlugin/MIDIPlugin.c
===================================================================
--- trunk/src/plugins/MIDIPlugin/MIDIPlugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/MIDIPlugin/MIDIPlugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:47 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:51 am */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	MIDIPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	MIDIPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "MIDIPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "MIDIPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 
@@ -70,9 +70,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"MIDIPlugin 13 April 2013 (i)"
+	"MIDIPlugin 8 May 2013 (i)"
 #else
-	"MIDIPlugin 13 April 2013 (e)"
+	"MIDIPlugin 8 May 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c
===================================================================
--- trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:39 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:44 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	Matrix2x3Plugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	Matrix2x3Plugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "Matrix2x3Plugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "Matrix2x3Plugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 
@@ -74,9 +74,9 @@
 static double m23ResultY;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"Matrix2x3Plugin 13 April 2013 (i)"
+	"Matrix2x3Plugin 8 May 2013 (i)"
 #else
-	"Matrix2x3Plugin 13 April 2013 (e)"
+	"Matrix2x3Plugin 8 May 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c
===================================================================
--- trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:40 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:45 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	MiscPrimitivePlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	MiscPrimitivePlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "MiscPrimitivePlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "MiscPrimitivePlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 
@@ -70,9 +70,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"MiscPrimitivePlugin 13 April 2013 (i)"
+	"MiscPrimitivePlugin 8 May 2013 (i)"
 #else
-	"MiscPrimitivePlugin 13 April 2013 (e)"
+	"MiscPrimitivePlugin 8 May 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c
===================================================================
--- trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:48 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:51 am */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	Mpeg3Plugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	Mpeg3Plugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "Mpeg3Plugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "Mpeg3Plugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 
@@ -101,9 +101,9 @@
 static sqInt maximumNumberOfFilesToWatch;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"Mpeg3Plugin 13 April 2013 (i)"
+	"Mpeg3Plugin 8 May 2013 (i)"
 #else
-	"Mpeg3Plugin 13 April 2013 (e)"
+	"Mpeg3Plugin 8 May 2013 (e)"
 #endif
 ;
 static mpeg3_t *mpegFiles[1024+1];

Modified: trunk/src/plugins/RePlugin/RePlugin.c
===================================================================
--- trunk/src/plugins/RePlugin/RePlugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/RePlugin/RePlugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:40 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:45 am */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	RePlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	RePlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "RePlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "RePlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 
@@ -79,9 +79,9 @@
 static sqInt matchFlags;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"RePlugin 13 April 2013 (i)"
+	"RePlugin 8 May 2013 (i)"
 #else
-	"RePlugin 13 April 2013 (e)"
+	"RePlugin 8 May 2013 (e)"
 #endif
 ;
 static int netMemory = 0;

Modified: trunk/src/plugins/RomePlugin/RomePlugin.c
===================================================================
--- trunk/src/plugins/RomePlugin/RomePlugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/RomePlugin/RomePlugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:49 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:52 am */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
 	RomePlugin Rome-Plugin-yo.39 uuid: 4bc7d831-189d-43ce-8b6d-7e96cf20a234
  */
@@ -199,9 +199,9 @@
 static sqInt maxSurfaceID;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"RomePlugin yo.39 13 April 2013 (i)"
+	"RomePlugin yo.39 8 May 2013 (i)"
 #else
-	"RomePlugin yo.39 13 April 2013 (e)"
+	"RomePlugin yo.39 8 May 2013 (e)"
 #endif
 ;
 static fn_ioRegisterSurface registerSurfaceFn;

Modified: trunk/src/plugins/ScratchPlugin/ScratchPlugin.c
===================================================================
--- trunk/src/plugins/ScratchPlugin/ScratchPlugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/ScratchPlugin/ScratchPlugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:49 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:53 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	ScratchPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	ScratchPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "ScratchPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "ScratchPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 
@@ -89,9 +89,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"ScratchPlugin 13 April 2013 (i)"
+	"ScratchPlugin 8 May 2013 (i)"
 #else
-	"ScratchPlugin 13 April 2013 (e)"
+	"ScratchPlugin 8 May 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/SecurityPlugin/SecurityPlugin.c
===================================================================
--- trunk/src/plugins/SecurityPlugin/SecurityPlugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/SecurityPlugin/SecurityPlugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:40 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:45 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	SecurityPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	SecurityPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "SecurityPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "SecurityPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 
@@ -80,9 +80,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"SecurityPlugin 13 April 2013 (i)"
+	"SecurityPlugin 8 May 2013 (i)"
 #else
-	"SecurityPlugin 13 April 2013 (e)"
+	"SecurityPlugin 8 May 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/SerialPlugin/SerialPlugin.c
===================================================================
--- trunk/src/plugins/SerialPlugin/SerialPlugin.c	2013-04-29 18:31:55 UTC (rev 2728)
+++ trunk/src/plugins/SerialPlugin/SerialPlugin.c	2013-05-08 12:29:55 UTC (rev 2729)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.1 translated as C source on 13 April 2013 10:48:40 am */
+/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:45 am */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
    from
-	SerialPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14
+	SerialPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
  */
-static char __buildInfo[] = "SerialPlugin VMMaker-dtl.317 uuid: cc922d07-b988-4034-9bf9-31e7b86e9a14 " __DATE__ ;
+static char __buildInfo[] = "SerialPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
 
 
 
@@ -67,9 +67,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"SerialPlugin 13 April 2013 (i)"
+	"SerialPlugin 8 May 2013 (i)"
 #else
-	"SerialPlugin 13 April 2013 (e)"
+	"SerialPlugin 8 May 2013 (e)"
 #endif
 ;
 

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

@@ Diff output truncated at 50000 characters. @@


More information about the Vm-dev mailing list