[Vm-dev] [commit][3437] VMMaker 4.14.2

commits at squeakvm.org commits at squeakvm.org
Tue Sep 15 02:00:31 UTC 2015


Revision: 3437
Author:   lewis
Date:     2015-09-14 19:00:26 -0700 (Mon, 14 Sep 2015)
Log Message:
-----------
VMMaker 4.14.2
Nicolai Hess fix for Mantis 0007265: Bug in Matrix2x3Plugin okayIntValue: (also fixed in VMMaker.oscog-eem.1449 for Spur).
BitmapStreamTests pass before and after the change.

Modified Paths:
--------------
    trunk/src/ckformat.c
    trunk/src/plugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c
    trunk/src/plugins/AioPlugin/AioPlugin.c
    trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c
    trunk/src/plugins/B2DPlugin/B2DPlugin.c
    trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c
    trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c
    trunk/src/plugins/BitBltPlugin/BitBltPlugin.c
    trunk/src/plugins/CameraPlugin/CameraPlugin.c
    trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c
    trunk/src/plugins/CroquetPlugin/CroquetPlugin.c
    trunk/src/plugins/DBusPlugin/DBusPlugin.c
    trunk/src/plugins/DSAPrims/DSAPrims.c
    trunk/src/plugins/DropPlugin/DropPlugin.c
    trunk/src/plugins/FFTPlugin/FFTPlugin.c
    trunk/src/plugins/FT2Plugin/FT2Plugin.c
    trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c
    trunk/src/plugins/FilePlugin/FilePlugin.c
    trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c
    trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c
    trunk/src/plugins/GeniePlugin/GeniePlugin.c
    trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c
    trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c
    trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c
    trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c
    trunk/src/plugins/KedamaPlugin2/KedamaPlugin2.c
    trunk/src/plugins/Klatt/Klatt.c
    trunk/src/plugins/LargeIntegers/LargeIntegers.c
    trunk/src/plugins/LocalePlugin/LocalePlugin.c
    trunk/src/plugins/MIDIPlugin/MIDIPlugin.c
    trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c
    trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c
    trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c
    trunk/src/plugins/RePlugin/RePlugin.c
    trunk/src/plugins/RomePlugin/RomePlugin.c
    trunk/src/plugins/ScratchPlugin/ScratchPlugin.c
    trunk/src/plugins/SecurityPlugin/SecurityPlugin.c
    trunk/src/plugins/SerialPlugin/SerialPlugin.c
    trunk/src/plugins/SocketPlugin/SocketPlugin.c
    trunk/src/plugins/SoundCodecPrims/SoundCodecPrims.c
    trunk/src/plugins/SoundGenerationPlugin/SoundGenerationPlugin.c
    trunk/src/plugins/SoundPlugin/SoundPlugin.c
    trunk/src/plugins/Squeak3D/Squeak3D.c
    trunk/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c
    trunk/src/plugins/SqueakSSL/SqueakSSL.c
    trunk/src/plugins/StarSqueakPlugin/StarSqueakPlugin.c
    trunk/src/plugins/UUIDPlugin/UUIDPlugin.c
    trunk/src/plugins/UnicodePlugin/UnicodePlugin.c
    trunk/src/plugins/UnixOSProcessPlugin/UnixOSProcessPlugin.c
    trunk/src/plugins/WeDoPlugin/WeDoPlugin.c
    trunk/src/plugins/XDisplayControlPlugin/XDisplayControlPlugin.c
    trunk/src/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	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/ckformat.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -5,7 +5,7 @@
 /* Usage: ckformat imageFileName */
 
 /* --- DO NOT EDIT THIS FILE --- */
-/* --- Automatically generated from class ImageFormat 2015-07-21T23:16:08.306+01:00--- */
+/* --- Automatically generated from class ImageFormat 2015-09-14T21:53:38.841+01:00--- */
 /* --- Source code is in package ImageFormat in the VMMaker repository --- */
 /* --- DO NOT EDIT THIS FILE --- */
 

