[Vm-dev] [commit][2794] Update generated sources using a Squeak4.4-12327 image.

commits at squeakvm.org commits at squeakvm.org
Sun Oct 27 15:40:05 UTC 2013


Revision: 2794
Author:   lewis
Date:     2013-10-27 08:40:04 -0700 (Sun, 27 Oct 2013)
Log Message:
-----------
Update generated sources using a Squeak4.4-12327 image.
ADPCMCodecPlugin is affected by Squeak image changes in ADPCMCodec.

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/Klatt/Klatt.c
    trunk/src/plugins/LargeIntegers/LargeIntegers.c
    trunk/src/plugins/LocalePlugin/LocalePlugin.c
    trunk/src/plugins/MIDIPlugin/MIDIPlugin.c
    trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c
    trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c
    trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c
    trunk/src/plugins/RePlugin/RePlugin.c
    trunk/src/plugins/RomePlugin/RomePlugin.c
    trunk/src/plugins/ScratchPlugin/ScratchPlugin.c
    trunk/src/plugins/SecurityPlugin/SecurityPlugin.c
    trunk/src/plugins/SerialPlugin/SerialPlugin.c
    trunk/src/plugins/SocketPlugin/SocketPlugin.c
    trunk/src/plugins/SoundCodecPrims/SoundCodecPrims.c
    trunk/src/plugins/SoundGenerationPlugin/SoundGenerationPlugin.c
    trunk/src/plugins/SoundPlugin/SoundPlugin.c
    trunk/src/plugins/Squeak3D/Squeak3D.c
    trunk/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c
    trunk/src/plugins/SqueakSSL/SqueakSSL.c
    trunk/src/plugins/StarSqueakPlugin/StarSqueakPlugin.c
    trunk/src/plugins/UUIDPlugin/UUIDPlugin.c
    trunk/src/plugins/UnicodePlugin/UnicodePlugin.c
    trunk/src/plugins/UnixOSProcessPlugin/UnixOSProcessPlugin.c
    trunk/src/plugins/WeDoPlugin/WeDoPlugin.c
    trunk/src/plugins/XDisplayControlPlugin/XDisplayControlPlugin.c
    trunk/src/plugins/ZipPlugin/ZipPlugin.c
    trunk/src/vm/interp.c
    trunk/src/vm/interp.h
    trunk/src/vm/sqNamedPrims.h

Modified: trunk/src/ckformat.c
===================================================================
--- trunk/src/ckformat.c	2013-10-20 15:16:00 UTC (rev 2793)
+++ trunk/src/ckformat.c	2013-10-27 15:40:04 UTC (rev 2794)
@@ -5,7 +5,7 @@
 /* Usage: ckformat imageFileName */
 
 /* --- DO NOT EDIT THIS FILE --- */
-/* --- Automatically generated from class ImageFormat 2013-05-08T08:26:54.8-05:00--- */
+/* --- Automatically generated from class ImageFormat 2013-10-27T11:14:02.135+01:00--- */
 /* --- Source code is in package ImageFormat in the VMMaker repository --- */
 /* --- DO NOT EDIT THIS FILE --- */
 
@@ -120,6 +120,34 @@
 		exit(0);
 	}
 	}
+	{
+	unsigned char b_6521_13[4]= { 0, 0, 25, 121};
+	if (strncmp(buf, b_6521_13, 4) == 0) {
+		printf("%d\n", 6521);
+		exit(0);
+	}
+	}
+	{
+	unsigned char b_6521_14[4]= { 121, 25, 0, 0};
+	if (strncmp(buf, b_6521_14, 4) == 0) {
+		printf("%d\n", 6521);
+		exit(0);
+	}
+	}
+	{
+	unsigned char b_68019_15[8]= { 0, 0, 0, 0, 0, 1, 9, 179};
+	if (strncmp(buf, b_68019_15, 8) == 0) {
+		printf("%d\n", 68019);
+		exit(0);
+	}
+	}
+	{
+	unsigned char b_68019_16[8]= { 179, 9, 1, 0, 0, 0, 0, 0};
+	if (strncmp(buf, b_68019_16, 8) == 0) {
+		printf("%d\n", 68019);
+		exit(0);
+	}
+	}
 	if(fseek(f, 512L, SEEK_SET) != 0) {
 		fprintf(stderr, "cannot go to pos %d in %s\n", 512, argv[1]);
 		exit(3);
@@ -212,6 +240,34 @@
 		exit(0);
 	}
 	}
