[Vm-dev] [commit][3567] Update per VMMaker 4.15.1 (VMMaker-dtl.374)

commits at squeakvm.org commits at squeakvm.org
Sat Jan 23 19:24:14 UTC 2016


Revision: 3567
Author:   lewis
Date:     2016-01-23 11:24:12 -0800 (Sat, 23 Jan 2016)
Log Message:
-----------
Update per VMMaker 4.15.1 (VMMaker-dtl.374)

As of Kernel-eem.971 in the Squeak trunk update stream, primitiveSignalAtUTCMicroseconds
is a required primitive. Provide an implementation for the context interpreter. Tick resolution
continues to be 1 msec (not microsecond precision).

Refoctoring note: The microsecond primitives are currently implemented separately in
the context interpreter and stack interpreter. Future refactoring could move these to
InterpreterPrimitives, such that the oriiginal millisecond tick resolution would be replaced.

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-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/ckformat.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -5,7 +5,7 @@
 /* Usage: ckformat imageFileName */
 
 /* --- DO NOT EDIT THIS FILE --- */
-/* --- Automatically generated from class ImageFormat 2015-12-10T21:47:25.47+01:00--- */
+/* --- Automatically generated from class ImageFormat 2016-01-23T14:15:38.093+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-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:14 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:15 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	VMPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    from
-	ADPCMCodecPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	ADPCMCodecPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
  */
-static char __buildInfo[] = "ADPCMCodecPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc " __DATE__ ;
+static char __buildInfo[] = "ADPCMCodecPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795 " __DATE__ ;
 
 
 
@@ -70,9 +70,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"ADPCMCodecPlugin 10 December 2015 (i)"
+	"ADPCMCodecPlugin 23 January 2016 (i)"
 #else
-	"ADPCMCodecPlugin 10 December 2015 (e)"
+	"ADPCMCodecPlugin 23 January 2016 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/AioPlugin/AioPlugin.c
===================================================================
--- trunk/src/plugins/AioPlugin/AioPlugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/AioPlugin/AioPlugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:24 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:36 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	VMPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    from
 	UnixAioPlugin *  uuid: nil
  */
@@ -86,9 +86,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"AioPlugin 10 December 2015 (i)"
+	"AioPlugin 23 January 2016 (i)"
 #else
-	"AioPlugin 10 December 2015 (e)"
+	"AioPlugin 23 January 2016 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c
===================================================================
--- trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:14 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:15 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    from
-	AsynchFilePlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	AsynchFilePlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
  */
-static char __buildInfo[] = "AsynchFilePlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc " __DATE__ ;
+static char __buildInfo[] = "AsynchFilePlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795 " __DATE__ ;
 
 
 
@@ -67,9 +67,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"AsynchFilePlugin 10 December 2015 (i)"
+	"AsynchFilePlugin 23 January 2016 (i)"
 #else
-	"AsynchFilePlugin 10 December 2015 (e)"
+	"AsynchFilePlugin 23 January 2016 (e)"
 #endif
 ;
 static void * sCOAFfn;

Modified: trunk/src/plugins/B2DPlugin/B2DPlugin.c
===================================================================
--- trunk/src/plugins/B2DPlugin/B2DPlugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/B2DPlugin/B2DPlugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:16 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:19 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	VMPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    from
-	BalloonEnginePlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	BalloonEnginePlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
  */
-static char __buildInfo[] = "BalloonEnginePlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc " __DATE__ ;
+static char __buildInfo[] = "BalloonEnginePlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795 " __DATE__ ;
 
 
 
@@ -447,9 +447,9 @@
 static void * loadBBFn;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"B2DPlugin 10 December 2015 (i)"
+	"B2DPlugin 23 January 2016 (i)"
 #else
-	"B2DPlugin 10 December 2015 (e)"
+	"B2DPlugin 23 January 2016 (e)"
 #endif
 ;
 static int* objBuffer;

Modified: trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c
===================================================================
--- trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:20 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:28 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	VMPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    from
-	B3DAcceleratorPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	B3DAcceleratorPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
  */
-static char __buildInfo[] = "B3DAcceleratorPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc " __DATE__ ;
+static char __buildInfo[] = "B3DAcceleratorPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795 " __DATE__ ;
 
 
 
