<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jan 28, 2014 at 4:48 PM, David T. Lewis <span dir="ltr">&lt;<a href="mailto:lewis@mail.msen.com" target="_blank">lewis@mail.msen.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br>
On Tue, Jan 28, 2014 at 01:43:48PM -0800, Eliot Miranda wrote:<br>
&gt;<br>
&gt; Hi David,<br>
&gt;<br>
&gt;     any objection to using primitive 146 for allInstances and 147 for<br>
&gt; allObjects?  I like using numbers for the core primitives and these seem<br>
&gt; like core ones.<br>
<br>
</div>My inclination would be to not add anything as a numbered primitive unless<br>
truly necessary. Any reasonably evolved platform will be able to support<br>
named primitives, and the numbered primitives are a compatibility problem<br>
waiting to happen. So why not make life easy and use named primitives where<br>
possible?<br></blockquote><div><br></div><div>I respectfully disagree.  Named primitives are fine for plugins, but they&#39;re bloat.  The numbered primitive scheme is simple, compact and efficient and has worked for a long time (IIABDFI) and so for core primitives I still prefer numbered prims.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">&gt; There&#39;s a mysterious comment in initializePrimitiveTable<br>
&gt; re these two numbers:<br>
&gt;<br>
&gt; &quot;NOTE: When removing the obsolete indexed primitives,<br>
&gt; the following two should go become #primitiveIntegerAt / atPut&quot;<br>
&gt; (146 primitiveFail) &quot;primitiveReadJoystick&quot;<br>
&gt; (147 primitiveFail) &quot;primitiveWarpBits&quot;<br>
&gt;<br>
&gt; but AFAICT that&#39;s obsolete.  Am I right to think this?<br>
<br>
</div>They are certainly obsolete, but the comment is worth a further look.<br>
We have implementations of primitiveIntegerAt and primitiveIntegerAtPut,<br>
but as far as I can see these are not used in the vanilla Squeak image.<br>
Checking a Squeak 3.6 image, it looks like these primitives were written<br>
by Andreas, so I&#39;m guessing that the comment in initializePrimitiveTable<br>
may be his. I suspect that he may have had a reason for wanting them to<br>
be numbered primitives, but I can&#39;t say why.<br></blockquote><div><br></div><div>OK, thanks.</div><div><br></div><div><br></div><div>I&#39;ll not commit until I hear back from you (and you Tim? ;-) ).</div><div><br></div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dave<br>
<div class="HOEnZb"><div class="h5"><br>
&gt;<br>
&gt;<br>
&gt; On Mon, Jan 27, 2014 at 12:38 PM, &lt;<a href="mailto:commits@squeakvm.org">commits@squeakvm.org</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt;<br>
&gt; &gt; Revision: 2854<br>
&gt; &gt; Author:   lewis<br>
&gt; &gt; Date:     2014-01-27 12:38:08 -0800 (Mon, 27 Jan 2014)<br>
&gt; &gt; Log Message:<br>
&gt; &gt; -----------<br>
&gt; &gt; Source per VMMaker-dtl.339 (VMMaker 4.13.1)<br>
&gt; &gt;<br>
&gt; &gt; Add primitiveAllObjects, answering an array of all objects in the object<br>
&gt; &gt; memory at the time of calling the primitive, possibly excluding those that<br>
&gt; &gt; were garbage collected as a side effect of allocating the result array for<br>
&gt; &gt; the primitive.<br>
&gt; &gt;<br>
&gt; &gt; Fix comment for ObjectMemory&gt;&gt;lengthOf:baseHeader:format: to indicate that<br>
&gt; &gt; length includes the fixed fields as well as indexable fields (the length<br>
&gt; &gt; of an OrderedCollection instance is 3, not 0).<br>
&gt; &gt;<br>
&gt; &gt; Add shorten:toIndexableSize: with error checks and correct size logic for<br>
&gt; &gt; long arrays. Change the return value to be the number of bytes released<br>
&gt; &gt; to free memory, allowing sender to test for success. The implementation<br>
&gt; &gt; for ClassicObjectMemory is tested for both 32-bit and 64-bit object<br>
&gt; &gt; memories.<br>
&gt; &gt; The implementation for NewObjectMemory is based on this, but has not been<br>
&gt; &gt; tested.<br>
&gt; &gt;<br>
&gt; &gt; Add primitiveTestShortenIndexableSize to allow shorten:toIndexableSize:<br>
&gt; &gt; to be exercised from the image. This primitive is for testing purposes<br>
&gt; &gt; only and will probably be removed in the future.<br>
&gt; &gt;<br>
&gt; &gt; FT2Plugin to external plugins in VMMakerTool class&gt;&gt;defaultUnixSpec because<br>
&gt; &gt; some platforms (e.g. OS X) may not have the runtime library conveniently<br>
&gt; &gt; available.<br>
&gt; &gt;<br>
&gt; &gt; Modified Paths:<br>
&gt; &gt; --------------<br>
&gt; &gt;     trunk/src/ckformat.c<br>
&gt; &gt;     trunk/src/plugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c<br>
&gt; &gt;     trunk/src/plugins/AioPlugin/AioPlugin.c<br>
&gt; &gt;     trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c<br>
&gt; &gt;     trunk/src/plugins/B2DPlugin/B2DPlugin.c<br>
&gt; &gt;     trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c<br>
&gt; &gt;     trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c<br>
&gt; &gt;     trunk/src/plugins/BitBltPlugin/BitBltPlugin.c<br>
&gt; &gt;     trunk/src/plugins/CameraPlugin/CameraPlugin.c<br>
&gt; &gt;     trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c<br>
&gt; &gt;     trunk/src/plugins/CroquetPlugin/CroquetPlugin.c<br>
&gt; &gt;     trunk/src/plugins/DBusPlugin/DBusPlugin.c<br>
&gt; &gt;     trunk/src/plugins/DSAPrims/DSAPrims.c<br>
&gt; &gt;     trunk/src/plugins/DropPlugin/DropPlugin.c<br>
&gt; &gt;     trunk/src/plugins/FFTPlugin/FFTPlugin.c<br>
&gt; &gt;     trunk/src/plugins/FT2Plugin/FT2Plugin.c<br>
&gt; &gt;     trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c<br>
&gt; &gt;     trunk/src/plugins/FilePlugin/FilePlugin.c<br>
&gt; &gt;     trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c<br>
&gt; &gt;     trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c<br>
&gt; &gt;     trunk/src/plugins/GeniePlugin/GeniePlugin.c<br>
&gt; &gt;     trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c<br>
&gt; &gt;     trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c<br>
&gt; &gt;     trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c<br>
&gt; &gt;     trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c<br>
&gt; &gt;     trunk/src/plugins/Klatt/Klatt.c<br>
&gt; &gt;     trunk/src/plugins/LargeIntegers/LargeIntegers.c<br>
&gt; &gt;     trunk/src/plugins/LocalePlugin/LocalePlugin.c<br>
&gt; &gt;     trunk/src/plugins/MIDIPlugin/MIDIPlugin.c<br>
&gt; &gt;     trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c<br>
&gt; &gt;     trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c<br>
&gt; &gt;     trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c<br>
&gt; &gt;     trunk/src/plugins/RePlugin/RePlugin.c<br>
&gt; &gt;     trunk/src/plugins/RomePlugin/RomePlugin.c<br>
&gt; &gt;     trunk/src/plugins/ScratchPlugin/ScratchPlugin.c<br>
&gt; &gt;     trunk/src/plugins/SecurityPlugin/SecurityPlugin.c<br>
&gt; &gt;     trunk/src/plugins/SerialPlugin/SerialPlugin.c<br>
&gt; &gt;     trunk/src/plugins/SocketPlugin/SocketPlugin.c<br>
&gt; &gt;     trunk/src/plugins/SoundCodecPrims/SoundCodecPrims.c<br>
&gt; &gt;     trunk/src/plugins/SoundGenerationPlugin/SoundGenerationPlugin.c<br>
&gt; &gt;     trunk/src/plugins/SoundPlugin/SoundPlugin.c<br>
&gt; &gt;     trunk/src/plugins/Squeak3D/Squeak3D.c<br>
&gt; &gt;     trunk/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c<br>
&gt; &gt;     trunk/src/plugins/SqueakSSL/SqueakSSL.c<br>
&gt; &gt;     trunk/src/plugins/StarSqueakPlugin/StarSqueakPlugin.c<br>
&gt; &gt;     trunk/src/plugins/UUIDPlugin/UUIDPlugin.c<br>
&gt; &gt;     trunk/src/plugins/UnicodePlugin/UnicodePlugin.c<br>
&gt; &gt;     trunk/src/plugins/UnixOSProcessPlugin/UnixOSProcessPlugin.c<br>
&gt; &gt;     trunk/src/plugins/WeDoPlugin/WeDoPlugin.c<br>
&gt; &gt;     trunk/src/plugins/XDisplayControlPlugin/XDisplayControlPlugin.c<br>
&gt; &gt;     trunk/src/plugins/ZipPlugin/ZipPlugin.c<br>
&gt; &gt;     trunk/src/vm/interp.c<br>
&gt; &gt;     trunk/src/vm/interp.h<br>
&gt; &gt;     trunk/src/vm/sqNamedPrims.h<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/ckformat.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/ckformat.c        2014-01-25 20:25:52 UTC (rev 2853)<br>
&gt; &gt; +++ trunk/src/ckformat.c        2014-01-27 20:38:08 UTC (rev 2854)<br>
&gt; &gt; @@ -5,7 +5,7 @@<br>
&gt; &gt;  /* Usage: ckformat imageFileName */<br>
&gt; &gt;<br>
&gt; &gt;  /* --- DO NOT EDIT THIS FILE --- */<br>
&gt; &gt; -/* --- Automatically generated from class ImageFormat<br>
&gt; &gt; 2014-01-20T19:15:40.803+01:00--- */<br>
&gt; &gt; +/* --- Automatically generated from class ImageFormat<br>
&gt; &gt; 2014-01-27T15:24:21.387+01:00--- */<br>
&gt; &gt;  /* --- Source code is in package ImageFormat in the VMMaker repository<br>
&gt; &gt; --- */<br>
&gt; &gt;  /* --- DO NOT EDIT THIS FILE --- */<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c       2014-01-25<br>
&gt; &gt; 20:25:52 UTC (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c       2014-01-27<br>
&gt; &gt; 20:38:08 UTC (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:30 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:11 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       VMPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       VMPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       ADPCMCodecPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       ADPCMCodecPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;ADPCMCodecPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;ADPCMCodecPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ -70,9 +70,9 @@<br>
&gt; &gt;  struct VirtualMachine* interpreterProxy;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;ADPCMCodecPlugin 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;ADPCMCodecPlugin 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;ADPCMCodecPlugin 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;ADPCMCodecPlugin 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/AioPlugin/AioPlugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/AioPlugin/AioPlugin.c     2014-01-25 20:25:52 UTC<br>
&gt; &gt; (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/AioPlugin/AioPlugin.c     2014-01-27 20:38:08 UTC<br>
&gt; &gt; (rev 2854)<br>
&gt; &gt; @@ -1,6 +1,6 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:40 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:20 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       VMPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       VMPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt;         UnixAioPlugin VMConstruction-Plugins-AioPlugin-eem.15 uuid:<br>
&gt; &gt; 0029df1c-3720-4b61-8579-4851417d24a7<br>
&gt; &gt;   */<br>
&gt; &gt; @@ -88,9 +88,9 @@<br>
&gt; &gt;  struct VirtualMachine* interpreterProxy;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;AioPlugin 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;AioPlugin 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;AioPlugin 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;AioPlugin 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c       2014-01-25<br>
&gt; &gt; 20:25:52 UTC (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c       2014-01-27<br>
&gt; &gt; 20:38:08 UTC (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:30 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:11 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       SmartSyntaxPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       SmartSyntaxPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       AsynchFilePlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       AsynchFilePlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;AsynchFilePlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;AsynchFilePlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ -67,9 +67,9 @@<br>
&gt; &gt;  struct VirtualMachine* interpreterProxy;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;AsynchFilePlugin 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;AsynchFilePlugin 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;AsynchFilePlugin 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;AsynchFilePlugin 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;  static void * sCOAFfn;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/B2DPlugin/B2DPlugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/B2DPlugin/B2DPlugin.c     2014-01-25 20:25:52 UTC<br>
&gt; &gt; (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/B2DPlugin/B2DPlugin.c     2014-01-27 20:38:08 UTC<br>
&gt; &gt; (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:32 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:12 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       VMPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       VMPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       BalloonEnginePlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       BalloonEnginePlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;BalloonEnginePlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;BalloonEnginePlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ -447,9 +447,9 @@<br>
&gt; &gt;  static void * loadBBFn;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;B2DPlugin 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;B2DPlugin 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;B2DPlugin 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;B2DPlugin 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;  static int* objBuffer;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c<br>
&gt; &gt; 2014-01-25 20:25:52 UTC (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c<br>
&gt; &gt; 2014-01-27 20:38:08 UTC (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:36 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:16 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       VMPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       VMPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       B3DAcceleratorPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       B3DAcceleratorPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;B3DAcceleratorPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;B3DAcceleratorPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ -107,9 +107,9 @@<br>
&gt; &gt;  struct VirtualMachine* interpreterProxy;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;B3DAcceleratorPlugin 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;B3DAcceleratorPlugin 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;B3DAcceleratorPlugin 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;B3DAcceleratorPlugin 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c 2014-01-25<br>
&gt; &gt; 20:25:52 UTC (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c 2014-01-27<br>
&gt; &gt; 20:38:08 UTC (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:30 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:11 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       VMPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       VMPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       BMPReadWriterPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       BMPReadWriterPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;BMPReadWriterPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;BMPReadWriterPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ -58,9 +58,9 @@<br>
&gt; &gt;  struct VirtualMachine* interpreterProxy;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;BMPReadWriterPlugin 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;BMPReadWriterPlugin 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;BMPReadWriterPlugin 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;BMPReadWriterPlugin 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/BitBltPlugin/BitBltPlugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/BitBltPlugin/BitBltPlugin.c       2014-01-25<br>
&gt; &gt; 20:25:52 UTC (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/BitBltPlugin/BitBltPlugin.c       2014-01-27<br>
&gt; &gt; 20:38:08 UTC (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:32 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:13 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       SmartSyntaxPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       SmartSyntaxPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       BitBltSimulation VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       BitBltSimulation VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;BitBltSimulation VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;BitBltSimulation VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ -257,9 +257,9 @@<br>
&gt; &gt;  };<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;BitBltPlugin 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;BitBltPlugin 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;BitBltPlugin 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;BitBltPlugin 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;  static sqInt nWords;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/CameraPlugin/CameraPlugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/CameraPlugin/CameraPlugin.c       2014-01-25<br>
&gt; &gt; 20:25:52 UTC (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/CameraPlugin/CameraPlugin.c       2014-01-27<br>
&gt; &gt; 20:38:08 UTC (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:36 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:16 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       VMPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       VMPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       CameraPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       CameraPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;CameraPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;CameraPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ -64,9 +64,9 @@<br>
&gt; &gt;  struct VirtualMachine* interpreterProxy;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;CameraPlugin 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;CameraPlugin 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;CameraPlugin 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;CameraPlugin 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Modified:<br>
&gt; &gt; trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c<br>
&gt; &gt; 2014-01-25 20:25:52 UTC (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c<br>
&gt; &gt; 2014-01-27 20:38:08 UTC (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:36 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:16 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       SmartSyntaxPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       SmartSyntaxPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       ClipboardExtendedPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       ClipboardExtendedPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;ClipboardExtendedPlugin VMMaker-dtl.338<br>
&gt; &gt; uuid: 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;ClipboardExtendedPlugin VMMaker-dtl.339<br>
&gt; &gt; uuid: e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ -61,9 +61,9 @@<br>
&gt; &gt;  struct VirtualMachine* interpreterProxy;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;ClipboardExtendedPlugin 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;ClipboardExtendedPlugin 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;ClipboardExtendedPlugin 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;ClipboardExtendedPlugin 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/CroquetPlugin/CroquetPlugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/CroquetPlugin/CroquetPlugin.c     2014-01-25<br>
&gt; &gt; 20:25:52 UTC (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/CroquetPlugin/CroquetPlugin.c     2014-01-27<br>
&gt; &gt; 20:38:08 UTC (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:33 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:13 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       VMPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       VMPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       CroquetPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       CroquetPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;CroquetPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;CroquetPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ -73,9 +73,9 @@<br>
&gt; &gt;  struct VirtualMachine* interpreterProxy;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;CroquetPlugin 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;CroquetPlugin 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;CroquetPlugin 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;CroquetPlugin 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/DBusPlugin/DBusPlugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/DBusPlugin/DBusPlugin.c   2014-01-25 20:25:52 UTC<br>
&gt; &gt; (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/DBusPlugin/DBusPlugin.c   2014-01-27 20:38:08 UTC<br>
&gt; &gt; (rev 2854)<br>
&gt; &gt; @@ -1,6 +1,6 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:37 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:17 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       SmartSyntaxPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       SmartSyntaxPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt;         DBusPlugin DBus-Plugin-dtl.35 uuid:<br>
&gt; &gt; 2ae30f08-4793-4acb-876b-c443a5f5e665<br>
&gt; &gt;   */<br>
&gt; &gt; @@ -143,9 +143,9 @@<br>
&gt; &gt;  static DBusMessageIter messageIter[DBUS_MAXIMUM_TYPE_RECURSION_DEPTH];<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;DBusPlugin 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;DBusPlugin 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;DBusPlugin 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;DBusPlugin 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;  static DBusMessage* writeMessage;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/DSAPrims/DSAPrims.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/DSAPrims/DSAPrims.c       2014-01-25 20:25:52 UTC<br>
&gt; &gt; (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/DSAPrims/DSAPrims.c       2014-01-27 20:38:08 UTC<br>
&gt; &gt; (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:33 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:13 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       VMPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       VMPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       DSAPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       DSAPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;DSAPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;DSAPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ -67,9 +67,9 @@<br>
&gt; &gt;  struct VirtualMachine* interpreterProxy;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;DSAPrims 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;DSAPrims 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;DSAPrims 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;DSAPrims 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;  static sqInt remainderDigitCount;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/DropPlugin/DropPlugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/DropPlugin/DropPlugin.c   2014-01-25 20:25:52 UTC<br>
&gt; &gt; (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/DropPlugin/DropPlugin.c   2014-01-27 20:38:08 UTC<br>
&gt; &gt; (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:33 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:13 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       VMPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       VMPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       DropPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       DropPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;DropPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;DropPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ -62,9 +62,9 @@<br>
&gt; &gt;  struct VirtualMachine* interpreterProxy;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;DropPlugin 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;DropPlugin 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;DropPlugin 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;DropPlugin 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/FFTPlugin/FFTPlugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/FFTPlugin/FFTPlugin.c     2014-01-25 20:25:52 UTC<br>
&gt; &gt; (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/FFTPlugin/FFTPlugin.c     2014-01-27 20:38:08 UTC<br>
&gt; &gt; (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:33 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:13 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       VMPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       VMPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       FFTPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       FFTPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;FFTPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;FFTPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ -68,9 +68,9 @@<br>
&gt; &gt;  struct VirtualMachine* interpreterProxy;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;FFTPlugin 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;FFTPlugin 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;FFTPlugin 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;FFTPlugin 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;  static sqInt nu;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/FT2Plugin/FT2Plugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/FT2Plugin/FT2Plugin.c     2014-01-25 20:25:52 UTC<br>
&gt; &gt; (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/FT2Plugin/FT2Plugin.c     2014-01-27 20:38:08 UTC<br>
&gt; &gt; (rev 2854)<br>
&gt; &gt; @@ -1,4 +1,4 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:33 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:17 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt;         FT2PluginCodeGenerator * FreeType-nice.442 uuid:<br>
&gt; &gt; 9895a884-7d42-4783-9fb8-1a71ef244e16<br>
&gt; &gt;     from<br>
&gt; &gt; @@ -121,9 +121,9 @@<br>
&gt; &gt;  static FT_Library library;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;FT2Plugin 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;FT2Plugin 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;FT2Plugin 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;FT2Plugin 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c   2014-01-25<br>
&gt; &gt; 20:25:52 UTC (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c   2014-01-27<br>
&gt; &gt; 20:38:08 UTC (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:37 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:17 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       SmartSyntaxPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       SmartSyntaxPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       FileCopyPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       FileCopyPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;FileCopyPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;FileCopyPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ -57,9 +57,9 @@<br>
&gt; &gt;  struct VirtualMachine* interpreterProxy;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;FileCopyPlugin 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;FileCopyPlugin 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;FileCopyPlugin 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;FileCopyPlugin 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/FilePlugin/FilePlugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/FilePlugin/FilePlugin.c   2014-01-25 20:25:52 UTC<br>
&gt; &gt; (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/FilePlugin/FilePlugin.c   2014-01-27 20:38:08 UTC<br>
&gt; &gt; (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:33 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:13 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       VMPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       VMPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       FilePlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       FilePlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;FilePlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;FilePlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ -100,9 +100,9 @@<br>
&gt; &gt;  struct VirtualMachine* interpreterProxy;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;FilePlugin 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;FilePlugin 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;FilePlugin 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;FilePlugin 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;  static void * sCCPfn;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c       2014-01-25<br>
&gt; &gt; 20:25:52 UTC (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c       2014-01-27<br>
&gt; &gt; 20:38:08 UTC (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:33 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:13 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       VMPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       VMPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       FloatArrayPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       FloatArrayPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;FloatArrayPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;FloatArrayPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ -72,9 +72,9 @@<br>
&gt; &gt;  struct VirtualMachine* interpreterProxy;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;FloatArrayPlugin 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;FloatArrayPlugin 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;FloatArrayPlugin 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;FloatArrayPlugin 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c 2014-01-25<br>
&gt; &gt; 20:25:52 UTC (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c 2014-01-27<br>
&gt; &gt; 20:38:08 UTC (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:34 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:14 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       VMPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       VMPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       FloatMathPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       FloatMathPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;FloatMathPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;FloatMathPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ -79,9 +79,9 @@<br>
&gt; &gt;  struct VirtualMachine* interpreterProxy;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;FloatMathPlugin 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;FloatMathPlugin 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;FloatMathPlugin 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;FloatMathPlugin 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/GeniePlugin/GeniePlugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/GeniePlugin/GeniePlugin.c 2014-01-25 20:25:52 UTC<br>
&gt; &gt; (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/GeniePlugin/GeniePlugin.c 2014-01-27 20:38:08 UTC<br>
&gt; &gt; (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:34 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:14 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       SmartSyntaxPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       SmartSyntaxPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       GeniePlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       GeniePlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;GeniePlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;GeniePlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ -61,9 +61,9 @@<br>
&gt; &gt;  struct VirtualMachine* interpreterProxy;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;GeniePlugin v2.0 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;GeniePlugin v2.0 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;GeniePlugin v2.0 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;GeniePlugin v2.0 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c       2014-01-25<br>
&gt; &gt; 20:25:52 UTC (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c       2014-01-27<br>
&gt; &gt; 20:38:08 UTC (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:38 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:18 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       SmartSyntaxPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       SmartSyntaxPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       HostWindowPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       HostWindowPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;HostWindowPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;HostWindowPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ -66,9 +66,9 @@<br>
&gt; &gt;  struct VirtualMachine* interpreterProxy;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;HostWindowPlugin 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;HostWindowPlugin 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;HostWindowPlugin 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;HostWindowPlugin 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c<br>
&gt; &gt; 2014-01-25 20:25:52 UTC (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c<br>
&gt; &gt; 2014-01-27 20:38:08 UTC (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:34 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:14 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       SmartSyntaxPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       SmartSyntaxPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       JPEGReadWriter2Plugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       JPEGReadWriter2Plugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;JPEGReadWriter2Plugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;JPEGReadWriter2Plugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ -68,9 +68,9 @@<br>
&gt; &gt;  struct VirtualMachine* interpreterProxy;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;JPEGReadWriter2Plugin 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;JPEGReadWriter2Plugin 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;JPEGReadWriter2Plugin 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;JPEGReadWriter2Plugin 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c       2014-01-25<br>
&gt; &gt; 20:25:52 UTC (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c       2014-01-27<br>
&gt; &gt; 20:38:08 UTC (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:34 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:14 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       VMPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       VMPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       JPEGReaderPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       JPEGReaderPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;JPEGReaderPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;JPEGReaderPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ -136,9 +136,9 @@<br>
&gt; &gt;  static sqInt jsReadLimit;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;JPEGReaderPlugin 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;JPEGReaderPlugin 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;JPEGReaderPlugin 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;JPEGReaderPlugin 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;  static int *residuals;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c<br>
&gt; &gt; 2014-01-25 20:25:52 UTC (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c<br>
&gt; &gt; 2014-01-27 20:38:08 UTC (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:34 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:14 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       SmartSyntaxPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       SmartSyntaxPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       JoystickTabletPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       JoystickTabletPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;JoystickTabletPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;JoystickTabletPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ -62,9 +62,9 @@<br>
&gt; &gt;  struct VirtualMachine* interpreterProxy;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;JoystickTabletPlugin 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;JoystickTabletPlugin 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;JoystickTabletPlugin 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;JoystickTabletPlugin 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/Klatt/Klatt.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/Klatt/Klatt.c     2014-01-25 20:25:52 UTC (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/Klatt/Klatt.c     2014-01-27 20:38:08 UTC (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:34 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:14 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       VMPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       VMPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       KlattSynthesizerPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       KlattSynthesizerPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;KlattSynthesizerPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;KlattSynthesizerPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ -155,9 +155,9 @@<br>
&gt; &gt;  struct VirtualMachine* interpreterProxy;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;Klatt 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;Klatt 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;Klatt 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;Klatt 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;  static float nlast;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/LargeIntegers/LargeIntegers.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/LargeIntegers/LargeIntegers.c     2014-01-25<br>
&gt; &gt; 20:25:52 UTC (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/LargeIntegers/LargeIntegers.c     2014-01-27<br>
&gt; &gt; 20:38:08 UTC (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:35 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:15 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       SmartSyntaxPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       SmartSyntaxPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       LargeIntegersPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       LargeIntegersPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;LargeIntegersPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;LargeIntegersPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/LocalePlugin/LocalePlugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/LocalePlugin/LocalePlugin.c       2014-01-25<br>
&gt; &gt; 20:25:52 UTC (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/LocalePlugin/LocalePlugin.c       2014-01-27<br>
&gt; &gt; 20:38:08 UTC (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:35 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:15 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       SmartSyntaxPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       SmartSyntaxPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       LocalePlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       LocalePlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;LocalePlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;LocalePlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ -71,9 +71,9 @@<br>
&gt; &gt;  struct VirtualMachine* interpreterProxy;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;LocalePlugin 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;LocalePlugin 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;LocalePlugin 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;LocalePlugin 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/MIDIPlugin/MIDIPlugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/MIDIPlugin/MIDIPlugin.c   2014-01-25 20:25:52 UTC<br>
&gt; &gt; (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/MIDIPlugin/MIDIPlugin.c   2014-01-27 20:38:08 UTC<br>
&gt; &gt; (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:39 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:19 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       SmartSyntaxPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       SmartSyntaxPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       MIDIPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       MIDIPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;MIDIPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;MIDIPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ -70,9 +70,9 @@<br>
&gt; &gt;  struct VirtualMachine* interpreterProxy;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;MIDIPlugin 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;MIDIPlugin 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;MIDIPlugin 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;MIDIPlugin 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c 2014-01-25<br>
&gt; &gt; 20:25:52 UTC (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c 2014-01-27<br>
&gt; &gt; 20:38:08 UTC (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:35 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:15 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       VMPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       VMPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       Matrix2x3Plugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       Matrix2x3Plugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;Matrix2x3Plugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;Matrix2x3Plugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ -74,9 +74,9 @@<br>
&gt; &gt;  static double m23ResultY;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;Matrix2x3Plugin 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;Matrix2x3Plugin 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;Matrix2x3Plugin 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;Matrix2x3Plugin 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c 2014-01-25<br>
&gt; &gt; 20:25:52 UTC (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c 2014-01-27<br>
&gt; &gt; 20:38:08 UTC (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:35 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:15 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       VMPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       VMPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       MiscPrimitivePlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       MiscPrimitivePlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;MiscPrimitivePlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;MiscPrimitivePlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ -70,9 +70,9 @@<br>
&gt; &gt;  struct VirtualMachine* interpreterProxy;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;MiscPrimitivePlugin 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;MiscPrimitivePlugin 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;MiscPrimitivePlugin 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;MiscPrimitivePlugin 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c 2014-01-25 20:25:52 UTC<br>
&gt; &gt; (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c 2014-01-27 20:38:08 UTC<br>
&gt; &gt; (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:39 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:19 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       SmartSyntaxPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       SmartSyntaxPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       Mpeg3Plugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       Mpeg3Plugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;Mpeg3Plugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;Mpeg3Plugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ -101,9 +101,9 @@<br>
&gt; &gt;  static sqInt maximumNumberOfFilesToWatch;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;Mpeg3Plugin 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;Mpeg3Plugin 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;Mpeg3Plugin 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;Mpeg3Plugin 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;  static mpeg3_t *mpegFiles[1024+1];<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/RePlugin/RePlugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/RePlugin/RePlugin.c       2014-01-25 20:25:52 UTC<br>
&gt; &gt; (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/RePlugin/RePlugin.c       2014-01-27 20:38:08 UTC<br>
&gt; &gt; (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:35 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:15 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       SmartSyntaxPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       SmartSyntaxPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       RePlugin VMMaker-dtl.338 uuid: 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       RePlugin VMMaker-dtl.339 uuid: e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;RePlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;RePlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ -79,9 +79,9 @@<br>
&gt; &gt;  static sqInt matchFlags;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;RePlugin 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;RePlugin 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;RePlugin 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;RePlugin 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;  static int netMemory = 0;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/RomePlugin/RomePlugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/RomePlugin/RomePlugin.c   2014-01-25 20:25:52 UTC<br>
&gt; &gt; (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/RomePlugin/RomePlugin.c   2014-01-27 20:38:08 UTC<br>
&gt; &gt; (rev 2854)<br>
&gt; &gt; @@ -1,6 +1,6 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:39 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:20 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       SmartSyntaxPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       SmartSyntaxPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt;         RomePlugin Rome-Plugin-yo.39 uuid:<br>
&gt; &gt; 4bc7d831-189d-43ce-8b6d-7e96cf20a234<br>
&gt; &gt;   */<br>
&gt; &gt; @@ -199,9 +199,9 @@<br>
&gt; &gt;  static sqInt maxSurfaceID;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;RomePlugin yo.39 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;RomePlugin yo.39 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;RomePlugin yo.39 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;RomePlugin yo.39 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;  static fn_ioRegisterSurface registerSurfaceFn;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/ScratchPlugin/ScratchPlugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/ScratchPlugin/ScratchPlugin.c     2014-01-25<br>
&gt; &gt; 20:25:52 UTC (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/ScratchPlugin/ScratchPlugin.c     2014-01-27<br>
&gt; &gt; 20:38:08 UTC (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:40 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:20 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       VMPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       VMPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       ScratchPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       ScratchPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;ScratchPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;ScratchPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ -89,9 +89,9 @@<br>
&gt; &gt;  struct VirtualMachine* interpreterProxy;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;ScratchPlugin 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;ScratchPlugin 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;ScratchPlugin 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;ScratchPlugin 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/SecurityPlugin/SecurityPlugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/SecurityPlugin/SecurityPlugin.c   2014-01-25<br>
&gt; &gt; 20:25:52 UTC (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/SecurityPlugin/SecurityPlugin.c   2014-01-27<br>
&gt; &gt; 20:38:08 UTC (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:35 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:15 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       VMPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       VMPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       SecurityPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       SecurityPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;SecurityPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;SecurityPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ -80,9 +80,9 @@<br>
&gt; &gt;  struct VirtualMachine* interpreterProxy;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;SecurityPlugin 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;SecurityPlugin 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;SecurityPlugin 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;SecurityPlugin 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Modified: trunk/src/plugins/SerialPlugin/SerialPlugin.c<br>
&gt; &gt; ===================================================================<br>
&gt; &gt; --- trunk/src/plugins/SerialPlugin/SerialPlugin.c       2014-01-25<br>
&gt; &gt; 20:25:52 UTC (rev 2853)<br>
&gt; &gt; +++ trunk/src/plugins/SerialPlugin/SerialPlugin.c       2014-01-27<br>
&gt; &gt; 20:38:08 UTC (rev 2854)<br>
&gt; &gt; @@ -1,10 +1,10 @@<br>
&gt; &gt; -/* Smalltalk from Squeak4.5 with VMMaker 4.12.14 translated as C source<br>
&gt; &gt; on 20 January 2014 7:15:35 pm */<br>
&gt; &gt; +/* Smalltalk from Squeak4.5 with VMMaker 4.13.1 translated as C source on<br>
&gt; &gt; 27 January 2014 3:24:15 pm */<br>
&gt; &gt;  /* Automatically generated by<br>
&gt; &gt; -       SmartSyntaxPluginCodeGenerator VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       SmartSyntaxPluginCodeGenerator VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;     from<br>
&gt; &gt; -       SerialPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece<br>
&gt; &gt; +       SerialPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6<br>
&gt; &gt;   */<br>
&gt; &gt; -static char __buildInfo[] = &quot;SerialPlugin VMMaker-dtl.338 uuid:<br>
&gt; &gt; 29946156-9015-45c9-83a2-c12d43f67ece &quot; __DATE__ ;<br>
&gt; &gt; +static char __buildInfo[] = &quot;SerialPlugin VMMaker-dtl.339 uuid:<br>
&gt; &gt; e3da01c0-18c5-4297-9fc2-3fc56d5db9d6 &quot; __DATE__ ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ -67,9 +67,9 @@<br>
&gt; &gt;  struct VirtualMachine* interpreterProxy;<br>
&gt; &gt;  static const char *moduleName =<br>
&gt; &gt;  #ifdef SQUEAK_BUILTIN_PLUGIN<br>
&gt; &gt; -       &quot;SerialPlugin 20 January 2014 (i)&quot;<br>
&gt; &gt; +       &quot;SerialPlugin 27 January 2014 (i)&quot;<br>
&gt; &gt;  #else<br>
&gt; &gt; -       &quot;SerialPlugin 20 January 2014 (e)&quot;<br>
&gt; &gt; +       &quot;SerialPlugin 27 January 2014 (e)&quot;<br>
&gt; &gt;  #endif<br>
&gt; &gt;  ;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; @@ Diff output truncated at 50000 characters. @@<br>
&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; best,<br>
&gt; Eliot<br>
<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>best,<div>Eliot</div>
</div></div>