[commit][3108] VMMaker 4.13.7, changes from VMMaker-bf.352 and VMMaker-dtl. 354

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[commit][3108] VMMaker 4.13.7, changes from VMMaker-bf.352 and VMMaker-dtl. 354

commits-3
 
Revision: 3108
Author:   lewis
Date:     2014-10-24 05:46:01 -0700 (Fri, 24 Oct 2014)
Log Message:
-----------
VMMaker 4.13.7, changes from VMMaker-bf.352 and VMMaker-dtl.354

Set reclaimableContextCount to 0 in internalCannotReturn:.

Fix bug in primitiveChangeClass exposed in the 64 bit 68002 image format.
Corrects failure in evaluating:

   Inspector new primitiveChangeClassTo: CompiledMethodInspector new

Modified Paths:
--------------
    trunk/src/ckformat.c
    trunk/src/plugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c
    trunk/src/plugins/AioPlugin/AioPlugin.c
    trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c
    trunk/src/plugins/B2DPlugin/B2DPlugin.c
    trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c
    trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c
    trunk/src/plugins/BitBltPlugin/BitBltPlugin.c
    trunk/src/plugins/CameraPlugin/CameraPlugin.c
    trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c
    trunk/src/plugins/CroquetPlugin/CroquetPlugin.c
    trunk/src/plugins/DBusPlugin/DBusPlugin.c
    trunk/src/plugins/DSAPrims/DSAPrims.c
    trunk/src/plugins/DropPlugin/DropPlugin.c
    trunk/src/plugins/FFTPlugin/FFTPlugin.c
    trunk/src/plugins/FT2Plugin/FT2Plugin.c
    trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c
    trunk/src/plugins/FilePlugin/FilePlugin.c
    trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c
    trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c
    trunk/src/plugins/GeniePlugin/GeniePlugin.c
    trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c
    trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c
    trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c
    trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c
    trunk/src/plugins/KedamaPlugin2/KedamaPlugin2.c
    trunk/src/plugins/Klatt/Klatt.c
    trunk/src/plugins/LargeIntegers/LargeIntegers.c
    trunk/src/plugins/LocalePlugin/LocalePlugin.c
    trunk/src/plugins/MIDIPlugin/MIDIPlugin.c
    trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c
    trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c
    trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c
    trunk/src/plugins/RePlugin/RePlugin.c
    trunk/src/plugins/RomePlugin/RomePlugin.c
    trunk/src/plugins/ScratchPlugin/ScratchPlugin.c
    trunk/src/plugins/SecurityPlugin/SecurityPlugin.c
    trunk/src/plugins/SerialPlugin/SerialPlugin.c
    trunk/src/plugins/SocketPlugin/SocketPlugin.c
    trunk/src/plugins/SoundCodecPrims/SoundCodecPrims.c
    trunk/src/plugins/SoundGenerationPlugin/SoundGenerationPlugin.c
    trunk/src/plugins/SoundPlugin/SoundPlugin.c
    trunk/src/plugins/Squeak3D/Squeak3D.c
    trunk/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c
    trunk/src/plugins/SqueakSSL/SqueakSSL.c
    trunk/src/plugins/StarSqueakPlugin/StarSqueakPlugin.c
    trunk/src/plugins/UUIDPlugin/UUIDPlugin.c
    trunk/src/plugins/UnicodePlugin/UnicodePlugin.c
    trunk/src/plugins/UnixOSProcessPlugin/UnixOSProcessPlugin.c
    trunk/src/plugins/WeDoPlugin/WeDoPlugin.c
    trunk/src/plugins/XDisplayControlPlugin/XDisplayControlPlugin.c
    trunk/src/vm/interp.c
    trunk/src/vm/interp.h
    trunk/src/vm/sqNamedPrims.h

Modified: trunk/src/ckformat.c
===================================================================
--- trunk/src/ckformat.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/ckformat.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -5,7 +5,7 @@
 /* Usage: ckformat imageFileName */
 
 /* --- DO NOT EDIT THIS FILE --- */