Modified: trunk/src/plugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c
===================================================================
--- trunk/src/plugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:15:49 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:28 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	VMPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
-	ADPCMCodecPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	ADPCMCodecPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
  */
-static char __buildInfo[] = "ADPCMCodecPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38 " __DATE__ ;
+static char __buildInfo[] = "ADPCMCodecPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a " __DATE__ ;
 
 
 
@@ -70,9 +70,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"ADPCMCodecPlugin 21 July 2015 (i)"
+	"ADPCMCodecPlugin 14 September 2015 (i)"
 #else
-	"ADPCMCodecPlugin 21 July 2015 (e)"
+	"ADPCMCodecPlugin 14 September 2015 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/AioPlugin/AioPlugin.c
===================================================================
--- trunk/src/plugins/AioPlugin/AioPlugin.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/AioPlugin/AioPlugin.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:16:07 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:38 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	VMPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
-	UnixAioPlugin VMConstruction-Plugins-AioPlugin-eem.18 uuid: c426ab70-05a2-43a1-a899-e324aaf8f92f
+	UnixAioPlugin *  uuid: nil
  */
-static char __buildInfo[] = "UnixAioPlugin VMConstruction-Plugins-AioPlugin-eem.18 uuid: c426ab70-05a2-43a1-a899-e324aaf8f92f " __DATE__ ;
+static char __buildInfo[] = "UnixAioPlugin *  uuid: nil " __DATE__ ;
 
 
 
@@ -86,9 +86,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"AioPlugin 21 July 2015 (i)"
+	"AioPlugin 14 September 2015 (i)"
 #else
-	"AioPlugin 21 July 2015 (e)"
+	"AioPlugin 14 September 2015 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c
===================================================================
--- trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:15:49 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:28 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
-	AsynchFilePlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	AsynchFilePlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
  */
-static char __buildInfo[] = "AsynchFilePlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38 " __DATE__ ;
+static char __buildInfo[] = "AsynchFilePlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a " __DATE__ ;
 
 
 
@@ -67,9 +67,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"AsynchFilePlugin 21 July 2015 (i)"
+	"AsynchFilePlugin 14 September 2015 (i)"
 #else
-	"AsynchFilePlugin 21 July 2015 (e)"
+	"AsynchFilePlugin 14 September 2015 (e)"
 #endif
 ;
 static void * sCOAFfn;

Modified: trunk/src/plugins/B2DPlugin/B2DPlugin.c
===================================================================
--- trunk/src/plugins/B2DPlugin/B2DPlugin.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/B2DPlugin/B2DPlugin.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:15:52 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:30 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	VMPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
-	BalloonEnginePlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	BalloonEnginePlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
  */
-static char __buildInfo[] = "BalloonEnginePlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38 " __DATE__ ;
+static char __buildInfo[] = "BalloonEnginePlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a " __DATE__ ;
 
 
 
@@ -447,9 +447,9 @@
 static void * loadBBFn;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"B2DPlugin 21 July 2015 (i)"
+	"B2DPlugin 14 September 2015 (i)"
 #else
-	"B2DPlugin 21 July 2015 (e)"
+	"B2DPlugin 14 September 2015 (e)"
 #endif
 ;
 static int* objBuffer;

Modified: trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c
===================================================================
--- trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:15:59 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:34 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	VMPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
-	B3DAcceleratorPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	B3DAcceleratorPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
  */
-static char __buildInfo[] = "B3DAcceleratorPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38 " __DATE__ ;
+static char __buildInfo[] = "B3DAcceleratorPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a " __DATE__ ;
 
 
 
@@ -107,9 +107,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"B3DAcceleratorPlugin 21 July 2015 (i)"
+	"B3DAcceleratorPlugin 14 September 2015 (i)"
 #else
