[Vm-dev] [commit][3633] Sources as per VMMaker 4.15.3

commits at squeakvm.org commits at squeakvm.org
Sat Feb 27 22:26:24 UTC 2016


Revision: 3633
Author:   lewis
Date:     2016-02-27 14:26:23 -0800 (Sat, 27 Feb 2016)
Log Message:
-----------
Sources as per VMMaker 4.15.3

For Interpreter>>primitiveResume: add check for isContext: required for Squeak trunk as of Kernel-eem.1000 and above.

Background - see Kernel-eem.1000 in Squeak trunk, update comment repeated here for reference:
Make Process>>resume primitive.  Andreas fixed the ancestor of the Cog VM so that the resume primitive fails if the suspendedContext is not a context.  This renders Tim's suspendedCOntext ifNil: [^self primitiveFailed] guard obsolete.  Hence nuke primitiveResume.

Remove <inline: false> from Interpreter>>resume: because it is no longer required. The inliner is much improved since early days, and many other <inline: false> directives can probably also be removed, but that can be the subject of a later update.

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/DESPlugin/DESPlugin.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/MD5Plugin/MD5Plugin.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/SHA256Plugin/SHA256Plugin.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	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/ckformat.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -5,7 +5,7 @@
 /* Usage: ckformat imageFileName */
 
 /* --- DO NOT EDIT THIS FILE --- */
-/* --- Automatically generated from class ImageFormat 2016-01-23T18:11:28.366+01:00--- */
+/* --- Automatically generated from class ImageFormat 2016-02-27T17:19:07.769+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	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:17 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:18:56 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	VMPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
-	ADPCMCodecPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	ADPCMCodecPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
  */
-static char __buildInfo[] = "ADPCMCodecPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb " __DATE__ ;
+static char __buildInfo[] = "ADPCMCodecPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc " __DATE__ ;
 
 
 
@@ -70,9 +70,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"ADPCMCodecPlugin 23 January 2016 (i)"
+	"ADPCMCodecPlugin 27 February 2016 (i)"
 #else
-	"ADPCMCodecPlugin 23 January 2016 (e)"
+	"ADPCMCodecPlugin 27 February 2016 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/AioPlugin/AioPlugin.c
===================================================================
--- trunk/src/plugins/AioPlugin/AioPlugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/AioPlugin/AioPlugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:27 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:19:07 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	VMPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
 	UnixAioPlugin *  uuid: nil
  */
@@ -86,9 +86,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"AioPlugin 23 January 2016 (i)"
+	"AioPlugin 27 February 2016 (i)"
 #else
-	"AioPlugin 23 January 2016 (e)"
+	"AioPlugin 27 February 2016 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c
===================================================================
--- trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:17 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:18:56 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
-	AsynchFilePlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	AsynchFilePlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
  */
-static char __buildInfo[] = "AsynchFilePlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb " __DATE__ ;
+static char __buildInfo[] = "AsynchFilePlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc " __DATE__ ;
 
 
 
@@ -67,9 +67,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"AsynchFilePlugin 23 January 2016 (i)"
+	"AsynchFilePlugin 27 February 2016 (i)"
 #else
-	"AsynchFilePlugin 23 January 2016 (e)"
+	"AsynchFilePlugin 27 February 2016 (e)"
 #endif
 ;
 static void * sCOAFfn;

Modified: trunk/src/plugins/B2DPlugin/B2DPlugin.c
===================================================================
--- trunk/src/plugins/B2DPlugin/B2DPlugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/B2DPlugin/B2DPlugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:19 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:18:58 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	VMPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
-	BalloonEnginePlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	BalloonEnginePlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
  */
-static char __buildInfo[] = "BalloonEnginePlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb " __DATE__ ;
+static char __buildInfo[] = "BalloonEnginePlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc " __DATE__ ;
 
 
 
@@ -447,9 +447,9 @@
 static void * loadBBFn;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"B2DPlugin 23 January 2016 (i)"
+	"B2DPlugin 27 February 2016 (i)"
 #else
-	"B2DPlugin 23 January 2016 (e)"
+	"B2DPlugin 27 February 2016 (e)"
 #endif
 ;
 static int* objBuffer;

Modified: trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c
===================================================================
--- trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:23 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:19:02 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	VMPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
-	B3DAcceleratorPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	B3DAcceleratorPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
  */
