[Vm-dev] [commit][2795] VMMaker 4.12.8

commits at squeakvm.org commits at squeakvm.org
Thu Oct 31 23:56:23 UTC 2013


Revision: 2795
Author:   lewis
Date:     2013-10-31 16:56:21 -0700 (Thu, 31 Oct 2013)
Log Message:
-----------
VMMaker 4.12.8
Mantis 7794: BitBltSimulation primitiveDisplayString fails to advance
destX
Fix by Nicolas Cellier:

BitBlt>>primDisplayString:from:to:map:xTable:kern: regularly fails to
increment destX instance variable.
The primitiveDisplayString changes destX global variable but then
forgets to copy this global destX into BitBlt's inst var destX. As a
consequence, BitBlt>>displayString:on:from:to:at:kern: regularly fall in
fallback code.

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-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/ckformat.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -5,7 +5,7 @@
 /* Usage: ckformat imageFileName */
 
 /* --- DO NOT EDIT THIS FILE --- */
-/* --- Automatically generated from class ImageFormat 2013-10-27T11:14:02.135+01:00--- */
+/* --- Automatically generated from class ImageFormat 2013-10-31T19:50:44.199+01:00--- */
 /* --- Source code is in package ImageFormat in the VMMaker repository --- */
 /* --- DO NOT EDIT THIS FILE --- */
 

Modified: trunk/src/plugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c
===================================================================
--- trunk/src/plugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:37 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:18 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	VMPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	ADPCMCodecPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	ADPCMCodecPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "ADPCMCodecPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "ADPCMCodecPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 
@@ -70,9 +70,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"ADPCMCodecPlugin 27 October 2013 (i)"
+	"ADPCMCodecPlugin 31 October 2013 (i)"
 #else
-	"ADPCMCodecPlugin 27 October 2013 (e)"
+	"ADPCMCodecPlugin 31 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/AioPlugin/AioPlugin.c
===================================================================
--- trunk/src/plugins/AioPlugin/AioPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/AioPlugin/AioPlugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:14 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:42 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	VMPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
 	UnixAioPlugin VMConstruction-Plugins-AioPlugin-eem.15 uuid: 0029df1c-3720-4b61-8579-4851417d24a7
  */
@@ -88,9 +88,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"AioPlugin 27 October 2013 (i)"
+	"AioPlugin 31 October 2013 (i)"
 #else
-	"AioPlugin 27 October 2013 (e)"
+	"AioPlugin 31 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c
===================================================================
--- trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:38 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:18 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	AsynchFilePlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	AsynchFilePlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "AsynchFilePlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "AsynchFilePlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 
@@ -67,9 +67,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"AsynchFilePlugin 27 October 2013 (i)"
+	"AsynchFilePlugin 31 October 2013 (i)"
 #else
-	"AsynchFilePlugin 27 October 2013 (e)"
+	"AsynchFilePlugin 31 October 2013 (e)"
 #endif
 ;
 static void * sCOAFfn;

Modified: trunk/src/plugins/B2DPlugin/B2DPlugin.c
===================================================================
--- trunk/src/plugins/B2DPlugin/B2DPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/B2DPlugin/B2DPlugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:40 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:21 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	VMPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	BalloonEnginePlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	BalloonEnginePlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "BalloonEnginePlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "BalloonEnginePlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 
@@ -447,9 +447,9 @@
 static void * loadBBFn;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"B2DPlugin 27 October 2013 (i)"
+	"B2DPlugin 31 October 2013 (i)"
 #else
-	"B2DPlugin 27 October 2013 (e)"
+	"B2DPlugin 31 October 2013 (e)"
 #endif
 ;
 static int* objBuffer;

Modified: trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c
===================================================================
--- trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:51 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:32 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	VMPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	B3DAcceleratorPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	B3DAcceleratorPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "B3DAcceleratorPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "B3DAcceleratorPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 
@@ -107,9 +107,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"B3DAcceleratorPlugin 27 October 2013 (i)"
+	"B3DAcceleratorPlugin 31 October 2013 (i)"
 #else