-/* --- Automatically generated from class ImageFormat 2014-09-06T23:27:11.815+01:00--- */
+/* --- Automatically generated from class ImageFormat 2014-10-24T08:36:03.45+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 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:35:59 am */
 /* Automatically generated by
- VMPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ VMPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
- ADPCMCodecPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ ADPCMCodecPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
  */
-static char __buildInfo[] = "ADPCMCodecPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a " __DATE__ ;
+static char __buildInfo[] = "ADPCMCodecPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c " __DATE__ ;
 
 
 
@@ -70,9 +70,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "ADPCMCodecPlugin 6 September 2014 (i)"
+ "ADPCMCodecPlugin 24 October 2014 (i)"
 #else
- "ADPCMCodecPlugin 6 September 2014 (e)"
+ "ADPCMCodecPlugin 24 October 2014 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/AioPlugin/AioPlugin.c
===================================================================
--- trunk/src/plugins/AioPlugin/AioPlugin.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/AioPlugin/AioPlugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:11 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36:03 am */
 /* Automatically generated by
- VMPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ VMPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
  UnixAioPlugin VMConstruction-Plugins-AioPlugin-eem.15 uuid: 0029df1c-3720-4b61-8579-4851417d24a7
  */
@@ -88,9 +88,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "AioPlugin 6 September 2014 (i)"
+ "AioPlugin 24 October 2014 (i)"
 #else
- "AioPlugin 6 September 2014 (e)"
+ "AioPlugin 24 October 2014 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c
===================================================================
--- trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:01 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:35:59 am */
 /* Automatically generated by
- SmartSyntaxPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ SmartSyntaxPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
- AsynchFilePlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ AsynchFilePlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
  */
-static char __buildInfo[] = "AsynchFilePlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a " __DATE__ ;
+static char __buildInfo[] = "AsynchFilePlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c " __DATE__ ;
 
 
 
@@ -67,9 +67,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "AsynchFilePlugin 6 September 2014 (i)"
+ "AsynchFilePlugin 24 October 2014 (i)"
 #else
- "AsynchFilePlugin 6 September 2014 (e)"
+ "AsynchFilePlugin 24 October 2014 (e)"
 #endif
 ;
 static void * sCOAFfn;

Modified: trunk/src/plugins/B2DPlugin/B2DPlugin.c
===================================================================
--- trunk/src/plugins/B2DPlugin/B2DPlugin.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/B2DPlugin/B2DPlugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:02 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:35:59 am */
 /* Automatically generated by
- VMPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ VMPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
- BalloonEnginePlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ BalloonEnginePlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
  */
-static char __buildInfo[] = "BalloonEnginePlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a " __DATE__ ;
+static char __buildInfo[] = "BalloonEnginePlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c " __DATE__ ;
 
 
 
@@ -447,9 +447,9 @@
 static void * loadBBFn;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "B2DPlugin 6 September 2014 (i)"
+ "B2DPlugin 24 October 2014 (i)"
 #else
- "B2DPlugin 6 September 2014 (e)"
+ "B2DPlugin 24 October 2014 (e)"
 #endif
 ;
 static int* objBuffer;

Modified: trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c
===================================================================
--- trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:06 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36:01 am */
 /* Automatically generated by
- VMPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ VMPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
- B3DAcceleratorPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ B3DAcceleratorPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
  */
-static char __buildInfo[] = "B3DAcceleratorPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a " __DATE__ ;
+static char __buildInfo[] = "B3DAcceleratorPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c " __DATE__ ;
 
 
 
@@ -107,9 +107,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "B3DAcceleratorPlugin 6 September 2014 (i)"
+ "B3DAcceleratorPlugin 24 October 2014 (i)"
 #else