-	"B3DAcceleratorPlugin 21 July 2015 (e)"
+	"B3DAcceleratorPlugin 14 September 2015 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c
===================================================================
--- trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:15:49 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:28 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	VMPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
-	BMPReadWriterPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	BMPReadWriterPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
  */
-static char __buildInfo[] = "BMPReadWriterPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38 " __DATE__ ;
+static char __buildInfo[] = "BMPReadWriterPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a " __DATE__ ;
 
 
 
@@ -58,9 +58,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"BMPReadWriterPlugin 21 July 2015 (i)"
+	"BMPReadWriterPlugin 14 September 2015 (i)"
 #else
-	"BMPReadWriterPlugin 21 July 2015 (e)"
+	"BMPReadWriterPlugin 14 September 2015 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/BitBltPlugin/BitBltPlugin.c
===================================================================
--- trunk/src/plugins/BitBltPlugin/BitBltPlugin.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/BitBltPlugin/BitBltPlugin.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:15:54 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:31 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
-	BitBltSimulation * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	BitBltSimulation VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
  */
-static char __buildInfo[] = "BitBltSimulation * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38 " __DATE__ ;
+static char __buildInfo[] = "BitBltSimulation VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a " __DATE__ ;
 
 
 
@@ -256,9 +256,9 @@
 };
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"BitBltPlugin 21 July 2015 (i)"
+	"BitBltPlugin 14 September 2015 (i)"
 #else
-	"BitBltPlugin 21 July 2015 (e)"
+	"BitBltPlugin 14 September 2015 (e)"
 #endif
 ;
 static sqInt nWords;

Modified: trunk/src/plugins/CameraPlugin/CameraPlugin.c
===================================================================
--- trunk/src/plugins/CameraPlugin/CameraPlugin.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/CameraPlugin/CameraPlugin.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:16 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:34 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	VMPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
-	CameraPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	CameraPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
  */
-static char __buildInfo[] = "CameraPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38 " __DATE__ ;
+static char __buildInfo[] = "CameraPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a " __DATE__ ;
 
 
 
@@ -64,9 +64,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"CameraPlugin 21 July 2015 (i)"
+	"CameraPlugin 14 September 2015 (i)"
 #else
-	"CameraPlugin 21 July 2015 (e)"
+	"CameraPlugin 14 September 2015 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c
===================================================================
--- trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:16 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:34 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
-	ClipboardExtendedPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	ClipboardExtendedPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
  */
-static char __buildInfo[] = "ClipboardExtendedPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38 " __DATE__ ;
+static char __buildInfo[] = "ClipboardExtendedPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a " __DATE__ ;
 
 
 
@@ -61,9 +61,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"ClipboardExtendedPlugin 21 July 2015 (i)"
+	"ClipboardExtendedPlugin 14 September 2015 (i)"
 #else
-	"ClipboardExtendedPlugin 21 July 2015 (e)"
+	"ClipboardExtendedPlugin 14 September 2015 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/CroquetPlugin/CroquetPlugin.c
===================================================================
--- trunk/src/plugins/CroquetPlugin/CroquetPlugin.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/CroquetPlugin/CroquetPlugin.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:15:54 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:31 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	VMPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
-	CroquetPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	CroquetPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
  */
-static char __buildInfo[] = "CroquetPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38 " __DATE__ ;
+static char __buildInfo[] = "CroquetPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a " __DATE__ ;
 
 
 
@@ -73,9 +73,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"CroquetPlugin 21 July 2015 (i)"
+	"CroquetPlugin 14 September 2015 (i)"
 #else
-	"CroquetPlugin 21 July 2015 (e)"
+	"CroquetPlugin 14 September 2015 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/DBusPlugin/DBusPlugin.c
===================================================================
--- trunk/src/plugins/DBusPlugin/DBusPlugin.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/DBusPlugin/DBusPlugin.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:16:01 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:34 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    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 21 July 2015 (i)"
+	"DBusPlugin 14 September 2015 (i)"
 #else