+	{
+	unsigned char b_6521_13[4]= { 0, 0, 25, 121};
+	if (strncmp(buf, b_6521_13, 4) == 0) {
+		printf("%d\n", 6521);
+		exit(0);
+	}
+	}
+	{
+	unsigned char b_6521_14[4]= { 121, 25, 0, 0};
+	if (strncmp(buf, b_6521_14, 4) == 0) {
+		printf("%d\n", 6521);
+		exit(0);
+	}
+	}
+	{
+	unsigned char b_68019_15[8]= { 0, 0, 0, 0, 0, 1, 9, 179};
+	if (strncmp(buf, b_68019_15, 8) == 0) {
+		printf("%d\n", 68019);
+		exit(0);
+	}
+	}
+	{
+	unsigned char b_68019_16[8]= { 179, 9, 1, 0, 0, 0, 0, 0};
+	if (strncmp(buf, b_68019_16, 8) == 0) {
+		printf("%d\n", 68019);
+		exit(0);
+	}
+	}
 	printf("0\n"); /* print an invalid format number */
 	exit (-1); /* not found, exit with error code */
 }

Modified: trunk/src/plugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c
===================================================================
--- trunk/src/plugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c	2013-10-20 15:16:00 UTC (rev 2793)
+++ trunk/src/plugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:37 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:37 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
    from
-	ADPCMCodecPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	ADPCMCodecPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
  */
-static char __buildInfo[] = "ADPCMCodecPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
+static char __buildInfo[] = "ADPCMCodecPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
 
 
 
@@ -70,9 +70,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"ADPCMCodecPlugin 8 May 2013 (i)"
+	"ADPCMCodecPlugin 27 October 2013 (i)"
 #else
-	"ADPCMCodecPlugin 8 May 2013 (e)"
+	"ADPCMCodecPlugin 27 October 2013 (e)"
 #endif
 ;
 