- "B3DAcceleratorPlugin 6 September 2014 (e)"
+ "B3DAcceleratorPlugin 24 October 2014 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c
===================================================================
--- trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:01 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:35:59 am */
 /* Automatically generated by
- VMPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ VMPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
- BMPReadWriterPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ BMPReadWriterPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
  */
-static char __buildInfo[] = "BMPReadWriterPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a " __DATE__ ;
+static char __buildInfo[] = "BMPReadWriterPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c " __DATE__ ;
 
 
 
@@ -58,9 +58,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "BMPReadWriterPlugin 6 September 2014 (i)"
+ "BMPReadWriterPlugin 24 October 2014 (i)"
 #else
- "BMPReadWriterPlugin 6 September 2014 (e)"
+ "BMPReadWriterPlugin 24 October 2014 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/BitBltPlugin/BitBltPlugin.c
===================================================================
--- trunk/src/plugins/BitBltPlugin/BitBltPlugin.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/BitBltPlugin/BitBltPlugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:03 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36 am */
 /* Automatically generated by
- SmartSyntaxPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ SmartSyntaxPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
- BitBltSimulation * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ BitBltSimulation VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
  */
-static char __buildInfo[] = "BitBltSimulation * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a " __DATE__ ;
+static char __buildInfo[] = "BitBltSimulation VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c " __DATE__ ;
 
 
 
@@ -256,9 +256,9 @@
 };
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "BitBltPlugin 6 September 2014 (i)"
+ "BitBltPlugin 24 October 2014 (i)"
 #else
- "BitBltPlugin 6 September 2014 (e)"
+ "BitBltPlugin 24 October 2014 (e)"
 #endif
 ;
 static sqInt nWords;

Modified: trunk/src/plugins/CameraPlugin/CameraPlugin.c
===================================================================
--- trunk/src/plugins/CameraPlugin/CameraPlugin.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/CameraPlugin/CameraPlugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:07 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36:01 am */
 /* Automatically generated by
- VMPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ VMPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
- CameraPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ CameraPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
  */
-static char __buildInfo[] = "CameraPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a " __DATE__ ;
+static char __buildInfo[] = "CameraPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c " __DATE__ ;
 
 
 
@@ -64,9 +64,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "CameraPlugin 6 September 2014 (i)"
+ "CameraPlugin 24 October 2014 (i)"
 #else
- "CameraPlugin 6 September 2014 (e)"
+ "CameraPlugin 24 October 2014 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c
===================================================================
--- trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:07 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36:01 am */
 /* Automatically generated by
- SmartSyntaxPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ SmartSyntaxPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
- ClipboardExtendedPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ ClipboardExtendedPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
  */
-static char __buildInfo[] = "ClipboardExtendedPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a " __DATE__ ;
+static char __buildInfo[] = "ClipboardExtendedPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c " __DATE__ ;
 
 
 
@@ -61,9 +61,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "ClipboardExtendedPlugin 6 September 2014 (i)"
+ "ClipboardExtendedPlugin 24 October 2014 (i)"
 #else
- "ClipboardExtendedPlugin 6 September 2014 (e)"
+ "ClipboardExtendedPlugin 24 October 2014 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/CroquetPlugin/CroquetPlugin.c
===================================================================
--- trunk/src/plugins/CroquetPlugin/CroquetPlugin.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/CroquetPlugin/CroquetPlugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:03 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36 am */
 /* Automatically generated by
- VMPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ VMPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
- CroquetPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ CroquetPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
  */
-static char __buildInfo[] = "CroquetPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a " __DATE__ ;
+static char __buildInfo[] = "CroquetPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c " __DATE__ ;
 
 
 
@@ -73,9 +73,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "CroquetPlugin 6 September 2014 (i)"
+ "CroquetPlugin 24 October 2014 (i)"
 #else