-	"DBusPlugin 21 July 2015 (e)"
+	"DBusPlugin 14 September 2015 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/DSAPrims/DSAPrims.c
===================================================================
--- trunk/src/plugins/DSAPrims/DSAPrims.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/DSAPrims/DSAPrims.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:15:54 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:31 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	VMPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
-	DSAPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	DSAPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
  */
-static char __buildInfo[] = "DSAPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38 " __DATE__ ;
+static char __buildInfo[] = "DSAPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a " __DATE__ ;
 
 
 
@@ -67,9 +67,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"DSAPrims 21 July 2015 (i)"
+	"DSAPrims 14 September 2015 (i)"
 #else
-	"DSAPrims 21 July 2015 (e)"
+	"DSAPrims 14 September 2015 (e)"
 #endif
 ;
 static sqInt remainderDigitCount;

Modified: trunk/src/plugins/DropPlugin/DropPlugin.c
===================================================================
--- trunk/src/plugins/DropPlugin/DropPlugin.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/DropPlugin/DropPlugin.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:15:55 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:31 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	VMPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
-	DropPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	DropPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
  */
-static char __buildInfo[] = "DropPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38 " __DATE__ ;
+static char __buildInfo[] = "DropPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a " __DATE__ ;
 
 
 
@@ -62,9 +62,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"DropPlugin 21 July 2015 (i)"
+	"DropPlugin 14 September 2015 (i)"
 #else
-	"DropPlugin 21 July 2015 (e)"
+	"DropPlugin 14 September 2015 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FFTPlugin/FFTPlugin.c
===================================================================
--- trunk/src/plugins/FFTPlugin/FFTPlugin.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/FFTPlugin/FFTPlugin.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:15:55 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:31 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	VMPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
-	FFTPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	FFTPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
  */
-static char __buildInfo[] = "FFTPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38 " __DATE__ ;
+static char __buildInfo[] = "FFTPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a " __DATE__ ;
 
 
 
@@ -68,9 +68,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FFTPlugin 21 July 2015 (i)"
+	"FFTPlugin 14 September 2015 (i)"
 #else
-	"FFTPlugin 21 July 2015 (e)"
+	"FFTPlugin 14 September 2015 (e)"
 #endif
 ;
 static sqInt nu;

Modified: trunk/src/plugins/FT2Plugin/FT2Plugin.c
===================================================================
--- trunk/src/plugins/FT2Plugin/FT2Plugin.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/FT2Plugin/FT2Plugin.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,4 +1,4 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:16:02 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:35 pm */
 /* Automatically generated by
 	FT2PluginCodeGenerator * FreeType-nice.443 uuid: d8120335-a67f-4a64-94ea-90145046f7dc
    from
@@ -121,9 +121,9 @@
 static FT_Library library;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FT2Plugin 21 July 2015 (i)"
+	"FT2Plugin 14 September 2015 (i)"
 #else
-	"FT2Plugin 21 July 2015 (e)"
+	"FT2Plugin 14 September 2015 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c
===================================================================
--- trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:16:02 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:35 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
-	FileCopyPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	FileCopyPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
  */
-static char __buildInfo[] = "FileCopyPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38 " __DATE__ ;
+static char __buildInfo[] = "FileCopyPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a " __DATE__ ;
 
 
 
@@ -57,9 +57,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FileCopyPlugin 21 July 2015 (i)"
+	"FileCopyPlugin 14 September 2015 (i)"
 #else
-	"FileCopyPlugin 21 July 2015 (e)"
+	"FileCopyPlugin 14 September 2015 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/FilePlugin/FilePlugin.c
===================================================================
--- trunk/src/plugins/FilePlugin/FilePlugin.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/FilePlugin/FilePlugin.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:15:55 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:31 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	VMPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
-	FilePlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	FilePlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
  */