@@ -107,9 +107,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"B3DAcceleratorPlugin 10 December 2015 (i)"
+	"B3DAcceleratorPlugin 23 January 2016 (i)"
 #else
-	"B3DAcceleratorPlugin 10 December 2015 (e)"
+	"B3DAcceleratorPlugin 23 January 2016 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c
===================================================================
--- trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:14 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:15 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	VMPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    from
-	BMPReadWriterPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	BMPReadWriterPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
  */
-static char __buildInfo[] = "BMPReadWriterPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc " __DATE__ ;
+static char __buildInfo[] = "BMPReadWriterPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795 " __DATE__ ;
 
 
 
@@ -58,9 +58,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"BMPReadWriterPlugin 10 December 2015 (i)"
+	"BMPReadWriterPlugin 23 January 2016 (i)"
 #else
-	"BMPReadWriterPlugin 10 December 2015 (e)"
+	"BMPReadWriterPlugin 23 January 2016 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/BitBltPlugin/BitBltPlugin.c
===================================================================
--- trunk/src/plugins/BitBltPlugin/BitBltPlugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/BitBltPlugin/BitBltPlugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:17 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:20 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    from
-	BitBltSimulation * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	BitBltSimulation VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
  */
-static char __buildInfo[] = "BitBltSimulation * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc " __DATE__ ;
+static char __buildInfo[] = "BitBltSimulation VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795 " __DATE__ ;
 
 
 
@@ -256,9 +256,9 @@
 };
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"BitBltPlugin 10 December 2015 (i)"
+	"BitBltPlugin 23 January 2016 (i)"
 #else
-	"BitBltPlugin 10 December 2015 (e)"
+	"BitBltPlugin 23 January 2016 (e)"
 #endif
 ;
 static sqInt nWords;

Modified: trunk/src/plugins/CameraPlugin/CameraPlugin.c
===================================================================
--- trunk/src/plugins/CameraPlugin/CameraPlugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/CameraPlugin/CameraPlugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:21 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:29 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	VMPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    from
-	CameraPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	CameraPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
  */
-static char __buildInfo[] = "CameraPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc " __DATE__ ;
+static char __buildInfo[] = "CameraPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795 " __DATE__ ;
 
 
 
@@ -64,9 +64,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"CameraPlugin 10 December 2015 (i)"
+	"CameraPlugin 23 January 2016 (i)"
 #else
-	"CameraPlugin 10 December 2015 (e)"
+	"CameraPlugin 23 January 2016 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c
===================================================================
--- trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:21 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:29 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    from
-	ClipboardExtendedPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	ClipboardExtendedPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
  */
-static char __buildInfo[] = "ClipboardExtendedPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc " __DATE__ ;
+static char __buildInfo[] = "ClipboardExtendedPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795 " __DATE__ ;
 
 
 
@@ -61,9 +61,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"ClipboardExtendedPlugin 10 December 2015 (i)"
+	"ClipboardExtendedPlugin 23 January 2016 (i)"
 #else
-	"ClipboardExtendedPlugin 10 December 2015 (e)"
+	"ClipboardExtendedPlugin 23 January 2016 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/CroquetPlugin/CroquetPlugin.c
===================================================================
--- trunk/src/plugins/CroquetPlugin/CroquetPlugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/CroquetPlugin/CroquetPlugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:17 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:21 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	VMPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    from
-	CroquetPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	CroquetPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
  */
-static char __buildInfo[] = "CroquetPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc " __DATE__ ;
+static char __buildInfo[] = "CroquetPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795 " __DATE__ ;
 
 
 
@@ -73,9 +73,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"CroquetPlugin 10 December 2015 (i)"
+	"CroquetPlugin 23 January 2016 (i)"
 #else
-	"CroquetPlugin 10 December 2015 (e)"
+	"CroquetPlugin 23 January 2016 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/DBusPlugin/DBusPlugin.c
===================================================================
--- trunk/src/plugins/DBusPlugin/DBusPlugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/DBusPlugin/DBusPlugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:21 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:29 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    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 10 December 2015 (i)"
+	"DBusPlugin 23 January 2016 (i)"
 #else