- "CroquetPlugin 6 September 2014 (e)"
+ "CroquetPlugin 24 October 2014 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/DBusPlugin/DBusPlugin.c
===================================================================
--- trunk/src/plugins/DBusPlugin/DBusPlugin.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/DBusPlugin/DBusPlugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:07 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36:01 am */
 /* Automatically generated by
- SmartSyntaxPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ SmartSyntaxPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    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 6 September 2014 (i)"
+ "DBusPlugin 24 October 2014 (i)"
 #else
- "DBusPlugin 6 September 2014 (e)"
+ "DBusPlugin 24 October 2014 (e)"
 #endif
 ;
 static DBusMessage* writeMessage;

Modified: trunk/src/plugins/DSAPrims/DSAPrims.c
===================================================================
--- trunk/src/plugins/DSAPrims/DSAPrims.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/DSAPrims/DSAPrims.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:03 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36 am */
 /* Automatically generated by
- VMPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ VMPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
- DSAPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ DSAPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
  */
-static char __buildInfo[] = "DSAPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a " __DATE__ ;
+static char __buildInfo[] = "DSAPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c " __DATE__ ;
 
 
 
@@ -67,9 +67,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "DSAPrims 6 September 2014 (i)"
+ "DSAPrims 24 October 2014 (i)"
 #else
- "DSAPrims 6 September 2014 (e)"
+ "DSAPrims 24 October 2014 (e)"
 #endif
 ;
 static sqInt remainderDigitCount;

Modified: trunk/src/plugins/DropPlugin/DropPlugin.c
===================================================================
--- trunk/src/plugins/DropPlugin/DropPlugin.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/DropPlugin/DropPlugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:03 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36 am */
 /* Automatically generated by
- VMPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ VMPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
- DropPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ DropPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
  */
-static char __buildInfo[] = "DropPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a " __DATE__ ;
+static char __buildInfo[] = "DropPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c " __DATE__ ;
 
 
 
@@ -62,9 +62,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "DropPlugin 6 September 2014 (i)"
+ "DropPlugin 24 October 2014 (i)"
 #else
- "DropPlugin 6 September 2014 (e)"
+ "DropPlugin 24 October 2014 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FFTPlugin/FFTPlugin.c
===================================================================
--- trunk/src/plugins/FFTPlugin/FFTPlugin.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/FFTPlugin/FFTPlugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:03 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36 am */
 /* Automatically generated by
- VMPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ VMPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
- FFTPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ FFTPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
  */
-static char __buildInfo[] = "FFTPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a " __DATE__ ;
+static char __buildInfo[] = "FFTPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c " __DATE__ ;
 
 
 
@@ -68,9 +68,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "FFTPlugin 6 September 2014 (i)"
+ "FFTPlugin 24 October 2014 (i)"
 #else
- "FFTPlugin 6 September 2014 (e)"
+ "FFTPlugin 24 October 2014 (e)"
 #endif
 ;
 static sqInt nu;

Modified: trunk/src/plugins/FT2Plugin/FT2Plugin.c
===================================================================
--- trunk/src/plugins/FT2Plugin/FT2Plugin.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/FT2Plugin/FT2Plugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:08 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36:02 am */
 /* Automatically generated by
- FT2PluginCodeGenerator * FreeType-nice.442 uuid: 9895a884-7d42-4783-9fb8-1a71ef244e16
+ FT2PluginCodeGenerator * FreeType-nice.443 uuid: d8120335-a67f-4a64-94ea-90145046f7dc
    from
- FT2Plugin * FreeType-nice.442 uuid: 9895a884-7d42-4783-9fb8-1a71ef244e16
+ FT2Plugin * FreeType-nice.443 uuid: d8120335-a67f-4a64-94ea-90145046f7dc
  */
-static char __buildInfo[] = "FT2Plugin * FreeType-nice.442 uuid: 9895a884-7d42-4783-9fb8-1a71ef244e16 " __DATE__ ;
+static char __buildInfo[] = "FT2Plugin * FreeType-nice.443 uuid: d8120335-a67f-4a64-94ea-90145046f7dc " __DATE__ ;
 
 
 