-static char __buildInfo[] = "FilePlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38 " __DATE__ ;
+static char __buildInfo[] = "FilePlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a " __DATE__ ;
 
 
 
@@ -100,9 +100,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FilePlugin 21 July 2015 (i)"
+	"FilePlugin 14 September 2015 (i)"
 #else
-	"FilePlugin 21 July 2015 (e)"
+	"FilePlugin 14 September 2015 (e)"
 #endif
 ;
 static void * sCCPfn;

Modified: trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c
===================================================================
--- trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:15:55 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:31 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	VMPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
-	FloatArrayPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	FloatArrayPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
  */
-static char __buildInfo[] = "FloatArrayPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38 " __DATE__ ;
+static char __buildInfo[] = "FloatArrayPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a " __DATE__ ;
 
 
 
@@ -72,9 +72,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FloatArrayPlugin 21 July 2015 (i)"
+	"FloatArrayPlugin 14 September 2015 (i)"
 #else
-	"FloatArrayPlugin 21 July 2015 (e)"
+	"FloatArrayPlugin 14 September 2015 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c
===================================================================
--- trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:15:55 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:31 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	VMPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
-	FloatMathPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	FloatMathPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
  */
-static char __buildInfo[] = "FloatMathPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38 " __DATE__ ;
+static char __buildInfo[] = "FloatMathPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a " __DATE__ ;
 
 
 
@@ -79,9 +79,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FloatMathPlugin 21 July 2015 (i)"
+	"FloatMathPlugin 14 September 2015 (i)"
 #else
-	"FloatMathPlugin 21 July 2015 (e)"
+	"FloatMathPlugin 14 September 2015 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/GeniePlugin/GeniePlugin.c
===================================================================
--- trunk/src/plugins/GeniePlugin/GeniePlugin.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/GeniePlugin/GeniePlugin.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:15:56 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:32 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
-	GeniePlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	GeniePlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
  */
-static char __buildInfo[] = "GeniePlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38 " __DATE__ ;
+static char __buildInfo[] = "GeniePlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a " __DATE__ ;
 
 
 
@@ -61,9 +61,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"GeniePlugin v2.0 21 July 2015 (i)"
+	"GeniePlugin v2.0 14 September 2015 (i)"
 #else
-	"GeniePlugin v2.0 21 July 2015 (e)"
+	"GeniePlugin v2.0 14 September 2015 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c
===================================================================
--- trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:16:03 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:36 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
-	HostWindowPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	HostWindowPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
  */
-static char __buildInfo[] = "HostWindowPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38 " __DATE__ ;
+static char __buildInfo[] = "HostWindowPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a " __DATE__ ;
 
 
 
@@ -66,9 +66,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"HostWindowPlugin 21 July 2015 (i)"
+	"HostWindowPlugin 14 September 2015 (i)"
 #else
-	"HostWindowPlugin 21 July 2015 (e)"
+	"HostWindowPlugin 14 September 2015 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c
===================================================================
--- trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:15:56 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:32 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
-	JPEGReadWriter2Plugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	JPEGReadWriter2Plugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
  */
-static char __buildInfo[] = "JPEGReadWriter2Plugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38 " __DATE__ ;
+static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a " __DATE__ ;
 
 
 
@@ -68,9 +68,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"JPEGReadWriter2Plugin 21 July 2015 (i)"
+	"JPEGReadWriter2Plugin 14 September 2015 (i)"
 #else
-	"JPEGReadWriter2Plugin 21 July 2015 (e)"
+	"JPEGReadWriter2Plugin 14 September 2015 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c
===================================================================
--- trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:15:56 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:32 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	VMPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
-	JPEGReaderPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	JPEGReaderPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
  */
-static char __buildInfo[] = "JPEGReaderPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38 " __DATE__ ;
+static char __buildInfo[] = "JPEGReaderPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a " __DATE__ ;
 
 
 