-static char __buildInfo[] = "B3DAcceleratorPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb " __DATE__ ;
+static char __buildInfo[] = "B3DAcceleratorPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc " __DATE__ ;
 
 
 
@@ -107,9 +107,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"B3DAcceleratorPlugin 23 January 2016 (i)"
+	"B3DAcceleratorPlugin 27 February 2016 (i)"
 #else
-	"B3DAcceleratorPlugin 23 January 2016 (e)"
+	"B3DAcceleratorPlugin 27 February 2016 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c
===================================================================
--- trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:17 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:18:56 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	VMPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
-	BMPReadWriterPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	BMPReadWriterPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
  */
-static char __buildInfo[] = "BMPReadWriterPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb " __DATE__ ;
+static char __buildInfo[] = "BMPReadWriterPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc " __DATE__ ;
 
 
 
@@ -58,9 +58,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"BMPReadWriterPlugin 23 January 2016 (i)"
+	"BMPReadWriterPlugin 27 February 2016 (i)"
 #else
-	"BMPReadWriterPlugin 23 January 2016 (e)"
+	"BMPReadWriterPlugin 27 February 2016 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/BitBltPlugin/BitBltPlugin.c
===================================================================
--- trunk/src/plugins/BitBltPlugin/BitBltPlugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/BitBltPlugin/BitBltPlugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:20 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:18:58 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
-	BitBltSimulation VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	BitBltSimulation VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
  */
-static char __buildInfo[] = "BitBltSimulation VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb " __DATE__ ;
+static char __buildInfo[] = "BitBltSimulation VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc " __DATE__ ;
 
 
 
@@ -256,9 +256,9 @@
 };
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"BitBltPlugin 23 January 2016 (i)"
+	"BitBltPlugin 27 February 2016 (i)"
 #else
-	"BitBltPlugin 23 January 2016 (e)"
+	"BitBltPlugin 27 February 2016 (e)"
 #endif
 ;
 static sqInt nWords;

Modified: trunk/src/plugins/CameraPlugin/CameraPlugin.c
===================================================================
--- trunk/src/plugins/CameraPlugin/CameraPlugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/CameraPlugin/CameraPlugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:24 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:19:03 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	VMPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
-	CameraPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	CameraPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
  */
-static char __buildInfo[] = "CameraPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb " __DATE__ ;
+static char __buildInfo[] = "CameraPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc " __DATE__ ;
 
 
 
@@ -64,9 +64,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"CameraPlugin 23 January 2016 (i)"
+	"CameraPlugin 27 February 2016 (i)"
 #else
-	"CameraPlugin 23 January 2016 (e)"
+	"CameraPlugin 27 February 2016 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c
===================================================================
--- trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:24 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:19:03 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
-	ClipboardExtendedPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	ClipboardExtendedPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
  */
-static char __buildInfo[] = "ClipboardExtendedPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb " __DATE__ ;
+static char __buildInfo[] = "ClipboardExtendedPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc " __DATE__ ;
 
 
 
@@ -61,9 +61,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"ClipboardExtendedPlugin 23 January 2016 (i)"
+	"ClipboardExtendedPlugin 27 February 2016 (i)"
 #else
-	"ClipboardExtendedPlugin 23 January 2016 (e)"
+	"ClipboardExtendedPlugin 27 February 2016 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/CroquetPlugin/CroquetPlugin.c
===================================================================
--- trunk/src/plugins/CroquetPlugin/CroquetPlugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/CroquetPlugin/CroquetPlugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:20 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:18:59 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	VMPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
-	CroquetPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	CroquetPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
  */
-static char __buildInfo[] = "CroquetPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb " __DATE__ ;
+static char __buildInfo[] = "CroquetPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc " __DATE__ ;
 
 
 
@@ -73,9 +73,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"CroquetPlugin 23 January 2016 (i)"
+	"CroquetPlugin 27 February 2016 (i)"
 #else
-	"CroquetPlugin 23 January 2016 (e)"
+	"CroquetPlugin 27 February 2016 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/DBusPlugin/DBusPlugin.c
===================================================================
--- trunk/src/plugins/DBusPlugin/DBusPlugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/DBusPlugin/DBusPlugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:24 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:19:03 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    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 23 January 2016 (i)"
+	"DBusPlugin 27 February 2016 (i)"
 #else