-	"B3DAcceleratorPlugin 27 October 2013 (e)"
+	"B3DAcceleratorPlugin 31 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c
===================================================================
--- trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:38 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:18 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	VMPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	BMPReadWriterPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	BMPReadWriterPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "BMPReadWriterPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "BMPReadWriterPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 
@@ -58,9 +58,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"BMPReadWriterPlugin 27 October 2013 (i)"
+	"BMPReadWriterPlugin 31 October 2013 (i)"
 #else
-	"BMPReadWriterPlugin 27 October 2013 (e)"
+	"BMPReadWriterPlugin 31 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/BitBltPlugin/BitBltPlugin.c
===================================================================
--- trunk/src/plugins/BitBltPlugin/BitBltPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/BitBltPlugin/BitBltPlugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:42 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:22 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	BitBltSimulation VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	BitBltSimulation VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "BitBltSimulation VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "BitBltSimulation VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 
@@ -257,9 +257,9 @@
 };
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"BitBltPlugin 27 October 2013 (i)"
+	"BitBltPlugin 31 October 2013 (i)"
 #else
-	"BitBltPlugin 27 October 2013 (e)"
+	"BitBltPlugin 31 October 2013 (e)"
 #endif
 ;
 static sqInt nWords;
@@ -3477,6 +3477,7 @@
 	affectedL = left;
 	/* begin showDisplayBits */
 	interpreterProxy->showDisplayBitsLeftTopRightBottom(destForm, affectedL, affectedT, affectedR, affectedB);
+	interpreterProxy->storeIntegerofObjectwithValue(BBDestXIndex, bbObj, destX);
 	interpreterProxy->pop(6);
 }
 

Modified: trunk/src/plugins/CameraPlugin/CameraPlugin.c
===================================================================
--- trunk/src/plugins/CameraPlugin/CameraPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/CameraPlugin/CameraPlugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:52 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:33 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	VMPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	CameraPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	CameraPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "CameraPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "CameraPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 
@@ -64,9 +64,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"CameraPlugin 27 October 2013 (i)"
+	"CameraPlugin 31 October 2013 (i)"
 #else
-	"CameraPlugin 27 October 2013 (e)"
+	"CameraPlugin 31 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c
===================================================================
--- trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:53 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:34 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	ClipboardExtendedPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	ClipboardExtendedPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "ClipboardExtendedPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "ClipboardExtendedPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 
@@ -61,9 +61,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"ClipboardExtendedPlugin 27 October 2013 (i)"
+	"ClipboardExtendedPlugin 31 October 2013 (i)"
 #else
-	"ClipboardExtendedPlugin 27 October 2013 (e)"
+	"ClipboardExtendedPlugin 31 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/CroquetPlugin/CroquetPlugin.c
===================================================================
--- trunk/src/plugins/CroquetPlugin/CroquetPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/CroquetPlugin/CroquetPlugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:42 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:23 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	VMPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	CroquetPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	CroquetPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "CroquetPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "CroquetPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 
@@ -73,9 +73,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"CroquetPlugin 27 October 2013 (i)"
+	"CroquetPlugin 31 October 2013 (i)"
 #else
-	"CroquetPlugin 27 October 2013 (e)"
+	"CroquetPlugin 31 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/DBusPlugin/DBusPlugin.c
===================================================================
--- trunk/src/plugins/DBusPlugin/DBusPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/DBusPlugin/DBusPlugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:53 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:34 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    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 27 October 2013 (i)"
+	"DBusPlugin 31 October 2013 (i)"
 #else
-	"DBusPlugin 27 October 2013 (e)"
+	"DBusPlugin 31 October 2013 (e)"
 #endif
 ;
 static DBusMessage* writeMessage;

Modified: trunk/src/plugins/DSAPrims/DSAPrims.c
===================================================================
--- trunk/src/plugins/DSAPrims/DSAPrims.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/DSAPrims/DSAPrims.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:43 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:23 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	VMPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	DSAPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	DSAPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "DSAPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "DSAPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 
@@ -67,9 +67,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"DSAPrims 27 October 2013 (i)"
+	"DSAPrims 31 October 2013 (i)"
 #else
-	"DSAPrims 27 October 2013 (e)"
+	"DSAPrims 31 October 2013 (e)"
 #endif
 ;
 static sqInt remainderDigitCount;