@@ -136,9 +136,9 @@
 static sqInt jsReadLimit;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"JPEGReaderPlugin 21 July 2015 (i)"
+	"JPEGReaderPlugin 14 September 2015 (i)"
 #else
-	"JPEGReaderPlugin 21 July 2015 (e)"
+	"JPEGReaderPlugin 14 September 2015 (e)"
 #endif
 ;
 static int *residuals;

Modified: trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c
===================================================================
--- trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:15:56 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:32 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
-	JoystickTabletPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	JoystickTabletPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
  */
-static char __buildInfo[] = "JoystickTabletPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38 " __DATE__ ;
+static char __buildInfo[] = "JoystickTabletPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a " __DATE__ ;
 
 
 
@@ -62,9 +62,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"JoystickTabletPlugin 21 July 2015 (i)"
+	"JoystickTabletPlugin 14 September 2015 (i)"
 #else
-	"JoystickTabletPlugin 21 July 2015 (e)"
+	"JoystickTabletPlugin 14 September 2015 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/KedamaPlugin2/KedamaPlugin2.c
===================================================================
--- trunk/src/plugins/KedamaPlugin2/KedamaPlugin2.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/KedamaPlugin2/KedamaPlugin2.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:16:04 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:36 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	VMPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
 	KedamaPlugin2 Kedama-Plugins-yo.1 uuid: 3fc7d691-0149-ba4d-a339-5d27cd44a2f8
  */
@@ -123,9 +123,9 @@
 static unsigned int kedamaRandomSeed;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"KedamaPlugin2 21 July 2015 (i)"
+	"KedamaPlugin2 14 September 2015 (i)"
 #else
-	"KedamaPlugin2 21 July 2015 (e)"
+	"KedamaPlugin2 14 September 2015 (e)"
 #endif
 ;
 static unsigned int randA;

Modified: trunk/src/plugins/Klatt/Klatt.c
===================================================================
--- trunk/src/plugins/Klatt/Klatt.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/Klatt/Klatt.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:15:56 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:32 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	VMPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
-	KlattSynthesizerPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	KlattSynthesizerPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
  */
-static char __buildInfo[] = "KlattSynthesizerPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38 " __DATE__ ;
+static char __buildInfo[] = "KlattSynthesizerPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a " __DATE__ ;
 
 
 
@@ -155,9 +155,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"Klatt 21 July 2015 (i)"
+	"Klatt 14 September 2015 (i)"
 #else
-	"Klatt 21 July 2015 (e)"
+	"Klatt 14 September 2015 (e)"
 #endif
 ;
 static float nlast;

Modified: trunk/src/plugins/LargeIntegers/LargeIntegers.c
===================================================================
--- trunk/src/plugins/LargeIntegers/LargeIntegers.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/LargeIntegers/LargeIntegers.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:15:57 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:32 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
-	LargeIntegersPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	LargeIntegersPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
  */
-static char __buildInfo[] = "LargeIntegersPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38 " __DATE__ ;
+static char __buildInfo[] = "LargeIntegersPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a " __DATE__ ;
 
 
 

Modified: trunk/src/plugins/LocalePlugin/LocalePlugin.c
===================================================================
--- trunk/src/plugins/LocalePlugin/LocalePlugin.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/LocalePlugin/LocalePlugin.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:15:57 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:32 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
-	LocalePlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	LocalePlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
  */
-static char __buildInfo[] = "LocalePlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38 " __DATE__ ;
+static char __buildInfo[] = "LocalePlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a " __DATE__ ;
 
 
 
@@ -71,9 +71,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"LocalePlugin 21 July 2015 (i)"
+	"LocalePlugin 14 September 2015 (i)"
 #else
-	"LocalePlugin 21 July 2015 (e)"
+	"LocalePlugin 14 September 2015 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/MIDIPlugin/MIDIPlugin.c
===================================================================
--- trunk/src/plugins/MIDIPlugin/MIDIPlugin.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/MIDIPlugin/MIDIPlugin.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:16:04 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:36 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
-	MIDIPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	MIDIPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
  */