@@ -121,9 +121,9 @@
 static FT_Library library;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "FT2Plugin 6 September 2014 (i)"
+ "FT2Plugin 24 October 2014 (i)"
 #else
- "FT2Plugin 6 September 2014 (e)"
+ "FT2Plugin 24 October 2014 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c
===================================================================
--- trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:08 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36:02 am */
 /* Automatically generated by
- SmartSyntaxPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ SmartSyntaxPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
- FileCopyPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ FileCopyPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
  */
-static char __buildInfo[] = "FileCopyPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a " __DATE__ ;
+static char __buildInfo[] = "FileCopyPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c " __DATE__ ;
 
 
 
@@ -57,9 +57,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "FileCopyPlugin 6 September 2014 (i)"
+ "FileCopyPlugin 24 October 2014 (i)"
 #else
- "FileCopyPlugin 6 September 2014 (e)"
+ "FileCopyPlugin 24 October 2014 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FilePlugin/FilePlugin.c
===================================================================
--- trunk/src/plugins/FilePlugin/FilePlugin.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/FilePlugin/FilePlugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:04 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36 am */
 /* Automatically generated by
- VMPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ VMPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
- FilePlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ FilePlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
  */
-static char __buildInfo[] = "FilePlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a " __DATE__ ;
+static char __buildInfo[] = "FilePlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c " __DATE__ ;
 
 
 
@@ -100,9 +100,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "FilePlugin 6 September 2014 (i)"
+ "FilePlugin 24 October 2014 (i)"
 #else
- "FilePlugin 6 September 2014 (e)"
+ "FilePlugin 24 October 2014 (e)"
 #endif
 ;
 static void * sCCPfn;

Modified: trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c
===================================================================
--- trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:04 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36 am */
 /* Automatically generated by
- VMPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ VMPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
- FloatArrayPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ FloatArrayPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
  */
-static char __buildInfo[] = "FloatArrayPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a " __DATE__ ;
+static char __buildInfo[] = "FloatArrayPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c " __DATE__ ;
 
 
 
@@ -72,9 +72,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "FloatArrayPlugin 6 September 2014 (i)"
+ "FloatArrayPlugin 24 October 2014 (i)"
 #else
- "FloatArrayPlugin 6 September 2014 (e)"
+ "FloatArrayPlugin 24 October 2014 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c
===================================================================
--- trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:04 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36 am */
 /* Automatically generated by
- VMPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ VMPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
- FloatMathPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ FloatMathPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
  */
-static char __buildInfo[] = "FloatMathPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a " __DATE__ ;
+static char __buildInfo[] = "FloatMathPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c " __DATE__ ;
 
 
 
@@ -79,9 +79,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "FloatMathPlugin 6 September 2014 (i)"
+ "FloatMathPlugin 24 October 2014 (i)"
 #else
- "FloatMathPlugin 6 September 2014 (e)"
+ "FloatMathPlugin 24 October 2014 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/GeniePlugin/GeniePlugin.c
===================================================================
--- trunk/src/plugins/GeniePlugin/GeniePlugin.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/GeniePlugin/GeniePlugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:04 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36 am */
 /* Automatically generated by
- SmartSyntaxPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ SmartSyntaxPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
- GeniePlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ GeniePlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
  */
-static char __buildInfo[] = "GeniePlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a " __DATE__ ;
+static char __buildInfo[] = "GeniePlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c " __DATE__ ;
 
 
 
@@ -61,9 +61,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "GeniePlugin v2.0 6 September 2014 (i)"
+ "GeniePlugin v2.0 24 October 2014 (i)"
 #else
- "GeniePlugin v2.0 6 September 2014 (e)"
+ "GeniePlugin v2.0 24 October 2014 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c
===================================================================
--- trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:09 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36:02 am */
 /* Automatically generated by
- SmartSyntaxPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ SmartSyntaxPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
- HostWindowPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ HostWindowPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
  */