-	"DBusPlugin 23 January 2016 (e)"
+	"DBusPlugin 27 February 2016 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/DESPlugin/DESPlugin.c
===================================================================
--- trunk/src/plugins/DESPlugin/DESPlugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/DESPlugin/DESPlugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:20 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:18:59 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	VMPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
 	DESPlugin * CryptographyPlugins-rww.10 uuid: 8beefa4e-8411-4385-93ed-1c5d66481465
  */
@@ -69,9 +69,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"DESPlugin 23 January 2016 (i)"
+	"DESPlugin 27 February 2016 (i)"
 #else
-	"DESPlugin 23 January 2016 (e)"
+	"DESPlugin 27 February 2016 (e)"
 #endif
 ;
 static unsigned char pc1[56] = {

Modified: trunk/src/plugins/DSAPrims/DSAPrims.c
===================================================================
--- trunk/src/plugins/DSAPrims/DSAPrims.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/DSAPrims/DSAPrims.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:20 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:18:59 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	VMPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
 	DSAPlugin * CryptographyPlugins-rww.10 uuid: 8beefa4e-8411-4385-93ed-1c5d66481465
  */
@@ -67,9 +67,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"DSAPrims 23 January 2016 (i)"
+	"DSAPrims 27 February 2016 (i)"
 #else
-	"DSAPrims 23 January 2016 (e)"
+	"DSAPrims 27 February 2016 (e)"
 #endif
 ;
 static sqInt remainderDigitCount;

Modified: trunk/src/plugins/DropPlugin/DropPlugin.c
===================================================================
--- trunk/src/plugins/DropPlugin/DropPlugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/DropPlugin/DropPlugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:20 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:18:59 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	VMPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
-	DropPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	DropPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
  */
-static char __buildInfo[] = "DropPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb " __DATE__ ;
+static char __buildInfo[] = "DropPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc " __DATE__ ;
 
 
 
@@ -62,9 +62,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"DropPlugin 23 January 2016 (i)"
+	"DropPlugin 27 February 2016 (i)"
 #else
-	"DropPlugin 23 January 2016 (e)"
+	"DropPlugin 27 February 2016 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FFTPlugin/FFTPlugin.c
===================================================================
--- trunk/src/plugins/FFTPlugin/FFTPlugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/FFTPlugin/FFTPlugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:20 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:18:59 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	VMPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
-	FFTPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	FFTPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
  */
-static char __buildInfo[] = "FFTPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb " __DATE__ ;
+static char __buildInfo[] = "FFTPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc " __DATE__ ;
 
 
 
@@ -68,9 +68,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FFTPlugin 23 January 2016 (i)"
+	"FFTPlugin 27 February 2016 (i)"
 #else
-	"FFTPlugin 23 January 2016 (e)"
+	"FFTPlugin 27 February 2016 (e)"
 #endif
 ;
 static sqInt nu;

Modified: trunk/src/plugins/FT2Plugin/FT2Plugin.c
===================================================================
--- trunk/src/plugins/FT2Plugin/FT2Plugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/FT2Plugin/FT2Plugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,4 +1,4 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:25 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:19:04 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 23 January 2016 (i)"
+	"FT2Plugin 27 February 2016 (i)"
 #else
-	"FT2Plugin 23 January 2016 (e)"
+	"FT2Plugin 27 February 2016 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c
===================================================================
--- trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:25 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:19:04 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
-	FileCopyPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	FileCopyPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
  */
-static char __buildInfo[] = "FileCopyPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb " __DATE__ ;
+static char __buildInfo[] = "FileCopyPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc " __DATE__ ;
 
 
 
@@ -57,9 +57,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FileCopyPlugin 23 January 2016 (i)"
+	"FileCopyPlugin 27 February 2016 (i)"
 #else
-	"FileCopyPlugin 23 January 2016 (e)"
+	"FileCopyPlugin 27 February 2016 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/FilePlugin/FilePlugin.c
===================================================================
--- trunk/src/plugins/FilePlugin/FilePlugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/FilePlugin/FilePlugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:20 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:18:59 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	VMPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
-	FilePlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	FilePlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
  */
-static char __buildInfo[] = "FilePlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb " __DATE__ ;
+static char __buildInfo[] = "FilePlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc " __DATE__ ;
 
 
 
@@ -100,9 +100,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FilePlugin 23 January 2016 (i)"
+	"FilePlugin 27 February 2016 (i)"
 #else
-	"FilePlugin 23 January 2016 (e)"
+	"FilePlugin 27 February 2016 (e)"
 #endif
 ;
 static void * sCCPfn;

Modified: trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c
===================================================================
--- trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:20 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:18:59 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	VMPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
-	FloatArrayPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	FloatArrayPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
  */
-static char __buildInfo[] = "FloatArrayPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb " __DATE__ ;
+static char __buildInfo[] = "FloatArrayPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc " __DATE__ ;
 
 
 
@@ -72,9 +72,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FloatArrayPlugin 23 January 2016 (i)"
+	"FloatArrayPlugin 27 February 2016 (i)"
 #else
-	"FloatArrayPlugin 23 January 2016 (e)"
+	"FloatArrayPlugin 27 February 2016 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c
===================================================================
--- trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:21 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:19 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	VMPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
-	FloatMathPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	FloatMathPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
  */
-static char __buildInfo[] = "FloatMathPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb " __DATE__ ;
+static char __buildInfo[] = "FloatMathPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc " __DATE__ ;
 
 
 
@@ -79,9 +79,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FloatMathPlugin 23 January 2016 (i)"
+	"FloatMathPlugin 27 February 2016 (i)"
 #else
-	"FloatMathPlugin 23 January 2016 (e)"
+	"FloatMathPlugin 27 February 2016 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/GeniePlugin/GeniePlugin.c
===================================================================
--- trunk/src/plugins/GeniePlugin/GeniePlugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/GeniePlugin/GeniePlugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:21 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:19 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
-	GeniePlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	GeniePlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
  */
-static char __buildInfo[] = "GeniePlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb " __DATE__ ;
+static char __buildInfo[] = "GeniePlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc " __DATE__ ;
 
 
 
@@ -61,9 +61,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"GeniePlugin v2.0 23 January 2016 (i)"
+	"GeniePlugin v2.0 27 February 2016 (i)"
 #else
-	"GeniePlugin v2.0 23 January 2016 (e)"
+	"GeniePlugin v2.0 27 February 2016 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c
===================================================================
--- trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:25 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:19:05 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
-	HostWindowPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	HostWindowPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
  */
-static char __buildInfo[] = "HostWindowPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb " __DATE__ ;
+static char __buildInfo[] = "HostWindowPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc " __DATE__ ;
 
 
 
@@ -66,9 +66,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"HostWindowPlugin 23 January 2016 (i)"
+	"HostWindowPlugin 27 February 2016 (i)"
 #else
-	"HostWindowPlugin 23 January 2016 (e)"
+	"HostWindowPlugin 27 February 2016 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c
===================================================================
--- trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:21 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:19 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
-	JPEGReadWriter2Plugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	JPEGReadWriter2Plugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
  */
-static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb " __DATE__ ;
+static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc " __DATE__ ;
 
 
 
@@ -68,9 +68,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"JPEGReadWriter2Plugin 23 January 2016 (i)"
+	"JPEGReadWriter2Plugin 27 February 2016 (i)"
 #else
-	"JPEGReadWriter2Plugin 23 January 2016 (e)"
+	"JPEGReadWriter2Plugin 27 February 2016 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c
===================================================================
--- trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:21 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:19 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	VMPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
-	JPEGReaderPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	JPEGReaderPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
  */
-static char __buildInfo[] = "JPEGReaderPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb " __DATE__ ;
+static char __buildInfo[] = "JPEGReaderPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc " __DATE__ ;
 
 
 
@@ -136,9 +136,9 @@
 static sqInt jsReadLimit;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"JPEGReaderPlugin 23 January 2016 (i)"
+	"JPEGReaderPlugin 27 February 2016 (i)"
 #else
-	"JPEGReaderPlugin 23 January 2016 (e)"
+	"JPEGReaderPlugin 27 February 2016 (e)"
 #endif
 ;
 static int *residuals;

Modified: trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c
===================================================================
--- trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:21 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:19 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
-	JoystickTabletPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	JoystickTabletPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
  */
-static char __buildInfo[] = "JoystickTabletPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb " __DATE__ ;
+static char __buildInfo[] = "JoystickTabletPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc " __DATE__ ;
 
 
 
@@ -62,9 +62,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"JoystickTabletPlugin 23 January 2016 (i)"
+	"JoystickTabletPlugin 27 February 2016 (i)"
 #else
-	"JoystickTabletPlugin 23 January 2016 (e)"
+	"JoystickTabletPlugin 27 February 2016 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/KedamaPlugin2/KedamaPlugin2.c
===================================================================
--- trunk/src/plugins/KedamaPlugin2/KedamaPlugin2.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/KedamaPlugin2/KedamaPlugin2.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:26 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:19:05 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	VMPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    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 23 January 2016 (i)"
+	"KedamaPlugin2 27 February 2016 (i)"
 #else
-	"KedamaPlugin2 23 January 2016 (e)"
+	"KedamaPlugin2 27 February 2016 (e)"
 #endif
 ;
 static unsigned int randA;

Modified: trunk/src/plugins/Klatt/Klatt.c
===================================================================
--- trunk/src/plugins/Klatt/Klatt.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/Klatt/Klatt.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:21 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:19 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	VMPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
-	KlattSynthesizerPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	KlattSynthesizerPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
  */
-static char __buildInfo[] = "KlattSynthesizerPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb " __DATE__ ;
+static char __buildInfo[] = "KlattSynthesizerPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc " __DATE__ ;
 
 
 
@@ -155,9 +155,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"Klatt 23 January 2016 (i)"
+	"Klatt 27 February 2016 (i)"
 #else
-	"Klatt 23 January 2016 (e)"
+	"Klatt 27 February 2016 (e)"
 #endif
 ;
 static float nlast;

Modified: trunk/src/plugins/LargeIntegers/LargeIntegers.c
===================================================================
--- trunk/src/plugins/LargeIntegers/LargeIntegers.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/LargeIntegers/LargeIntegers.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:22 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:19:01 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
-	LargeIntegersPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	LargeIntegersPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
  */
-static char __buildInfo[] = "LargeIntegersPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb " __DATE__ ;
+static char __buildInfo[] = "LargeIntegersPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc " __DATE__ ;
 
 
 

Modified: trunk/src/plugins/LocalePlugin/LocalePlugin.c
===================================================================
--- trunk/src/plugins/LocalePlugin/LocalePlugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/LocalePlugin/LocalePlugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:22 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:19:01 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
-	LocalePlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	LocalePlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
  */
-static char __buildInfo[] = "LocalePlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb " __DATE__ ;
+static char __buildInfo[] = "LocalePlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc " __DATE__ ;
 
 
 
@@ -71,9 +71,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"LocalePlugin 23 January 2016 (i)"
+	"LocalePlugin 27 February 2016 (i)"
 #else
-	"LocalePlugin 23 January 2016 (e)"
+	"LocalePlugin 27 February 2016 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/MD5Plugin/MD5Plugin.c
===================================================================
--- trunk/src/plugins/MD5Plugin/MD5Plugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/MD5Plugin/MD5Plugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:22 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:19:01 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
 	MD5Plugin * CryptographyPlugins-rww.10 uuid: 8beefa4e-8411-4385-93ed-1c5d66481465
  */
@@ -61,9 +61,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"MD5Plugin 23 January 2016 (i)"
+	"MD5Plugin 27 February 2016 (i)"
 #else
-	"MD5Plugin 23 January 2016 (e)"
+	"MD5Plugin 27 February 2016 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/MIDIPlugin/MIDIPlugin.c
===================================================================
--- trunk/src/plugins/MIDIPlugin/MIDIPlugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/MIDIPlugin/MIDIPlugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:26 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:19:05 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
-	MIDIPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	MIDIPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
  */
-static char __buildInfo[] = "MIDIPlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb " __DATE__ ;
+static char __buildInfo[] = "MIDIPlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc " __DATE__ ;
 
 
 
@@ -70,9 +70,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"MIDIPlugin 23 January 2016 (i)"
+	"MIDIPlugin 27 February 2016 (i)"
 #else
-	"MIDIPlugin 23 January 2016 (e)"
+	"MIDIPlugin 27 February 2016 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c
===================================================================
--- trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:22 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:19:01 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	VMPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
-	Matrix2x3Plugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	Matrix2x3Plugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
  */
-static char __buildInfo[] = "Matrix2x3Plugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb " __DATE__ ;
+static char __buildInfo[] = "Matrix2x3Plugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc " __DATE__ ;
 
 
 
@@ -74,9 +74,9 @@
 static double m23ResultY;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"Matrix2x3Plugin 23 January 2016 (i)"
+	"Matrix2x3Plugin 27 February 2016 (i)"
 #else
-	"Matrix2x3Plugin 23 January 2016 (e)"
+	"Matrix2x3Plugin 27 February 2016 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c
===================================================================
--- trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:22 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:19:01 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	VMPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
-	MiscPrimitivePlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	MiscPrimitivePlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
  */
-static char __buildInfo[] = "MiscPrimitivePlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb " __DATE__ ;
+static char __buildInfo[] = "MiscPrimitivePlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc " __DATE__ ;
 
 
 
@@ -70,9 +70,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"MiscPrimitivePlugin 23 January 2016 (i)"
+	"MiscPrimitivePlugin 27 February 2016 (i)"
 #else
-	"MiscPrimitivePlugin 23 January 2016 (e)"
+	"MiscPrimitivePlugin 27 February 2016 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c
===================================================================
--- trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:26 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:19:05 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
-	Mpeg3Plugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	Mpeg3Plugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
  */
-static char __buildInfo[] = "Mpeg3Plugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb " __DATE__ ;
+static char __buildInfo[] = "Mpeg3Plugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc " __DATE__ ;
 
 
 
@@ -101,9 +101,9 @@
 static sqInt maximumNumberOfFilesToWatch;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"Mpeg3Plugin 23 January 2016 (i)"
+	"Mpeg3Plugin 27 February 2016 (i)"
 #else
-	"Mpeg3Plugin 23 January 2016 (e)"
+	"Mpeg3Plugin 27 February 2016 (e)"
 #endif
 ;
 static mpeg3_t *mpegFiles[1024+1];

Modified: trunk/src/plugins/RePlugin/RePlugin.c
===================================================================
--- trunk/src/plugins/RePlugin/RePlugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/RePlugin/RePlugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:22 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:19:01 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
-	RePlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	RePlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
  */
-static char __buildInfo[] = "RePlugin VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb " __DATE__ ;
+static char __buildInfo[] = "RePlugin VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc " __DATE__ ;
 
 
 
@@ -79,9 +79,9 @@
 static sqInt matchFlags;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"RePlugin 23 January 2016 (i)"
+	"RePlugin 27 February 2016 (i)"
 #else
-	"RePlugin 23 January 2016 (e)"
+	"RePlugin 27 February 2016 (e)"
 #endif
 ;
 static int netMemory = 0;

Modified: trunk/src/plugins/RomePlugin/RomePlugin.c
===================================================================
--- trunk/src/plugins/RomePlugin/RomePlugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/RomePlugin/RomePlugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:27 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:19:06 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    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 23 January 2016 (i)"
+	"RomePlugin dtl.40 27 February 2016 (i)"
 #else
-	"RomePlugin dtl.40 23 January 2016 (e)"
+	"RomePlugin dtl.40 27 February 2016 (e)"
 #endif
 ;
 static fn_ioRegisterSurface registerSurfaceFn;

Modified: trunk/src/plugins/SHA256Plugin/SHA256Plugin.c
===================================================================
--- trunk/src/plugins/SHA256Plugin/SHA256Plugin.c	2016-02-25 00:55:55 UTC (rev 3632)
+++ trunk/src/plugins/SHA256Plugin/SHA256Plugin.c	2016-02-27 22:26:23 UTC (rev 3633)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.15.2 translated as C source on 23 January 2016 6:11:22 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.3 translated as C source on 27 February 2016 5:19:01 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.375 uuid: e3a6cde6-c09a-403d-a673-571c7abb98cb
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.377 uuid: 80df7d73-9bc3-484e-a4ff-45e6d2e8d0dc
    from
 	SHA256Plugin * CryptographyPlugins-rww.10 uuid: 8beefa4e-8411-4385-93ed-1c5d66481465
  */
@@ -65,9 +65,9 @@
 430227734, 506948616, 659060556, 883997877, 958139571, 1322822218, 1537002063, 1747873779, 1955562222, 2024104815, 2227730452U, 2361852424U, 2428436474U, 2756734187U, 3204031479U, 3329325298U};

@@ Diff output truncated at 50000 characters. @@


More information about the Vm-dev mailing list