Modified: trunk/src/plugins/DropPlugin/DropPlugin.c
===================================================================
--- trunk/src/plugins/DropPlugin/DropPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/DropPlugin/DropPlugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:43 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:23 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	VMPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	DropPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	DropPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "DropPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "DropPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 
@@ -62,9 +62,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"DropPlugin 27 October 2013 (i)"
+	"DropPlugin 31 October 2013 (i)"
 #else
-	"DropPlugin 27 October 2013 (e)"
+	"DropPlugin 31 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FFTPlugin/FFTPlugin.c
===================================================================
--- trunk/src/plugins/FFTPlugin/FFTPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/FFTPlugin/FFTPlugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:43 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:24 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	VMPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	FFTPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	FFTPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "FFTPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "FFTPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 
@@ -68,9 +68,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FFTPlugin 27 October 2013 (i)"
+	"FFTPlugin 31 October 2013 (i)"
 #else
-	"FFTPlugin 27 October 2013 (e)"
+	"FFTPlugin 31 October 2013 (e)"
 #endif
 ;
 static sqInt nu;

Modified: trunk/src/plugins/FT2Plugin/FT2Plugin.c
===================================================================
--- trunk/src/plugins/FT2Plugin/FT2Plugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/FT2Plugin/FT2Plugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,4 +1,4 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:43 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:24 pm */
 /* Automatically generated by
 	FT2PluginCodeGenerator * FreeType-tween.435 uuid: 1866706e-ba6b-a742-b2fb-7854932b7596
    from
@@ -121,9 +121,9 @@
 static FT_Library library;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FT2Plugin 27 October 2013 (i)"
+	"FT2Plugin 31 October 2013 (i)"
 #else
-	"FT2Plugin 27 October 2013 (e)"
+	"FT2Plugin 31 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c
===================================================================
--- trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:54 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:35 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	FileCopyPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	FileCopyPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "FileCopyPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "FileCopyPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 
@@ -57,9 +57,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FileCopyPlugin 27 October 2013 (i)"
+	"FileCopyPlugin 31 October 2013 (i)"
 #else
-	"FileCopyPlugin 27 October 2013 (e)"
+	"FileCopyPlugin 31 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FilePlugin/FilePlugin.c
===================================================================
--- trunk/src/plugins/FilePlugin/FilePlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/FilePlugin/FilePlugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:44 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:25 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	VMPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	FilePlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	FilePlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "FilePlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "FilePlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 
@@ -100,9 +100,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FilePlugin 27 October 2013 (i)"
+	"FilePlugin 31 October 2013 (i)"
 #else
-	"FilePlugin 27 October 2013 (e)"
+	"FilePlugin 31 October 2013 (e)"
 #endif
 ;
 static void * sCCPfn;

Modified: trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c
===================================================================
--- trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:44 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:25 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	VMPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	FloatArrayPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	FloatArrayPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "FloatArrayPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "FloatArrayPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 
@@ -72,9 +72,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FloatArrayPlugin 27 October 2013 (i)"
+	"FloatArrayPlugin 31 October 2013 (i)"
 #else
-	"FloatArrayPlugin 27 October 2013 (e)"
+	"FloatArrayPlugin 31 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c
===================================================================
--- trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:44 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:25 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	VMPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	FloatMathPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	FloatMathPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "FloatMathPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "FloatMathPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 
@@ -79,9 +79,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FloatMathPlugin 27 October 2013 (i)"
+	"FloatMathPlugin 31 October 2013 (i)"
 #else
-	"FloatMathPlugin 27 October 2013 (e)"
+	"FloatMathPlugin 31 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/GeniePlugin/GeniePlugin.c
===================================================================
--- trunk/src/plugins/GeniePlugin/GeniePlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/GeniePlugin/GeniePlugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:45 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:26 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	GeniePlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	GeniePlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "GeniePlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "GeniePlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 
@@ -61,9 +61,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"GeniePlugin v2.0 27 October 2013 (i)"
+	"GeniePlugin v2.0 31 October 2013 (i)"
 #else
-	"GeniePlugin v2.0 27 October 2013 (e)"
+	"GeniePlugin v2.0 31 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c
===================================================================
--- trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:56 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:37 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	HostWindowPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	HostWindowPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "HostWindowPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "HostWindowPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 
@@ -66,9 +66,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"HostWindowPlugin 27 October 2013 (i)"
+	"HostWindowPlugin 31 October 2013 (i)"
 #else
-	"HostWindowPlugin 27 October 2013 (e)"
+	"HostWindowPlugin 31 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c
===================================================================
--- trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:45 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:26 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	JPEGReadWriter2Plugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	JPEGReadWriter2Plugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 
@@ -68,9 +68,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"JPEGReadWriter2Plugin 27 October 2013 (i)"
+	"JPEGReadWriter2Plugin 31 October 2013 (i)"
 #else
-	"JPEGReadWriter2Plugin 27 October 2013 (e)"
+	"JPEGReadWriter2Plugin 31 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c
===================================================================
--- trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:45 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:26 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	VMPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	JPEGReaderPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	JPEGReaderPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "JPEGReaderPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "JPEGReaderPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 
@@ -136,9 +136,9 @@
 static sqInt jsReadLimit;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"JPEGReaderPlugin 27 October 2013 (i)"
+	"JPEGReaderPlugin 31 October 2013 (i)"
 #else
-	"JPEGReaderPlugin 27 October 2013 (e)"
+	"JPEGReaderPlugin 31 October 2013 (e)"
 #endif
 ;
 static int *residuals;

Modified: trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c
===================================================================
--- trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:46 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:27 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	JoystickTabletPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	JoystickTabletPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "JoystickTabletPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "JoystickTabletPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 
@@ -62,9 +62,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"JoystickTabletPlugin 27 October 2013 (i)"
+	"JoystickTabletPlugin 31 October 2013 (i)"
 #else
-	"JoystickTabletPlugin 27 October 2013 (e)"
+	"JoystickTabletPlugin 31 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/Klatt/Klatt.c
===================================================================
--- trunk/src/plugins/Klatt/Klatt.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/Klatt/Klatt.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:46 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:27 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	VMPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	KlattSynthesizerPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	KlattSynthesizerPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "KlattSynthesizerPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "KlattSynthesizerPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 
@@ -155,9 +155,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"Klatt 27 October 2013 (i)"
+	"Klatt 31 October 2013 (i)"
 #else
-	"Klatt 27 October 2013 (e)"
+	"Klatt 31 October 2013 (e)"
 #endif
 ;
 static float nlast;

Modified: trunk/src/plugins/LargeIntegers/LargeIntegers.c
===================================================================
--- trunk/src/plugins/LargeIntegers/LargeIntegers.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/LargeIntegers/LargeIntegers.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:47 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:28 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	LargeIntegersPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	LargeIntegersPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "LargeIntegersPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "LargeIntegersPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 

Modified: trunk/src/plugins/LocalePlugin/LocalePlugin.c
===================================================================
--- trunk/src/plugins/LocalePlugin/LocalePlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/LocalePlugin/LocalePlugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:47 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:28 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	LocalePlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	LocalePlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "LocalePlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "LocalePlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 
@@ -71,9 +71,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"LocalePlugin 27 October 2013 (i)"
+	"LocalePlugin 31 October 2013 (i)"
 #else
-	"LocalePlugin 27 October 2013 (e)"
+	"LocalePlugin 31 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/MIDIPlugin/MIDIPlugin.c
===================================================================
--- trunk/src/plugins/MIDIPlugin/MIDIPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/MIDIPlugin/MIDIPlugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:58 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:39 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	MIDIPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	MIDIPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "MIDIPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "MIDIPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 
@@ -70,9 +70,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"MIDIPlugin 27 October 2013 (i)"
+	"MIDIPlugin 31 October 2013 (i)"
 #else
-	"MIDIPlugin 27 October 2013 (e)"
+	"MIDIPlugin 31 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c
===================================================================
--- trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:48 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:28 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	VMPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	Matrix2x3Plugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	Matrix2x3Plugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "Matrix2x3Plugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "Matrix2x3Plugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 
@@ -74,9 +74,9 @@
 static double m23ResultY;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"Matrix2x3Plugin 27 October 2013 (i)"
+	"Matrix2x3Plugin 31 October 2013 (i)"
 #else
-	"Matrix2x3Plugin 27 October 2013 (e)"
+	"Matrix2x3Plugin 31 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c
===================================================================
--- trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:48 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:29 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	VMPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	MiscPrimitivePlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	MiscPrimitivePlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "MiscPrimitivePlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "MiscPrimitivePlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 
@@ -70,9 +70,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"MiscPrimitivePlugin 27 October 2013 (i)"
+	"MiscPrimitivePlugin 31 October 2013 (i)"
 #else
-	"MiscPrimitivePlugin 27 October 2013 (e)"
+	"MiscPrimitivePlugin 31 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c
===================================================================
--- trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:58 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:39 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	Mpeg3Plugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	Mpeg3Plugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "Mpeg3Plugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "Mpeg3Plugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 
@@ -101,9 +101,9 @@
 static sqInt maximumNumberOfFilesToWatch;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"Mpeg3Plugin 27 October 2013 (i)"
+	"Mpeg3Plugin 31 October 2013 (i)"
 #else
-	"Mpeg3Plugin 27 October 2013 (e)"
+	"Mpeg3Plugin 31 October 2013 (e)"
 #endif
 ;
 static mpeg3_t *mpegFiles[1024+1];

Modified: trunk/src/plugins/RePlugin/RePlugin.c
===================================================================
--- trunk/src/plugins/RePlugin/RePlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/RePlugin/RePlugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:48 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:29 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	RePlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	RePlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "RePlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "RePlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 
@@ -79,9 +79,9 @@
 static sqInt matchFlags;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"RePlugin 27 October 2013 (i)"
+	"RePlugin 31 October 2013 (i)"
 #else
-	"RePlugin 27 October 2013 (e)"
+	"RePlugin 31 October 2013 (e)"
 #endif
 ;
 static int netMemory = 0;

Modified: trunk/src/plugins/RomePlugin/RomePlugin.c
===================================================================
--- trunk/src/plugins/RomePlugin/RomePlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/RomePlugin/RomePlugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:59 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:40 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    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 27 October 2013 (i)"
+	"RomePlugin yo.39 31 October 2013 (i)"
 #else
-	"RomePlugin yo.39 27 October 2013 (e)"
+	"RomePlugin yo.39 31 October 2013 (e)"
 #endif
 ;
 static fn_ioRegisterSurface registerSurfaceFn;

Modified: trunk/src/plugins/ScratchPlugin/ScratchPlugin.c
===================================================================
--- trunk/src/plugins/ScratchPlugin/ScratchPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/ScratchPlugin/ScratchPlugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:14 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:41 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	VMPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	ScratchPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	ScratchPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "ScratchPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "ScratchPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 
@@ -89,9 +89,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"ScratchPlugin 27 October 2013 (i)"
+	"ScratchPlugin 31 October 2013 (i)"
 #else
-	"ScratchPlugin 27 October 2013 (e)"
+	"ScratchPlugin 31 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/SecurityPlugin/SecurityPlugin.c
===================================================================
--- trunk/src/plugins/SecurityPlugin/SecurityPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/SecurityPlugin/SecurityPlugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:49 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:29 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	VMPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	SecurityPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	SecurityPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "SecurityPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "SecurityPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 
@@ -80,9 +80,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"SecurityPlugin 27 October 2013 (i)"
+	"SecurityPlugin 31 October 2013 (i)"
 #else
-	"SecurityPlugin 27 October 2013 (e)"
+	"SecurityPlugin 31 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/SerialPlugin/SerialPlugin.c
===================================================================
--- trunk/src/plugins/SerialPlugin/SerialPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
+++ trunk/src/plugins/SerialPlugin/SerialPlugin.c	2013-10-31 23:56:21 UTC (rev 2795)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:49 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.8 translated as C source on 31 October 2013 7:50:30 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
    from
-	SerialPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
+	SerialPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748
  */
-static char __buildInfo[] = "SerialPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
+static char __buildInfo[] = "SerialPlugin VMMaker-dtl.328 uuid: 952f8e54-a106-406f-8f0e-3c588fb14748 " __DATE__ ;
 
 
 
@@ -67,9 +67,9 @@

@@ Diff output truncated at 50000 characters. @@


More information about the Vm-dev mailing list