-static char __buildInfo[] = "HostWindowPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a " __DATE__ ;
+static char __buildInfo[] = "HostWindowPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c " __DATE__ ;
 
 
 
@@ -66,9 +66,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "HostWindowPlugin 6 September 2014 (i)"
+ "HostWindowPlugin 24 October 2014 (i)"
 #else
- "HostWindowPlugin 6 September 2014 (e)"
+ "HostWindowPlugin 24 October 2014 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c
===================================================================
--- trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:04 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36 am */
 /* Automatically generated by
- SmartSyntaxPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ SmartSyntaxPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
- JPEGReadWriter2Plugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ JPEGReadWriter2Plugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
  */
-static char __buildInfo[] = "JPEGReadWriter2Plugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a " __DATE__ ;
+static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c " __DATE__ ;
 
 
 
@@ -68,9 +68,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "JPEGReadWriter2Plugin 6 September 2014 (i)"
+ "JPEGReadWriter2Plugin 24 October 2014 (i)"
 #else
- "JPEGReadWriter2Plugin 6 September 2014 (e)"
+ "JPEGReadWriter2Plugin 24 October 2014 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c
===================================================================
--- trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:04 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36 am */
 /* Automatically generated by
- VMPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ VMPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
- JPEGReaderPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ JPEGReaderPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
  */
-static char __buildInfo[] = "JPEGReaderPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a " __DATE__ ;
+static char __buildInfo[] = "JPEGReaderPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c " __DATE__ ;
 
 
 
@@ -136,9 +136,9 @@
 static sqInt jsReadLimit;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "JPEGReaderPlugin 6 September 2014 (i)"
+ "JPEGReaderPlugin 24 October 2014 (i)"
 #else
- "JPEGReaderPlugin 6 September 2014 (e)"
+ "JPEGReaderPlugin 24 October 2014 (e)"
 #endif
 ;
 static int *residuals;

Modified: trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c
===================================================================
--- trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:04 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36 am */
 /* Automatically generated by
- SmartSyntaxPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ SmartSyntaxPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
- JoystickTabletPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ JoystickTabletPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
  */
-static char __buildInfo[] = "JoystickTabletPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a " __DATE__ ;
+static char __buildInfo[] = "JoystickTabletPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c " __DATE__ ;
 
 
 
@@ -62,9 +62,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "JoystickTabletPlugin 6 September 2014 (i)"
+ "JoystickTabletPlugin 24 October 2014 (i)"
 #else
- "JoystickTabletPlugin 6 September 2014 (e)"
+ "JoystickTabletPlugin 24 October 2014 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/KedamaPlugin2/KedamaPlugin2.c
===================================================================
--- trunk/src/plugins/KedamaPlugin2/KedamaPlugin2.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/KedamaPlugin2/KedamaPlugin2.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:09 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36:02 am */
 /* Automatically generated by
- VMPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ VMPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    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 6 September 2014 (i)"
+ "KedamaPlugin2 24 October 2014 (i)"
 #else
- "KedamaPlugin2 6 September 2014 (e)"
+ "KedamaPlugin2 24 October 2014 (e)"
 #endif
 ;
 static unsigned int randA;

Modified: trunk/src/plugins/Klatt/Klatt.c
===================================================================
--- trunk/src/plugins/Klatt/Klatt.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/Klatt/Klatt.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:05 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36 am */
 /* Automatically generated by
- VMPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ VMPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
- KlattSynthesizerPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ KlattSynthesizerPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
  */
-static char __buildInfo[] = "KlattSynthesizerPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a " __DATE__ ;
+static char __buildInfo[] = "KlattSynthesizerPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c " __DATE__ ;
 
 
 
@@ -155,9 +155,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "Klatt 6 September 2014 (i)"
+ "Klatt 24 October 2014 (i)"
 #else
- "Klatt 6 September 2014 (e)"
+ "Klatt 24 October 2014 (e)"
 #endif
 ;
 static float nlast;