-static char __buildInfo[] = "MIDIPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38 " __DATE__ ;
+static char __buildInfo[] = "MIDIPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a " __DATE__ ;
 
 
 
@@ -70,9 +70,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"MIDIPlugin 21 July 2015 (i)"
+	"MIDIPlugin 14 September 2015 (i)"
 #else
-	"MIDIPlugin 21 July 2015 (e)"
+	"MIDIPlugin 14 September 2015 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c
===================================================================
--- trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:15:57 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:33 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	VMPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
-	Matrix2x3Plugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	Matrix2x3Plugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
  */
-static char __buildInfo[] = "Matrix2x3Plugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38 " __DATE__ ;
+static char __buildInfo[] = "Matrix2x3Plugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a " __DATE__ ;
 
 
 
@@ -74,9 +74,9 @@
 static double m23ResultY;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"Matrix2x3Plugin 21 July 2015 (i)"
+	"Matrix2x3Plugin 14 September 2015 (i)"
 #else
-	"Matrix2x3Plugin 21 July 2015 (e)"
+	"Matrix2x3Plugin 14 September 2015 (e)"
 #endif
 ;
 
@@ -278,7 +278,7 @@
 			interpreterProxy->primitiveFail();
 			goto l2;
 		}
-		if (!((m23ResultY >= (((double) -1073741824 ))) && (m23ResultX <= (((double) 0x3FFFFFFF ))))) {
+		if (!((m23ResultY >= (((double) -1073741824 ))) && (m23ResultY <= (((double) 0x3FFFFFFF ))))) {
 			interpreterProxy->primitiveFail();
 			goto l2;
 		}
@@ -460,7 +460,7 @@
 		interpreterProxy->primitiveFail();
 		goto l2;
 	}