@@ -170,15 +170,14 @@
 			remaining = 16;
 			while(1) {
 				shift = remaining - bitPosition;
+				result += ((shift < 0) ? ((usqInt) currentByte >> -shift) : ((usqInt) currentByte << shift));
 				if (shift > 0) {
-					result += currentByte << shift;
 					remaining -= bitPosition;
 					currentByte = encodedBytes[(byteIndex += 1)];
 					bitPosition = 8;
 				} else {
-					result += ((usqInt) currentByte) >> (0 - shift);
 					bitPosition -= remaining;
-					currentByte = currentByte & (((usqInt) 255) >> (8 - bitPosition));
+					currentByte = currentByte & ((((bitPosition - 8) < 0) ? ((usqInt) 255 >> -(bitPosition - 8)) : ((usqInt) 255 << (bitPosition - 8))));
 					predicted = result;
 					goto l1;
 				}
@@ -192,15 +191,14 @@
 			remaining1 = 6;
 			while(1) {
 				shift1 = remaining1 - bitPosition;
+				result1 += ((shift1 < 0) ? ((usqInt) currentByte >> -shift1) : ((usqInt) currentByte << shift1));
 				if (shift1 > 0) {
-					result1 += currentByte << shift1;
 					remaining1 -= bitPosition;
 					currentByte = encodedBytes[(byteIndex += 1)];
 					bitPosition = 8;
 				} else {
-					result1 += ((usqInt) currentByte) >> (0 - shift1);
 					bitPosition -= remaining1;
-					currentByte = currentByte & (((usqInt) 255) >> (8 - bitPosition));
+					currentByte = currentByte & ((((bitPosition - 8) < 0) ? ((usqInt) 255 >> -(bitPosition - 8)) : ((usqInt) 255 << (bitPosition - 8))));
 					index = result1;
 					goto l2;
 				}
@@ -213,15 +211,14 @@
 			remaining2 = bitsPerSample;
 			while(1) {
 				shift2 = remaining2 - bitPosition;
+				result2 += ((shift2 < 0) ? ((usqInt) currentByte >> -shift2) : ((usqInt) currentByte << shift2));
 				if (shift2 > 0) {
-					result2 += currentByte << shift2;
 					remaining2 -= bitPosition;
 					currentByte = encodedBytes[(byteIndex += 1)];
 					bitPosition = 8;
 				} else {
-					result2 += ((usqInt) currentByte) >> (0 - shift2);
 					bitPosition -= remaining2;
-					currentByte = currentByte & (((usqInt) 255) >> (8 - bitPosition));
+					currentByte = currentByte & ((((bitPosition - 8) < 0) ? ((usqInt) 255 >> -(bitPosition - 8)) : ((usqInt) 255 << (bitPosition - 8))));
 					delta = result2;
 					goto l3;
 				}
@@ -368,15 +365,14 @@
 			remaining = 16;
 			while(1) {
 				shift = remaining - bitPosition;
+				result += ((shift < 0) ? ((usqInt) currentByte >> -shift) : ((usqInt) currentByte << shift));
 				if (shift > 0) {
-					result += currentByte << shift;
 					remaining -= bitPosition;
 					currentByte = encodedBytes[(byteIndex += 1)];
 					bitPosition = 8;
 				} else {
-					result += ((usqInt) currentByte) >> (0 - shift);
 					bitPosition -= remaining;
-					currentByte = currentByte & (((usqInt) 255) >> (8 - bitPosition));
+					currentByte = currentByte & ((((bitPosition - 8) < 0) ? ((usqInt) 255 >> -(bitPosition - 8)) : ((usqInt) 255 << (bitPosition - 8))));
 					predictedLeft = result;
 					goto l1;
 				}
@@ -387,15 +383,14 @@
 			remaining1 = 6;
 			while(1) {
 				shift1 = remaining1 - bitPosition;
+				result1 += ((shift1 < 0) ? ((usqInt) currentByte >> -shift1) : ((usqInt) currentByte << shift1));
 				if (shift1 > 0) {
-					result1 += currentByte << shift1;
 					remaining1 -= bitPosition;
 					currentByte = encodedBytes[(byteIndex += 1)];
 					bitPosition = 8;
 				} else {
-					result1 += ((usqInt) currentByte) >> (0 - shift1);
 					bitPosition -= remaining1;
-					currentByte = currentByte & (((usqInt) 255) >> (8 - bitPosition));
+					currentByte = currentByte & ((((bitPosition - 8) < 0) ? ((usqInt) 255 >> -(bitPosition - 8)) : ((usqInt) 255 << (bitPosition - 8))));
 					indexLeft = result1;
 					goto l2;
 				}
@@ -406,15 +401,14 @@
 			remaining2 = 16;
 			while(1) {
 				shift2 = remaining2 - bitPosition;
+				result2 += ((shift2 < 0) ? ((usqInt) currentByte >> -shift2) : ((usqInt) currentByte << shift2));
 				if (shift2 > 0) {
-					result2 += currentByte << shift2;
 					remaining2 -= bitPosition;
 					currentByte = encodedBytes[(byteIndex += 1)];
 					bitPosition = 8;
 				} else {
-					result2 += ((usqInt) currentByte) >> (0 - shift2);
 					bitPosition -= remaining2;
-					currentByte = currentByte & (((usqInt) 255) >> (8 - bitPosition));
+					currentByte = currentByte & ((((bitPosition - 8) < 0) ? ((usqInt) 255 >> -(bitPosition - 8)) : ((usqInt) 255 << (bitPosition - 8))));
 					predictedRight = result2;
 					goto l3;
 				}
@@ -425,15 +419,14 @@
 			remaining3 = 6;
 			while(1) {
 				shift3 = remaining3 - bitPosition;
+				result3 += ((shift3 < 0) ? ((usqInt) currentByte >> -shift3) : ((usqInt) currentByte << shift3));
 				if (shift3 > 0) {
-					result3 += currentByte << shift3;
 					remaining3 -= bitPosition;
 					currentByte = encodedBytes[(byteIndex += 1)];
 					bitPosition = 8;
 				} else {
-					result3 += ((usqInt) currentByte) >> (0 - shift3);
 					bitPosition -= remaining3;
-					currentByte = currentByte & (((usqInt) 255) >> (8 - bitPosition));
+					currentByte = currentByte & ((((bitPosition - 8) < 0) ? ((usqInt) 255 >> -(bitPosition - 8)) : ((usqInt) 255 << (bitPosition - 8))));
 					indexRight = result3;
 					goto l4;
 				}
@@ -453,15 +446,14 @@
 			remaining4 = bitsPerSample;
 			while(1) {
 				shift4 = remaining4 - bitPosition;
+				result4 += ((shift4 < 0) ? ((usqInt) currentByte >> -shift4) : ((usqInt) currentByte << shift4));
 				if (shift4 > 0) {
-					result4 += currentByte << shift4;
 					remaining4 -= bitPosition;
 					currentByte = encodedBytes[(byteIndex += 1)];
 					bitPosition = 8;
 				} else {
-					result4 += ((usqInt) currentByte) >> (0 - shift4);
 					bitPosition -= remaining4;
-					currentByte = currentByte & (((usqInt) 255) >> (8 - bitPosition));
+					currentByte = currentByte & ((((bitPosition - 8) < 0) ? ((usqInt) 255 >> -(bitPosition - 8)) : ((usqInt) 255 << (bitPosition - 8))));
 					deltaLeft = result4;
 					goto l5;
 				}
@@ -472,15 +464,14 @@
 			remaining5 = bitsPerSample;
 			while(1) {
 				shift5 = remaining5 - bitPosition;
+				result5 += ((shift5 < 0) ? ((usqInt) currentByte >> -shift5) : ((usqInt) currentByte << shift5));
 				if (shift5 > 0) {
-					result5 += currentByte << shift5;
 					remaining5 -= bitPosition;
 					currentByte = encodedBytes[(byteIndex += 1)];
 					bitPosition = 8;
 				} else {
-					result5 += ((usqInt) currentByte) >> (0 - shift5);
 					bitPosition -= remaining5;
-					currentByte = currentByte & (((usqInt) 255) >> (8 - bitPosition));
+					currentByte = currentByte & ((((bitPosition - 8) < 0) ? ((usqInt) 255 >> -(bitPosition - 8)) : ((usqInt) 255 << (bitPosition - 8))));
 					deltaRight = result5;
 					goto l6;
 				}
@@ -638,15 +629,14 @@
 			while(1) {
 				bitsAvailable = 8 - bitPosition;
 				shift = bitsAvailable - bufBits;
+				currentByte += ((shift < 0) ? ((usqInt) buf >> -shift) : ((usqInt) buf << shift));
 				if (shift < 0) {
-					currentByte += ((usqInt) buf) >> (0 - shift);
 					encodedBytes[(byteIndex += 1)] = currentByte;
 					bitPosition = 0;
 					currentByte = 0;
-					buf = buf & ((1 << (0 - shift)) - 1);
+					buf = buf & (((((0 - shift) < 0) ? ((usqInt) 1 >> -(0 - shift)) : ((usqInt) 1 << (0 - shift)))) - 1);
 					bufBits -= bitsAvailable;
 				} else {
-					currentByte += buf << shift;
 					bitPosition += bufBits;
 					goto l1;
 				}
@@ -674,15 +664,14 @@
 			while(1) {
 				bitsAvailable1 = 8 - bitPosition;
 				shift1 = bitsAvailable1 - bufBits1;
+				currentByte += ((shift1 < 0) ? ((usqInt) buf1 >> -shift1) : ((usqInt) buf1 << shift1));
 				if (shift1 < 0) {
-					currentByte += ((usqInt) buf1) >> (0 - shift1);
 					encodedBytes[(byteIndex += 1)] = currentByte;
 					bitPosition = 0;
 					currentByte = 0;
-					buf1 = buf1 & ((1 << (0 - shift1)) - 1);
+					buf1 = buf1 & (((((0 - shift1) < 0) ? ((usqInt) 1 >> -(0 - shift1)) : ((usqInt) 1 << (0 - shift1)))) - 1);
 					bufBits1 -= bitsAvailable1;
 				} else {
-					currentByte += buf1 << shift1;
 					bitPosition += bufBits1;
 					goto l2;
 				}
@@ -744,15 +733,14 @@
 			while(1) {
 				bitsAvailable2 = 8 - bitPosition;
 				shift2 = bitsAvailable2 - bufBits2;
+				currentByte += ((shift2 < 0) ? ((usqInt) buf2 >> -shift2) : ((usqInt) buf2 << shift2));
 				if (shift2 < 0) {
-					currentByte += ((usqInt) buf2) >> (0 - shift2);
 					encodedBytes[(byteIndex += 1)] = currentByte;
 					bitPosition = 0;
 					currentByte = 0;
-					buf2 = buf2 & ((1 << (0 - shift2)) - 1);
+					buf2 = buf2 & (((((0 - shift2) < 0) ? ((usqInt) 1 >> -(0 - shift2)) : ((usqInt) 1 << (0 - shift2)))) - 1);
 					bufBits2 -= bitsAvailable2;
 				} else {
-					currentByte += buf2 << shift2;
 					bitPosition += bufBits2;
 					goto l3;
 				}

Modified: trunk/src/plugins/AioPlugin/AioPlugin.c
===================================================================
--- trunk/src/plugins/AioPlugin/AioPlugin.c	2013-10-20 15:16:00 UTC (rev 2793)
+++ trunk/src/plugins/AioPlugin/AioPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:53 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:14 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
    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 8 May 2013 (i)"
+	"AioPlugin 27 October 2013 (i)"
 #else
-	"AioPlugin 8 May 2013 (e)"
+	"AioPlugin 27 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c
===================================================================
--- trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c	2013-10-20 15:16:00 UTC (rev 2793)
+++ trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:37 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:38 am */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
    from
-	AsynchFilePlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	AsynchFilePlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
  */
-static char __buildInfo[] = "AsynchFilePlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
+static char __buildInfo[] = "AsynchFilePlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
 
 
 
@@ -67,9 +67,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"AsynchFilePlugin 8 May 2013 (i)"
+	"AsynchFilePlugin 27 October 2013 (i)"
 #else
-	"AsynchFilePlugin 8 May 2013 (e)"
+	"AsynchFilePlugin 27 October 2013 (e)"
 #endif
 ;
 static void * sCOAFfn;

Modified: trunk/src/plugins/B2DPlugin/B2DPlugin.c
===================================================================
--- trunk/src/plugins/B2DPlugin/B2DPlugin.c	2013-10-20 15:16:00 UTC (rev 2793)
+++ trunk/src/plugins/B2DPlugin/B2DPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:39 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:40 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
    from
-	BalloonEnginePlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	BalloonEnginePlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
  */
-static char __buildInfo[] = "BalloonEnginePlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
+static char __buildInfo[] = "BalloonEnginePlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
 
 
 
@@ -447,9 +447,9 @@
 static void * loadBBFn;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"B2DPlugin 8 May 2013 (i)"
+	"B2DPlugin 27 October 2013 (i)"
 #else
-	"B2DPlugin 8 May 2013 (e)"
+	"B2DPlugin 27 October 2013 (e)"
 #endif
 ;
 static int* objBuffer;

Modified: trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c
===================================================================
--- trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c	2013-10-20 15:16:00 UTC (rev 2793)
+++ trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:46 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:51 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
    from
-	B3DAcceleratorPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	B3DAcceleratorPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
  */
-static char __buildInfo[] = "B3DAcceleratorPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
+static char __buildInfo[] = "B3DAcceleratorPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
 
 
 
@@ -107,9 +107,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"B3DAcceleratorPlugin 8 May 2013 (i)"
+	"B3DAcceleratorPlugin 27 October 2013 (i)"
 #else
-	"B3DAcceleratorPlugin 8 May 2013 (e)"
+	"B3DAcceleratorPlugin 27 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c
===================================================================
--- trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c	2013-10-20 15:16:00 UTC (rev 2793)
+++ trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:37 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:38 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
    from
-	BMPReadWriterPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	BMPReadWriterPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
  */
-static char __buildInfo[] = "BMPReadWriterPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
+static char __buildInfo[] = "BMPReadWriterPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
 
 
 
@@ -58,9 +58,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"BMPReadWriterPlugin 8 May 2013 (i)"
+	"BMPReadWriterPlugin 27 October 2013 (i)"
 #else
-	"BMPReadWriterPlugin 8 May 2013 (e)"
+	"BMPReadWriterPlugin 27 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/BitBltPlugin/BitBltPlugin.c
===================================================================
--- trunk/src/plugins/BitBltPlugin/BitBltPlugin.c	2013-10-20 15:16:00 UTC (rev 2793)
+++ trunk/src/plugins/BitBltPlugin/BitBltPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
@@ -1,4 +1,4 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.7 translated as C source on 19 October 2013 3:01:07 pm */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:42 am */
 /* Automatically generated by
 	SmartSyntaxPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
    from
@@ -257,9 +257,9 @@
 };
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"BitBltPlugin 19 October 2013 (i)"
+	"BitBltPlugin 27 October 2013 (i)"
 #else
-	"BitBltPlugin 19 October 2013 (e)"
+	"BitBltPlugin 27 October 2013 (e)"
 #endif
 ;
 static sqInt nWords;

Modified: trunk/src/plugins/CameraPlugin/CameraPlugin.c
===================================================================
--- trunk/src/plugins/CameraPlugin/CameraPlugin.c	2013-10-20 15:16:00 UTC (rev 2793)
+++ trunk/src/plugins/CameraPlugin/CameraPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:47 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:52 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
    from
-	CameraPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	CameraPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
  */
-static char __buildInfo[] = "CameraPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
+static char __buildInfo[] = "CameraPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
 
 
 
@@ -64,9 +64,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"CameraPlugin 8 May 2013 (i)"
+	"CameraPlugin 27 October 2013 (i)"
 #else
-	"CameraPlugin 8 May 2013 (e)"
+	"CameraPlugin 27 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c
===================================================================
--- trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c	2013-10-20 15:16:00 UTC (rev 2793)
+++ trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:47 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:53 am */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
    from
-	ClipboardExtendedPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	ClipboardExtendedPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
  */
-static char __buildInfo[] = "ClipboardExtendedPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
+static char __buildInfo[] = "ClipboardExtendedPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
 
 
 
@@ -61,9 +61,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"ClipboardExtendedPlugin 8 May 2013 (i)"
+	"ClipboardExtendedPlugin 27 October 2013 (i)"
 #else
-	"ClipboardExtendedPlugin 8 May 2013 (e)"
+	"ClipboardExtendedPlugin 27 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/CroquetPlugin/CroquetPlugin.c
===================================================================
--- trunk/src/plugins/CroquetPlugin/CroquetPlugin.c	2013-10-20 15:16:00 UTC (rev 2793)
+++ trunk/src/plugins/CroquetPlugin/CroquetPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:41 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:42 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
    from
-	CroquetPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	CroquetPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
  */
-static char __buildInfo[] = "CroquetPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
+static char __buildInfo[] = "CroquetPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
 
 
 
@@ -73,9 +73,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"CroquetPlugin 8 May 2013 (i)"
+	"CroquetPlugin 27 October 2013 (i)"
 #else
-	"CroquetPlugin 8 May 2013 (e)"
+	"CroquetPlugin 27 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/DBusPlugin/DBusPlugin.c
===================================================================
--- trunk/src/plugins/DBusPlugin/DBusPlugin.c	2013-10-20 15:16:00 UTC (rev 2793)
+++ trunk/src/plugins/DBusPlugin/DBusPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
@@ -1,6 +1,6 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:48 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:53 am */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
    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 8 May 2013 (i)"
+	"DBusPlugin 27 October 2013 (i)"
 #else
-	"DBusPlugin 8 May 2013 (e)"
+	"DBusPlugin 27 October 2013 (e)"
 #endif
 ;
 static DBusMessage* writeMessage;

Modified: trunk/src/plugins/DSAPrims/DSAPrims.c
===================================================================
--- trunk/src/plugins/DSAPrims/DSAPrims.c	2013-10-20 15:16:00 UTC (rev 2793)
+++ trunk/src/plugins/DSAPrims/DSAPrims.c	2013-10-27 15:40:04 UTC (rev 2794)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:41 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:43 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
    from
-	DSAPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	DSAPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
  */
-static char __buildInfo[] = "DSAPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
+static char __buildInfo[] = "DSAPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
 
 
 
@@ -67,9 +67,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"DSAPrims 8 May 2013 (i)"
+	"DSAPrims 27 October 2013 (i)"
 #else
-	"DSAPrims 8 May 2013 (e)"
+	"DSAPrims 27 October 2013 (e)"
 #endif
 ;
 static sqInt remainderDigitCount;

Modified: trunk/src/plugins/DropPlugin/DropPlugin.c
===================================================================
--- trunk/src/plugins/DropPlugin/DropPlugin.c	2013-10-20 15:16:00 UTC (rev 2793)
+++ trunk/src/plugins/DropPlugin/DropPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:41 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:43 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
    from
-	DropPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	DropPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
  */
-static char __buildInfo[] = "DropPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
+static char __buildInfo[] = "DropPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
 
 
 
@@ -62,9 +62,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"DropPlugin 8 May 2013 (i)"
+	"DropPlugin 27 October 2013 (i)"
 #else
-	"DropPlugin 8 May 2013 (e)"
+	"DropPlugin 27 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FFTPlugin/FFTPlugin.c
===================================================================
--- trunk/src/plugins/FFTPlugin/FFTPlugin.c	2013-10-20 15:16:00 UTC (rev 2793)
+++ trunk/src/plugins/FFTPlugin/FFTPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:42 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:43 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
    from
-	FFTPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	FFTPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
  */
-static char __buildInfo[] = "FFTPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
+static char __buildInfo[] = "FFTPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
 
 
 
@@ -68,9 +68,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FFTPlugin 8 May 2013 (i)"
+	"FFTPlugin 27 October 2013 (i)"
 #else
-	"FFTPlugin 8 May 2013 (e)"
+	"FFTPlugin 27 October 2013 (e)"
 #endif
 ;
 static sqInt nu;

Modified: trunk/src/plugins/FT2Plugin/FT2Plugin.c
===================================================================
--- trunk/src/plugins/FT2Plugin/FT2Plugin.c	2013-10-20 15:16:00 UTC (rev 2793)
+++ trunk/src/plugins/FT2Plugin/FT2Plugin.c	2013-10-27 15:40:04 UTC (rev 2794)
@@ -1,4 +1,4 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 June 2013 11:46:33 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:43 am */
 /* Automatically generated by
 	FT2PluginCodeGenerator * FreeType-tween.435 uuid: 1866706e-ba6b-a742-b2fb-7854932b7596
    from
@@ -121,9 +121,9 @@
 static FT_Library library;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FT2Plugin 8 June 2013 (i)"
+	"FT2Plugin 27 October 2013 (i)"
 #else
-	"FT2Plugin 8 June 2013 (e)"
+	"FT2Plugin 27 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c
===================================================================
--- trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c	2013-10-20 15:16:00 UTC (rev 2793)
+++ trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:48 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:54 am */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
    from
-	FileCopyPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	FileCopyPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
  */
-static char __buildInfo[] = "FileCopyPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
+static char __buildInfo[] = "FileCopyPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
 
 
 
@@ -57,9 +57,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FileCopyPlugin 8 May 2013 (i)"
+	"FileCopyPlugin 27 October 2013 (i)"
 #else
-	"FileCopyPlugin 8 May 2013 (e)"
+	"FileCopyPlugin 27 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FilePlugin/FilePlugin.c
===================================================================
--- trunk/src/plugins/FilePlugin/FilePlugin.c	2013-10-20 15:16:00 UTC (rev 2793)
+++ trunk/src/plugins/FilePlugin/FilePlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:42 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:44 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
    from
-	FilePlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	FilePlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
  */
-static char __buildInfo[] = "FilePlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
+static char __buildInfo[] = "FilePlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
 
 
 
@@ -100,9 +100,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FilePlugin 8 May 2013 (i)"
+	"FilePlugin 27 October 2013 (i)"
 #else
-	"FilePlugin 8 May 2013 (e)"
+	"FilePlugin 27 October 2013 (e)"
 #endif
 ;
 static void * sCCPfn;

Modified: trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c
===================================================================
--- trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c	2013-10-20 15:16:00 UTC (rev 2793)
+++ trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:42 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:44 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
    from
-	FloatArrayPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	FloatArrayPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
  */
-static char __buildInfo[] = "FloatArrayPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
+static char __buildInfo[] = "FloatArrayPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
 
 
 
@@ -72,9 +72,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FloatArrayPlugin 8 May 2013 (i)"
+	"FloatArrayPlugin 27 October 2013 (i)"
 #else
-	"FloatArrayPlugin 8 May 2013 (e)"
+	"FloatArrayPlugin 27 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c
===================================================================
--- trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c	2013-10-20 15:16:00 UTC (rev 2793)
+++ trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:42 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:44 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
    from
-	FloatMathPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	FloatMathPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
  */
-static char __buildInfo[] = "FloatMathPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
+static char __buildInfo[] = "FloatMathPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
 
 
 
@@ -79,9 +79,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FloatMathPlugin 8 May 2013 (i)"
+	"FloatMathPlugin 27 October 2013 (i)"
 #else
-	"FloatMathPlugin 8 May 2013 (e)"
+	"FloatMathPlugin 27 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/GeniePlugin/GeniePlugin.c
===================================================================
--- trunk/src/plugins/GeniePlugin/GeniePlugin.c	2013-10-20 15:16:00 UTC (rev 2793)
+++ trunk/src/plugins/GeniePlugin/GeniePlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:43 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:45 am */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
    from
-	GeniePlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	GeniePlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
  */
-static char __buildInfo[] = "GeniePlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
+static char __buildInfo[] = "GeniePlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
 
 
 
@@ -61,9 +61,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"GeniePlugin v2.0 8 May 2013 (i)"
+	"GeniePlugin v2.0 27 October 2013 (i)"
 #else
-	"GeniePlugin v2.0 8 May 2013 (e)"
+	"GeniePlugin v2.0 27 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c
===================================================================
--- trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c	2013-10-20 15:16:00 UTC (rev 2793)
+++ trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:50 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:56 am */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
    from
-	HostWindowPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	HostWindowPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
  */
-static char __buildInfo[] = "HostWindowPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
+static char __buildInfo[] = "HostWindowPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
 
 
 
@@ -66,9 +66,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"HostWindowPlugin 8 May 2013 (i)"
+	"HostWindowPlugin 27 October 2013 (i)"
 #else
-	"HostWindowPlugin 8 May 2013 (e)"
+	"HostWindowPlugin 27 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c
===================================================================
--- trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c	2013-10-20 15:16:00 UTC (rev 2793)
+++ trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c	2013-10-27 15:40:04 UTC (rev 2794)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:43 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:45 am */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
    from
-	JPEGReadWriter2Plugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	JPEGReadWriter2Plugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
  */
-static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
+static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
 
 
 
@@ -68,9 +68,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"JPEGReadWriter2Plugin 8 May 2013 (i)"
+	"JPEGReadWriter2Plugin 27 October 2013 (i)"
 #else
-	"JPEGReadWriter2Plugin 8 May 2013 (e)"
+	"JPEGReadWriter2Plugin 27 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c
===================================================================
--- trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c	2013-10-20 15:16:00 UTC (rev 2793)
+++ trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:43 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:45 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
    from
-	JPEGReaderPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	JPEGReaderPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
  */
-static char __buildInfo[] = "JPEGReaderPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
+static char __buildInfo[] = "JPEGReaderPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
 
 
 
@@ -136,9 +136,9 @@
 static sqInt jsReadLimit;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"JPEGReaderPlugin 8 May 2013 (i)"
+	"JPEGReaderPlugin 27 October 2013 (i)"
 #else
-	"JPEGReaderPlugin 8 May 2013 (e)"
+	"JPEGReaderPlugin 27 October 2013 (e)"
 #endif
 ;
 static int *residuals;

Modified: trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c
===================================================================
--- trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c	2013-10-20 15:16:00 UTC (rev 2793)
+++ trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:43 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:46 am */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
    from
-	JoystickTabletPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	JoystickTabletPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
  */
-static char __buildInfo[] = "JoystickTabletPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
+static char __buildInfo[] = "JoystickTabletPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
 
 
 
@@ -62,9 +62,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"JoystickTabletPlugin 8 May 2013 (i)"
+	"JoystickTabletPlugin 27 October 2013 (i)"
 #else
-	"JoystickTabletPlugin 8 May 2013 (e)"
+	"JoystickTabletPlugin 27 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/Klatt/Klatt.c
===================================================================
--- trunk/src/plugins/Klatt/Klatt.c	2013-10-20 15:16:00 UTC (rev 2793)
+++ trunk/src/plugins/Klatt/Klatt.c	2013-10-27 15:40:04 UTC (rev 2794)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:43 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:46 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
    from
-	KlattSynthesizerPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	KlattSynthesizerPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
  */
-static char __buildInfo[] = "KlattSynthesizerPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
+static char __buildInfo[] = "KlattSynthesizerPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
 
 
 
@@ -155,9 +155,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"Klatt 8 May 2013 (i)"
+	"Klatt 27 October 2013 (i)"
 #else
-	"Klatt 8 May 2013 (e)"
+	"Klatt 27 October 2013 (e)"
 #endif
 ;
 static float nlast;

Modified: trunk/src/plugins/LargeIntegers/LargeIntegers.c
===================================================================
--- trunk/src/plugins/LargeIntegers/LargeIntegers.c	2013-10-20 15:16:00 UTC (rev 2793)
+++ trunk/src/plugins/LargeIntegers/LargeIntegers.c	2013-10-27 15:40:04 UTC (rev 2794)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:44 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:47 am */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
    from
-	LargeIntegersPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	LargeIntegersPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
  */
-static char __buildInfo[] = "LargeIntegersPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
+static char __buildInfo[] = "LargeIntegersPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
 
 
 

Modified: trunk/src/plugins/LocalePlugin/LocalePlugin.c
===================================================================
--- trunk/src/plugins/LocalePlugin/LocalePlugin.c	2013-10-20 15:16:00 UTC (rev 2793)
+++ trunk/src/plugins/LocalePlugin/LocalePlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:44 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:47 am */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
    from
-	LocalePlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	LocalePlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
  */
-static char __buildInfo[] = "LocalePlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
+static char __buildInfo[] = "LocalePlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
 
 
 
@@ -71,9 +71,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"LocalePlugin 8 May 2013 (i)"
+	"LocalePlugin 27 October 2013 (i)"
 #else
-	"LocalePlugin 8 May 2013 (e)"
+	"LocalePlugin 27 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/MIDIPlugin/MIDIPlugin.c
===================================================================
--- trunk/src/plugins/MIDIPlugin/MIDIPlugin.c	2013-10-20 15:16:00 UTC (rev 2793)
+++ trunk/src/plugins/MIDIPlugin/MIDIPlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:51 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:58 am */
 /* Automatically generated by
-	SmartSyntaxPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	SmartSyntaxPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
    from
-	MIDIPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	MIDIPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
  */
-static char __buildInfo[] = "MIDIPlugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
+static char __buildInfo[] = "MIDIPlugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
 
 
 
@@ -70,9 +70,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"MIDIPlugin 8 May 2013 (i)"
+	"MIDIPlugin 27 October 2013 (i)"
 #else
-	"MIDIPlugin 8 May 2013 (e)"
+	"MIDIPlugin 27 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c
===================================================================
--- trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c	2013-10-20 15:16:00 UTC (rev 2793)
+++ trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c	2013-10-27 15:40:04 UTC (rev 2794)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:44 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:48 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	VMPluginCodeGenerator VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
    from
-	Matrix2x3Plugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442
+	Matrix2x3Plugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8
  */
-static char __buildInfo[] = "Matrix2x3Plugin VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442 " __DATE__ ;
+static char __buildInfo[] = "Matrix2x3Plugin VMMaker-dtl.327 uuid: ba3104e6-7926-482f-9ef1-cdf59721acb8 " __DATE__ ;
 
 
 
@@ -74,9 +74,9 @@
 static double m23ResultY;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"Matrix2x3Plugin 8 May 2013 (i)"
+	"Matrix2x3Plugin 27 October 2013 (i)"
 #else
-	"Matrix2x3Plugin 8 May 2013 (e)"
+	"Matrix2x3Plugin 27 October 2013 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c
===================================================================
--- trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c	2013-10-20 15:16:00 UTC (rev 2793)
+++ trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c	2013-10-27 15:40:04 UTC (rev 2794)
@@ -1,10 +1,10 @@
-/* Smalltalk from Squeak4.3 with VMMaker 4.12.4 translated as C source on 8 May 2013 8:26:45 am */
+/* Smalltalk from Squeak4.4 with VMMaker 4.12.7 translated as C source on 27 October 2013 11:13:48 am */
 /* Automatically generated by
-	VMPluginCodeGenerator VMMaker-dtl.320 uuid: 22da50b8-8c42-4462-9635-e2f251916442

@@ Diff output truncated at 50000 characters. @@


More information about the Vm-dev mailing list