Modified: trunk/src/plugins/LargeIntegers/LargeIntegers.c
===================================================================
--- trunk/src/plugins/LargeIntegers/LargeIntegers.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/LargeIntegers/LargeIntegers.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:05 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36 am */
 /* Automatically generated by
- SmartSyntaxPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ SmartSyntaxPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
- LargeIntegersPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ LargeIntegersPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
  */
-static char __buildInfo[] = "LargeIntegersPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a " __DATE__ ;
+static char __buildInfo[] = "LargeIntegersPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c " __DATE__ ;
 
 
 

Modified: trunk/src/plugins/LocalePlugin/LocalePlugin.c
===================================================================
--- trunk/src/plugins/LocalePlugin/LocalePlugin.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/LocalePlugin/LocalePlugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:05 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36 am */
 /* Automatically generated by
- SmartSyntaxPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ SmartSyntaxPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
- LocalePlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ LocalePlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
  */
-static char __buildInfo[] = "LocalePlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a " __DATE__ ;
+static char __buildInfo[] = "LocalePlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c " __DATE__ ;
 
 
 
@@ -71,9 +71,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "LocalePlugin 6 September 2014 (i)"
+ "LocalePlugin 24 October 2014 (i)"
 #else
- "LocalePlugin 6 September 2014 (e)"
+ "LocalePlugin 24 October 2014 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/MIDIPlugin/MIDIPlugin.c
===================================================================
--- trunk/src/plugins/MIDIPlugin/MIDIPlugin.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/MIDIPlugin/MIDIPlugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:09 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36:02 am */
 /* Automatically generated by
- SmartSyntaxPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ SmartSyntaxPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
- MIDIPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ MIDIPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
  */
-static char __buildInfo[] = "MIDIPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a " __DATE__ ;
+static char __buildInfo[] = "MIDIPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c " __DATE__ ;
 
 
 
@@ -70,9 +70,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "MIDIPlugin 6 September 2014 (i)"
+ "MIDIPlugin 24 October 2014 (i)"
 #else
- "MIDIPlugin 6 September 2014 (e)"
+ "MIDIPlugin 24 October 2014 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c
===================================================================
--- trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:05 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36 am */
 /* Automatically generated by
- VMPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ VMPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
- Matrix2x3Plugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ Matrix2x3Plugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
  */
-static char __buildInfo[] = "Matrix2x3Plugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a " __DATE__ ;
+static char __buildInfo[] = "Matrix2x3Plugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c " __DATE__ ;
 
 
 
@@ -74,9 +74,9 @@
 static double m23ResultY;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "Matrix2x3Plugin 6 September 2014 (i)"
+ "Matrix2x3Plugin 24 October 2014 (i)"
 #else
- "Matrix2x3Plugin 6 September 2014 (e)"
+ "Matrix2x3Plugin 24 October 2014 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c
===================================================================
--- trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:05 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36 am */
 /* Automatically generated by
- VMPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ VMPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
- MiscPrimitivePlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ MiscPrimitivePlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
  */
-static char __buildInfo[] = "MiscPrimitivePlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a " __DATE__ ;
+static char __buildInfo[] = "MiscPrimitivePlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c " __DATE__ ;
 
 
 
@@ -70,9 +70,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "MiscPrimitivePlugin 6 September 2014 (i)"
+ "MiscPrimitivePlugin 24 October 2014 (i)"
 #else
- "MiscPrimitivePlugin 6 September 2014 (e)"
+ "MiscPrimitivePlugin 24 October 2014 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c
===================================================================
--- trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:10 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36:02 am */
 /* Automatically generated by
- SmartSyntaxPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ SmartSyntaxPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
- Mpeg3Plugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ Mpeg3Plugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
  */
-static char __buildInfo[] = "Mpeg3Plugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a " __DATE__ ;
+static char __buildInfo[] = "Mpeg3Plugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c " __DATE__ ;
 
 
 
@@ -101,9 +101,9 @@
 static sqInt maximumNumberOfFilesToWatch;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "Mpeg3Plugin 6 September 2014 (i)"