-	if (!((m23ResultY >= (((double) -1073741824 ))) && (m23ResultX <= (((double) 0x3FFFFFFF ))))) {
+	if (!((m23ResultY >= (((double) -1073741824 ))) && (m23ResultY <= (((double) 0x3FFFFFFF ))))) {
 		interpreterProxy->primitiveFail();
 		goto l2;
 	}
@@ -573,19 +573,19 @@
     sqInt rectOop;
 
 	minX = x0 + 0.5;
-	if (!((minX >= (((double) -1073741824 ))) && (m23ResultX <= (((double) 0x3FFFFFFF ))))) {
+	if (!((minX >= (((double) -1073741824 ))) && (minX <= (((double) 0x3FFFFFFF ))))) {
 		return interpreterProxy->primitiveFail();
 	}
 	maxX = x1 + 0.5;
-	if (!((maxX >= (((double) -1073741824 ))) && (m23ResultX <= (((double) 0x3FFFFFFF ))))) {
+	if (!((maxX >= (((double) -1073741824 ))) && (maxX <= (((double) 0x3FFFFFFF ))))) {
 		return interpreterProxy->primitiveFail();
 	}
 	minY = y0 + 0.5;
-	if (!((minY >= (((double) -1073741824 ))) && (m23ResultX <= (((double) 0x3FFFFFFF ))))) {
+	if (!((minY >= (((double) -1073741824 ))) && (minY <= (((double) 0x3FFFFFFF ))))) {
 		return interpreterProxy->primitiveFail();
 	}
 	maxY = y1 + 0.5;
-	if (!((maxY >= (((double) -1073741824 ))) && (m23ResultX <= (((double) 0x3FFFFFFF ))))) {
+	if (!((maxY >= (((double) -1073741824 ))) && (maxY <= (((double) 0x3FFFFFFF ))))) {
 		return interpreterProxy->primitiveFail();
 	}
 	interpreterProxy->pushRemappableOop(dstOop);

Modified: trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c
===================================================================
--- trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:15:58 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:33 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	VMPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
-	MiscPrimitivePlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	MiscPrimitivePlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
  */
-static char __buildInfo[] = "MiscPrimitivePlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38 " __DATE__ ;
+static char __buildInfo[] = "MiscPrimitivePlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a " __DATE__ ;
 
 
 
@@ -70,9 +70,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"MiscPrimitivePlugin 21 July 2015 (i)"
+	"MiscPrimitivePlugin 14 September 2015 (i)"
 #else
-	"MiscPrimitivePlugin 21 July 2015 (e)"
+	"MiscPrimitivePlugin 14 September 2015 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c
===================================================================
--- trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:16:05 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:37 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
-	Mpeg3Plugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	Mpeg3Plugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
  */
-static char __buildInfo[] = "Mpeg3Plugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38 " __DATE__ ;
+static char __buildInfo[] = "Mpeg3Plugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a " __DATE__ ;
 
 
 
@@ -101,9 +101,9 @@
 static sqInt maximumNumberOfFilesToWatch;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"Mpeg3Plugin 21 July 2015 (i)"
+	"Mpeg3Plugin 14 September 2015 (i)"
 #else
-	"Mpeg3Plugin 21 July 2015 (e)"
+	"Mpeg3Plugin 14 September 2015 (e)"
 #endif
 ;
 static mpeg3_t *mpegFiles[1024+1];

Modified: trunk/src/plugins/RePlugin/RePlugin.c
===================================================================
--- trunk/src/plugins/RePlugin/RePlugin.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/RePlugin/RePlugin.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:15:58 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:33 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
-	RePlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	RePlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
  */
-static char __buildInfo[] = "RePlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38 " __DATE__ ;
+static char __buildInfo[] = "RePlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a " __DATE__ ;
 
 
 
@@ -79,9 +79,9 @@
 static sqInt matchFlags;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"RePlugin 21 July 2015 (i)"
+	"RePlugin 14 September 2015 (i)"
 #else
-	"RePlugin 21 July 2015 (e)"
+	"RePlugin 14 September 2015 (e)"
 #endif
 ;
 static int netMemory = 0;

Modified: trunk/src/plugins/RomePlugin/RomePlugin.c
===================================================================
--- trunk/src/plugins/RomePlugin/RomePlugin.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/RomePlugin/RomePlugin.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:16:06 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:37 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
 	RomePlugin Rome-Plugin-dtl.40 uuid: fc8fcc8b-edca-42ec-90db-24190e3e33fd
  */
@@ -199,9 +199,9 @@
 static sqInt maxSurfaceID;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"RomePlugin dtl.40 21 July 2015 (i)"
+	"RomePlugin dtl.40 14 September 2015 (i)"
 #else
-	"RomePlugin dtl.40 21 July 2015 (e)"
+	"RomePlugin dtl.40 14 September 2015 (e)"
 #endif
 ;
 static fn_ioRegisterSurface registerSurfaceFn;

Modified: trunk/src/plugins/ScratchPlugin/ScratchPlugin.c
===================================================================
--- trunk/src/plugins/ScratchPlugin/ScratchPlugin.c	2015-09-15 01:32:15 UTC (rev 3436)
+++ trunk/src/plugins/ScratchPlugin/ScratchPlugin.c	2015-09-15 02:00:26 UTC (rev 3437)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.1 translated as C source on 21 July 2015 11:16:06 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.14.2 translated as C source on 14 September 2015 9:53:38 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	VMPluginCodeGenerator VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
    from
-	ScratchPlugin * VMMaker-dtl.367 uuid: fbd694df-9f36-40b7-bc0b-bfb2bd4b3d38
+	ScratchPlugin VMMaker-dtl.370 uuid: bdc970fd-9c84-4ece-8746-21060933384a
  */

@@ Diff output truncated at 50000 characters. @@


More information about the Vm-dev mailing list