-	"DBusPlugin 10 December 2015 (e)"
+	"DBusPlugin 23 January 2016 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/DESPlugin/DESPlugin.c
===================================================================
--- trunk/src/plugins/DESPlugin/DESPlugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/DESPlugin/DESPlugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:17 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:21 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	VMPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    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 10 December 2015 (i)"
+	"DESPlugin 23 January 2016 (i)"
 #else
-	"DESPlugin 10 December 2015 (e)"
+	"DESPlugin 23 January 2016 (e)"
 #endif
 ;
 static unsigned char pc1[56] = {

Modified: trunk/src/plugins/DSAPrims/DSAPrims.c
===================================================================
--- trunk/src/plugins/DSAPrims/DSAPrims.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/DSAPrims/DSAPrims.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:17 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:21 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	VMPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    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 10 December 2015 (i)"
+	"DSAPrims 23 January 2016 (i)"
 #else
-	"DSAPrims 10 December 2015 (e)"
+	"DSAPrims 23 January 2016 (e)"
 #endif
 ;
 static sqInt remainderDigitCount;

Modified: trunk/src/plugins/DropPlugin/DropPlugin.c
===================================================================
--- trunk/src/plugins/DropPlugin/DropPlugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/DropPlugin/DropPlugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:17 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:22 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	VMPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    from
-	DropPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	DropPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
  */
-static char __buildInfo[] = "DropPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc " __DATE__ ;
+static char __buildInfo[] = "DropPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795 " __DATE__ ;
 
 
 
@@ -62,9 +62,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"DropPlugin 10 December 2015 (i)"
+	"DropPlugin 23 January 2016 (i)"
 #else
-	"DropPlugin 10 December 2015 (e)"
+	"DropPlugin 23 January 2016 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FFTPlugin/FFTPlugin.c
===================================================================
--- trunk/src/plugins/FFTPlugin/FFTPlugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/FFTPlugin/FFTPlugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:17 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:22 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	VMPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    from
-	FFTPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	FFTPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
  */
-static char __buildInfo[] = "FFTPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc " __DATE__ ;
+static char __buildInfo[] = "FFTPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795 " __DATE__ ;
 
 
 
@@ -68,9 +68,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FFTPlugin 10 December 2015 (i)"
+	"FFTPlugin 23 January 2016 (i)"
 #else
-	"FFTPlugin 10 December 2015 (e)"
+	"FFTPlugin 23 January 2016 (e)"
 #endif
 ;
 static sqInt nu;

Modified: trunk/src/plugins/FT2Plugin/FT2Plugin.c
===================================================================
--- trunk/src/plugins/FT2Plugin/FT2Plugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/FT2Plugin/FT2Plugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,4 +1,4 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:22 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:30 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 10 December 2015 (i)"
+	"FT2Plugin 23 January 2016 (i)"
 #else
-	"FT2Plugin 10 December 2015 (e)"
+	"FT2Plugin 23 January 2016 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c
===================================================================
--- trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:22 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:31 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    from
-	FileCopyPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	FileCopyPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
  */
-static char __buildInfo[] = "FileCopyPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc " __DATE__ ;
+static char __buildInfo[] = "FileCopyPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795 " __DATE__ ;
 
 
 
@@ -57,9 +57,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FileCopyPlugin 10 December 2015 (i)"
+	"FileCopyPlugin 23 January 2016 (i)"
 #else
-	"FileCopyPlugin 10 December 2015 (e)"
+	"FileCopyPlugin 23 January 2016 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/FilePlugin/FilePlugin.c
===================================================================
--- trunk/src/plugins/FilePlugin/FilePlugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/FilePlugin/FilePlugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:18 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:22 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	VMPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    from
-	FilePlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	FilePlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
  */
-static char __buildInfo[] = "FilePlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc " __DATE__ ;
+static char __buildInfo[] = "FilePlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795 " __DATE__ ;
 
 
 
@@ -100,9 +100,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FilePlugin 10 December 2015 (i)"
+	"FilePlugin 23 January 2016 (i)"
 #else
-	"FilePlugin 10 December 2015 (e)"
+	"FilePlugin 23 January 2016 (e)"
 #endif
 ;
 static void * sCCPfn;

Modified: trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c
===================================================================
--- trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:18 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:22 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	VMPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    from
-	FloatArrayPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	FloatArrayPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
  */
-static char __buildInfo[] = "FloatArrayPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc " __DATE__ ;
+static char __buildInfo[] = "FloatArrayPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795 " __DATE__ ;
 
 
 
@@ -72,9 +72,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FloatArrayPlugin 10 December 2015 (i)"
+	"FloatArrayPlugin 23 January 2016 (i)"
 #else
-	"FloatArrayPlugin 10 December 2015 (e)"
+	"FloatArrayPlugin 23 January 2016 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c
===================================================================
--- trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:18 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:22 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	VMPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    from
-	FloatMathPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	FloatMathPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
  */
-static char __buildInfo[] = "FloatMathPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc " __DATE__ ;
+static char __buildInfo[] = "FloatMathPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795 " __DATE__ ;
 
 
 
@@ -79,9 +79,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FloatMathPlugin 10 December 2015 (i)"
+	"FloatMathPlugin 23 January 2016 (i)"
 #else
-	"FloatMathPlugin 10 December 2015 (e)"
+	"FloatMathPlugin 23 January 2016 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/GeniePlugin/GeniePlugin.c
===================================================================
--- trunk/src/plugins/GeniePlugin/GeniePlugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/GeniePlugin/GeniePlugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:18 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:23 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    from
-	GeniePlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	GeniePlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
  */
-static char __buildInfo[] = "GeniePlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc " __DATE__ ;
+static char __buildInfo[] = "GeniePlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795 " __DATE__ ;
 
 
 
@@ -61,9 +61,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"GeniePlugin v2.0 10 December 2015 (i)"
+	"GeniePlugin v2.0 23 January 2016 (i)"
 #else
-	"GeniePlugin v2.0 10 December 2015 (e)"
+	"GeniePlugin v2.0 23 January 2016 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c
===================================================================
--- trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:22 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:32 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    from
-	HostWindowPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	HostWindowPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
  */
-static char __buildInfo[] = "HostWindowPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc " __DATE__ ;
+static char __buildInfo[] = "HostWindowPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795 " __DATE__ ;
 
 
 
@@ -66,9 +66,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"HostWindowPlugin 10 December 2015 (i)"
+	"HostWindowPlugin 23 January 2016 (i)"
 #else
-	"HostWindowPlugin 10 December 2015 (e)"
+	"HostWindowPlugin 23 January 2016 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c
===================================================================
--- trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:18 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:23 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    from
-	JPEGReadWriter2Plugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	JPEGReadWriter2Plugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
  */
-static char __buildInfo[] = "JPEGReadWriter2Plugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc " __DATE__ ;
+static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795 " __DATE__ ;
 
 
 
@@ -68,9 +68,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"JPEGReadWriter2Plugin 10 December 2015 (i)"
+	"JPEGReadWriter2Plugin 23 January 2016 (i)"
 #else
-	"JPEGReadWriter2Plugin 10 December 2015 (e)"
+	"JPEGReadWriter2Plugin 23 January 2016 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c
===================================================================
--- trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:18 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:23 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	VMPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    from
-	JPEGReaderPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	JPEGReaderPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
  */
-static char __buildInfo[] = "JPEGReaderPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc " __DATE__ ;
+static char __buildInfo[] = "JPEGReaderPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795 " __DATE__ ;
 
 
 
@@ -136,9 +136,9 @@
 static sqInt jsReadLimit;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"JPEGReaderPlugin 10 December 2015 (i)"
+	"JPEGReaderPlugin 23 January 2016 (i)"
 #else
-	"JPEGReaderPlugin 10 December 2015 (e)"
+	"JPEGReaderPlugin 23 January 2016 (e)"
 #endif
 ;
 static int *residuals;

Modified: trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c
===================================================================
--- trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:18 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:23 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    from
-	JoystickTabletPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	JoystickTabletPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
  */
-static char __buildInfo[] = "JoystickTabletPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc " __DATE__ ;
+static char __buildInfo[] = "JoystickTabletPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795 " __DATE__ ;
 
 
 
@@ -62,9 +62,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"JoystickTabletPlugin 10 December 2015 (i)"
+	"JoystickTabletPlugin 23 January 2016 (i)"
 #else
-	"JoystickTabletPlugin 10 December 2015 (e)"
+	"JoystickTabletPlugin 23 January 2016 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/KedamaPlugin2/KedamaPlugin2.c
===================================================================
--- trunk/src/plugins/KedamaPlugin2/KedamaPlugin2.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/KedamaPlugin2/KedamaPlugin2.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:23 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:33 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	VMPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    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 10 December 2015 (i)"
+	"KedamaPlugin2 23 January 2016 (i)"
 #else
-	"KedamaPlugin2 10 December 2015 (e)"
+	"KedamaPlugin2 23 January 2016 (e)"
 #endif
 ;
 static unsigned int randA;

Modified: trunk/src/plugins/Klatt/Klatt.c
===================================================================
--- trunk/src/plugins/Klatt/Klatt.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/Klatt/Klatt.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:18 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:24 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	VMPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    from
-	KlattSynthesizerPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	KlattSynthesizerPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
  */
-static char __buildInfo[] = "KlattSynthesizerPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc " __DATE__ ;
+static char __buildInfo[] = "KlattSynthesizerPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795 " __DATE__ ;
 
 
 
@@ -155,9 +155,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"Klatt 10 December 2015 (i)"
+	"Klatt 23 January 2016 (i)"
 #else
-	"Klatt 10 December 2015 (e)"
+	"Klatt 23 January 2016 (e)"
 #endif
 ;
 static float nlast;

Modified: trunk/src/plugins/LargeIntegers/LargeIntegers.c
===================================================================
--- trunk/src/plugins/LargeIntegers/LargeIntegers.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/LargeIntegers/LargeIntegers.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:19 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:24 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    from
-	LargeIntegersPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	LargeIntegersPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
  */
-static char __buildInfo[] = "LargeIntegersPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc " __DATE__ ;
+static char __buildInfo[] = "LargeIntegersPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795 " __DATE__ ;
 
 
 

Modified: trunk/src/plugins/LocalePlugin/LocalePlugin.c
===================================================================
--- trunk/src/plugins/LocalePlugin/LocalePlugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/LocalePlugin/LocalePlugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:19 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:25 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    from
-	LocalePlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	LocalePlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
  */
-static char __buildInfo[] = "LocalePlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc " __DATE__ ;
+static char __buildInfo[] = "LocalePlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795 " __DATE__ ;
 
 
 
@@ -71,9 +71,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"LocalePlugin 10 December 2015 (i)"
+	"LocalePlugin 23 January 2016 (i)"
 #else
-	"LocalePlugin 10 December 2015 (e)"
+	"LocalePlugin 23 January 2016 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/MD5Plugin/MD5Plugin.c
===================================================================
--- trunk/src/plugins/MD5Plugin/MD5Plugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/MD5Plugin/MD5Plugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:19 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:25 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    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 10 December 2015 (i)"
+	"MD5Plugin 23 January 2016 (i)"
 #else
-	"MD5Plugin 10 December 2015 (e)"
+	"MD5Plugin 23 January 2016 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/MIDIPlugin/MIDIPlugin.c
===================================================================
--- trunk/src/plugins/MIDIPlugin/MIDIPlugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/MIDIPlugin/MIDIPlugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:23 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:33 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    from
-	MIDIPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	MIDIPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
  */
-static char __buildInfo[] = "MIDIPlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc " __DATE__ ;
+static char __buildInfo[] = "MIDIPlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795 " __DATE__ ;
 
 
 
@@ -70,9 +70,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"MIDIPlugin 10 December 2015 (i)"
+	"MIDIPlugin 23 January 2016 (i)"
 #else
-	"MIDIPlugin 10 December 2015 (e)"
+	"MIDIPlugin 23 January 2016 (e)"
 #endif
 ;
 static sqInt simulator;

Modified: trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c
===================================================================
--- trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:19 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:25 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	VMPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    from
-	Matrix2x3Plugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	Matrix2x3Plugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
  */
-static char __buildInfo[] = "Matrix2x3Plugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc " __DATE__ ;
+static char __buildInfo[] = "Matrix2x3Plugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795 " __DATE__ ;
 
 
 
@@ -74,9 +74,9 @@
 static double m23ResultY;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"Matrix2x3Plugin 10 December 2015 (i)"
+	"Matrix2x3Plugin 23 January 2016 (i)"
 #else
-	"Matrix2x3Plugin 10 December 2015 (e)"
+	"Matrix2x3Plugin 23 January 2016 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c
===================================================================
--- trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:19 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:25 pm */
 /* Automatically generated by
-	VMPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	VMPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    from
-	MiscPrimitivePlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	MiscPrimitivePlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
  */
-static char __buildInfo[] = "MiscPrimitivePlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc " __DATE__ ;
+static char __buildInfo[] = "MiscPrimitivePlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795 " __DATE__ ;
 
 
 
@@ -70,9 +70,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"MiscPrimitivePlugin 10 December 2015 (i)"
+	"MiscPrimitivePlugin 23 January 2016 (i)"
 #else
-	"MiscPrimitivePlugin 10 December 2015 (e)"
+	"MiscPrimitivePlugin 23 January 2016 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c
===================================================================
--- trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:23 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:34 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    from
-	Mpeg3Plugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	Mpeg3Plugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
  */
-static char __buildInfo[] = "Mpeg3Plugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc " __DATE__ ;
+static char __buildInfo[] = "Mpeg3Plugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795 " __DATE__ ;
 
 
 
@@ -101,9 +101,9 @@
 static sqInt maximumNumberOfFilesToWatch;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"Mpeg3Plugin 10 December 2015 (i)"
+	"Mpeg3Plugin 23 January 2016 (i)"
 #else
-	"Mpeg3Plugin 10 December 2015 (e)"
+	"Mpeg3Plugin 23 January 2016 (e)"
 #endif
 ;
 static mpeg3_t *mpegFiles[1024+1];

Modified: trunk/src/plugins/RePlugin/RePlugin.c
===================================================================
--- trunk/src/plugins/RePlugin/RePlugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/RePlugin/RePlugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:19 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:26 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    from
-	RePlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	RePlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
  */
-static char __buildInfo[] = "RePlugin * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc " __DATE__ ;
+static char __buildInfo[] = "RePlugin VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795 " __DATE__ ;
 
 
 
@@ -79,9 +79,9 @@
 static sqInt matchFlags;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"RePlugin 10 December 2015 (i)"
+	"RePlugin 23 January 2016 (i)"
 #else
-	"RePlugin 10 December 2015 (e)"
+	"RePlugin 23 January 2016 (e)"
 #endif
 ;
 static int netMemory = 0;

Modified: trunk/src/plugins/RomePlugin/RomePlugin.c
===================================================================
--- trunk/src/plugins/RomePlugin/RomePlugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/RomePlugin/RomePlugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:24 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:35 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    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 10 December 2015 (i)"
+	"RomePlugin dtl.40 23 January 2016 (i)"
 #else
-	"RomePlugin dtl.40 10 December 2015 (e)"
+	"RomePlugin dtl.40 23 January 2016 (e)"
 #endif
 ;
 static fn_ioRegisterSurface registerSurfaceFn;

Modified: trunk/src/plugins/SHA256Plugin/SHA256Plugin.c
===================================================================
--- trunk/src/plugins/SHA256Plugin/SHA256Plugin.c	2016-01-23 01:47:33 UTC (rev 3566)
+++ trunk/src/plugins/SHA256Plugin/SHA256Plugin.c	2016-01-23 19:24:12 UTC (rev 3567)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.14.3 translated as C source on 10 December 2015 9:47:19 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.15.1 translated as C source on 23 January 2016 2:15:26 pm */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator * VMMaker-tpr.372 uuid: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.374 uuid: ec1dc8c8-f83d-45a8-b28b-929bd5296795
    from
 	SHA256Plugin * CryptographyPlugins-rww.10 uuid: 8beefa4e-8411-4385-93ed-1c5d66481465
  */
@@ -65,9 +65,9 @@

@@ Diff output truncated at 50000 characters. @@


More information about the Vm-dev mailing list