+ "Mpeg3Plugin 24 October 2014 (i)"
 #else
- "Mpeg3Plugin 6 September 2014 (e)"
+ "Mpeg3Plugin 24 October 2014 (e)"
 #endif
 ;
 static mpeg3_t *mpegFiles[1024+1];

Modified: trunk/src/plugins/RePlugin/RePlugin.c
===================================================================
--- trunk/src/plugins/RePlugin/RePlugin.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/RePlugin/RePlugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:05 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36:01 am */
 /* Automatically generated by
- SmartSyntaxPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ SmartSyntaxPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
- RePlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ RePlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
  */
-static char __buildInfo[] = "RePlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a " __DATE__ ;
+static char __buildInfo[] = "RePlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c " __DATE__ ;
 
 
 
@@ -79,9 +79,9 @@
 static sqInt matchFlags;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "RePlugin 6 September 2014 (i)"
+ "RePlugin 24 October 2014 (i)"
 #else
- "RePlugin 6 September 2014 (e)"
+ "RePlugin 24 October 2014 (e)"
 #endif
 ;
 static int netMemory = 0;

Modified: trunk/src/plugins/RomePlugin/RomePlugin.c
===================================================================
--- trunk/src/plugins/RomePlugin/RomePlugin.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/RomePlugin/RomePlugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:10 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36:02 am */
 /* Automatically generated by
- SmartSyntaxPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ SmartSyntaxPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
  RomePlugin Rome-Plugin-yo.39 uuid: 4bc7d831-189d-43ce-8b6d-7e96cf20a234
  */
@@ -199,9 +199,9 @@
 static sqInt maxSurfaceID;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "RomePlugin yo.39 6 September 2014 (i)"
+ "RomePlugin yo.39 24 October 2014 (i)"
 #else
- "RomePlugin yo.39 6 September 2014 (e)"
+ "RomePlugin yo.39 24 October 2014 (e)"
 #endif
 ;
 static fn_ioRegisterSurface registerSurfaceFn;

Modified: trunk/src/plugins/ScratchPlugin/ScratchPlugin.c
===================================================================
--- trunk/src/plugins/ScratchPlugin/ScratchPlugin.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/ScratchPlugin/ScratchPlugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:11 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36:03 am */
 /* Automatically generated by
- VMPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ VMPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
- ScratchPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ ScratchPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
  */
-static char __buildInfo[] = "ScratchPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a " __DATE__ ;
+static char __buildInfo[] = "ScratchPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c " __DATE__ ;
 
 
 
@@ -89,9 +89,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
- "ScratchPlugin 6 September 2014 (i)"
+ "ScratchPlugin 24 October 2014 (i)"
 #else
- "ScratchPlugin 6 September 2014 (e)"
+ "ScratchPlugin 24 October 2014 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/SecurityPlugin/SecurityPlugin.c
===================================================================
--- trunk/src/plugins/SecurityPlugin/SecurityPlugin.c 2014-10-24 00:37:55 UTC (rev 3107)
+++ trunk/src/plugins/SecurityPlugin/SecurityPlugin.c 2014-10-24 12:46:01 UTC (rev 3108)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.5 with VMMaker 4.13.6 translated as C source on 6 September 2014 11:27:05 pm */
+/* Smalltalk from Squeak4.5 with VMMaker 4.13.7 translated as C source on 24 October 2014 8:36:01 am */
 /* Automatically generated by
- VMPluginCodeGenerator * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ VMPluginCodeGenerator VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
    from
- SecurityPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a
+ SecurityPlugin VMMaker-dtl.354 uuid: a38a877b-1f44-40b9-9ee8-c812a471808c
  */
-static char __buildInfo[] = "SecurityPlugin * VMMaker-dtl.349 uuid: b3a12120-fb0b-443c-acc5-3f027c879f1a " __DATE__ ;

@@ Diff output truncated at 50000 characters. @@