[Vm-dev] [commit][2619] VMMaker 4.10.3

commits at squeakvm.org commits at squeakvm.org
Sat Sep 22 16:56:32 UTC 2012


Revision: 2619
Author:   lewis
Date:     2012-09-22 09:56:31 -0700 (Sat, 22 Sep 2012)
Log Message:
-----------
VMMaker 4.10.3

Fix code generator initialization for B3DEnginePlugin (Squeak3D). Fixes
a bug introduced in VMMaker-dtl.259 of 24 November 2011 and present in
VMMaker versions 4.7.16 through 4.10.3 in which the exports table in the
generated Squeak3D.c has nil module name.

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/SlangTestSupportPlugin/SlangTestSupportPlugin.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/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	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/ckformat.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -5,8 +5,8 @@
 /* Usage: ckformat imageFileName */
 
 /* --- DO NOT EDIT THIS FILE --- */
-/* --- Automatically generated from class ImageFormat 2012-09-21T22:52:01.132-04:00--- */
-/* --- Source code is in package ImageFormat in the VMMaker repository --- */
+/* --- Automatically generated from class ImageFormat 2012-09-22T12:36:15.835-04:00--- */
+/* --- Souce code is in package ImageFormat, archive www.squeaksource.com/VMMaker --- */
 /* --- DO NOT EDIT THIS FILE --- */
 
 #include <stdio.h>

Modified: trunk/src/plugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c
===================================================================
--- trunk/src/plugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:28 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:35:47 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -62,9 +62,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"ADPCMCodecPlugin 30 July 2012 (i)"
+	"ADPCMCodecPlugin 22 September 2012 (i)"
 #else
-	"ADPCMCodecPlugin 30 July 2012 (e)"
+	"ADPCMCodecPlugin 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/AioPlugin/AioPlugin.c
===================================================================
--- trunk/src/plugins/AioPlugin/AioPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/AioPlugin/AioPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:53:07 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:36:14 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -81,9 +81,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"AioPlugin 30 July 2012 (i)"
+	"AioPlugin 22 September 2012 (i)"
 #else
-	"AioPlugin 30 July 2012 (e)"
+	"AioPlugin 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c
===================================================================
--- trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:29 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:35:47 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -60,9 +60,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"AsynchFilePlugin 30 July 2012 (i)"
+	"AsynchFilePlugin 22 September 2012 (i)"
 #else
-	"AsynchFilePlugin 30 July 2012 (e)"
+	"AsynchFilePlugin 22 September 2012 (e)"
 #endif
 ;
 static void * sCOAFfn;

Modified: trunk/src/plugins/B2DPlugin/B2DPlugin.c
===================================================================
--- trunk/src/plugins/B2DPlugin/B2DPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/B2DPlugin/B2DPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:33 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:35:50 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -414,9 +414,9 @@
 static void * loadBBFn;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"B2DPlugin 30 July 2012 (i)"
+	"B2DPlugin 22 September 2012 (i)"
 #else
-	"B2DPlugin 30 July 2012 (e)"
+	"B2DPlugin 22 September 2012 (e)"
 #endif
 ;
 static int* objBuffer;

Modified: trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c
===================================================================
--- trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:54 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:36:03 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -90,9 +90,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"B3DAcceleratorPlugin 30 July 2012 (i)"
+	"B3DAcceleratorPlugin 22 September 2012 (i)"
 #else
-	"B3DAcceleratorPlugin 30 July 2012 (e)"
+	"B3DAcceleratorPlugin 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c
===================================================================
--- trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:29 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:35:47 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -51,9 +51,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"BMPReadWriterPlugin 30 July 2012 (i)"
+	"BMPReadWriterPlugin 22 September 2012 (i)"
 #else
-	"BMPReadWriterPlugin 30 July 2012 (e)"
+	"BMPReadWriterPlugin 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/BitBltPlugin/BitBltPlugin.c
===================================================================
--- trunk/src/plugins/BitBltPlugin/BitBltPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/BitBltPlugin/BitBltPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:36 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:35:51 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -237,9 +237,9 @@
 };
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"BitBltPlugin 30 July 2012 (i)"
+	"BitBltPlugin 22 September 2012 (i)"
 #else
-	"BitBltPlugin 30 July 2012 (e)"
+	"BitBltPlugin 22 September 2012 (e)"
 #endif
 ;
 static sqInt nWords;

Modified: trunk/src/plugins/CameraPlugin/CameraPlugin.c
===================================================================
--- trunk/src/plugins/CameraPlugin/CameraPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/CameraPlugin/CameraPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:56 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:36:05 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -57,9 +57,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"CameraPlugin 30 July 2012 (i)"
+	"CameraPlugin 22 September 2012 (i)"
 #else
-	"CameraPlugin 30 July 2012 (e)"
+	"CameraPlugin 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c
===================================================================
--- trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:57 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:36:05 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -54,9 +54,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"ClipboardExtendedPlugin 30 July 2012 (i)"
+	"ClipboardExtendedPlugin 22 September 2012 (i)"
 #else
-	"ClipboardExtendedPlugin 30 July 2012 (e)"
+	"ClipboardExtendedPlugin 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/CroquetPlugin/CroquetPlugin.c
===================================================================
--- trunk/src/plugins/CroquetPlugin/CroquetPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/CroquetPlugin/CroquetPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:37 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:35:52 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -63,9 +63,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"CroquetPlugin 30 July 2012 (i)"
+	"CroquetPlugin 22 September 2012 (i)"
 #else
-	"CroquetPlugin 30 July 2012 (e)"
+	"CroquetPlugin 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/DBusPlugin/DBusPlugin.c
===================================================================
--- trunk/src/plugins/DBusPlugin/DBusPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/DBusPlugin/DBusPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:58 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:36:05 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -27,7 +27,7 @@
 // was #undef EXPORT(returnType) but screws NorCroft cc
 #define EXPORT(returnType) static returnType
 #endif
-#include "sqaio.h"
+#include "aio.h"
 	#define DBUS_API_SUBJECT_TO_CHANGE
 #include <dbus/dbus.h>
 	typedef struct sqDBusData {
@@ -136,9 +136,9 @@
 static DBusMessageIter messageIter[DBUS_MAXIMUM_TYPE_RECURSION_DEPTH];
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"DBusPlugin 30 July 2012 (i)"
+	"DBusPlugin 22 September 2012 (i)"
 #else
-	"DBusPlugin 30 July 2012 (e)"
+	"DBusPlugin 22 September 2012 (e)"
 #endif
 ;
 static DBusMessage* writeMessage;

Modified: trunk/src/plugins/DSAPrims/DSAPrims.c
===================================================================
--- trunk/src/plugins/DSAPrims/DSAPrims.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/DSAPrims/DSAPrims.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:38 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:35:52 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -60,9 +60,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"DSAPrims 30 July 2012 (i)"
+	"DSAPrims 22 September 2012 (i)"
 #else
-	"DSAPrims 30 July 2012 (e)"
+	"DSAPrims 22 September 2012 (e)"
 #endif
 ;
 static sqInt remainderDigitCount;

Modified: trunk/src/plugins/DropPlugin/DropPlugin.c
===================================================================
--- trunk/src/plugins/DropPlugin/DropPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/DropPlugin/DropPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:39 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:35:53 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -55,9 +55,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"DropPlugin 30 July 2012 (i)"
+	"DropPlugin 22 September 2012 (i)"
 #else
-	"DropPlugin 30 July 2012 (e)"
+	"DropPlugin 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FFTPlugin/FFTPlugin.c
===================================================================
--- trunk/src/plugins/FFTPlugin/FFTPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/FFTPlugin/FFTPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:39 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:35:53 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -61,9 +61,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FFTPlugin 30 July 2012 (i)"
+	"FFTPlugin 22 September 2012 (i)"
 #else
-	"FFTPlugin 30 July 2012 (e)"
+	"FFTPlugin 22 September 2012 (e)"
 #endif
 ;
 static sqInt nu;

Modified: trunk/src/plugins/FT2Plugin/FT2Plugin.c
===================================================================
--- trunk/src/plugins/FT2Plugin/FT2Plugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/FT2Plugin/FT2Plugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:40 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:35:54 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -115,9 +115,9 @@
 static FT_Library library;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FT2Plugin 30 July 2012 (i)"
+	"FT2Plugin 22 September 2012 (i)"
 #else
-	"FT2Plugin 30 July 2012 (e)"
+	"FT2Plugin 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c
===================================================================
--- trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/FileCopyPlugin/FileCopyPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:59 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:36:07 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -50,9 +50,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FileCopyPlugin 30 July 2012 (i)"
+	"FileCopyPlugin 22 September 2012 (i)"
 #else
-	"FileCopyPlugin 30 July 2012 (e)"
+	"FileCopyPlugin 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FilePlugin/FilePlugin.c
===================================================================
--- trunk/src/plugins/FilePlugin/FilePlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/FilePlugin/FilePlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:41 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:35:54 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -87,9 +87,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FilePlugin 30 July 2012 (i)"
+	"FilePlugin 22 September 2012 (i)"
 #else
-	"FilePlugin 30 July 2012 (e)"
+	"FilePlugin 22 September 2012 (e)"
 #endif
 ;
 static void * sCCPfn;

Modified: trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c
===================================================================
--- trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/FloatArrayPlugin/FloatArrayPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:42 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:35:55 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -63,9 +63,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FloatArrayPlugin 30 July 2012 (i)"
+	"FloatArrayPlugin 22 September 2012 (i)"
 #else
-	"FloatArrayPlugin 30 July 2012 (e)"
+	"FloatArrayPlugin 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c
===================================================================
--- trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/FloatMathPlugin/FloatMathPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:42 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:35:55 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -72,9 +72,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"FloatMathPlugin 30 July 2012 (i)"
+	"FloatMathPlugin 22 September 2012 (i)"
 #else
-	"FloatMathPlugin 30 July 2012 (e)"
+	"FloatMathPlugin 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/GeniePlugin/GeniePlugin.c
===================================================================
--- trunk/src/plugins/GeniePlugin/GeniePlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/GeniePlugin/GeniePlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:43 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:35:56 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -54,9 +54,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"GeniePlugin v2.0 30 July 2012 (i)"
+	"GeniePlugin v2.0 22 September 2012 (i)"
 #else
-	"GeniePlugin v2.0 30 July 2012 (e)"
+	"GeniePlugin v2.0 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c
===================================================================
--- trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/HostWindowPlugin/HostWindowPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:53 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:36:08 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -59,9 +59,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"HostWindowPlugin 30 July 2012 (i)"
+	"HostWindowPlugin 22 September 2012 (i)"
 #else
-	"HostWindowPlugin 30 July 2012 (e)"
+	"HostWindowPlugin 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c
===================================================================
--- trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:43 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:35:56 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -61,9 +61,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"JPEGReadWriter2Plugin 30 July 2012 (i)"
+	"JPEGReadWriter2Plugin 22 September 2012 (i)"
 #else
-	"JPEGReadWriter2Plugin 30 July 2012 (e)"
+	"JPEGReadWriter2Plugin 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c
===================================================================
--- trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/JPEGReaderPlugin/JPEGReaderPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:44 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:35:56 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -130,9 +130,9 @@
 static sqInt jsReadLimit;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"JPEGReaderPlugin 30 July 2012 (i)"
+	"JPEGReaderPlugin 22 September 2012 (i)"
 #else
-	"JPEGReaderPlugin 30 July 2012 (e)"
+	"JPEGReaderPlugin 22 September 2012 (e)"
 #endif
 ;
 static int *residuals;

Modified: trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c
===================================================================
--- trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/JoystickTabletPlugin/JoystickTabletPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:44 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:35:57 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -55,9 +55,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"JoystickTabletPlugin 30 July 2012 (i)"
+	"JoystickTabletPlugin 22 September 2012 (i)"
 #else
-	"JoystickTabletPlugin 30 July 2012 (e)"
+	"JoystickTabletPlugin 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/Klatt/Klatt.c
===================================================================
--- trunk/src/plugins/Klatt/Klatt.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/Klatt/Klatt.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:45 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:35:57 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -148,9 +148,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"Klatt 30 July 2012 (i)"
+	"Klatt 22 September 2012 (i)"
 #else
-	"Klatt 30 July 2012 (e)"
+	"Klatt 22 September 2012 (e)"
 #endif
 ;
 static float nlast;

Modified: trunk/src/plugins/LargeIntegers/LargeIntegers.c
===================================================================
--- trunk/src/plugins/LargeIntegers/LargeIntegers.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/LargeIntegers/LargeIntegers.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:47 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:35:58 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>

Modified: trunk/src/plugins/LocalePlugin/LocalePlugin.c
===================================================================
--- trunk/src/plugins/LocalePlugin/LocalePlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/LocalePlugin/LocalePlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:47 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:35:59 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -64,9 +64,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"LocalePlugin 30 July 2012 (i)"
+	"LocalePlugin 22 September 2012 (i)"
 #else
-	"LocalePlugin 30 July 2012 (e)"
+	"LocalePlugin 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/MIDIPlugin/MIDIPlugin.c
===================================================================
--- trunk/src/plugins/MIDIPlugin/MIDIPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/MIDIPlugin/MIDIPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:53 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:36:10 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -63,9 +63,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"MIDIPlugin 30 July 2012 (i)"
+	"MIDIPlugin 22 September 2012 (i)"
 #else
-	"MIDIPlugin 30 July 2012 (e)"
+	"MIDIPlugin 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c
===================================================================
--- trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/Matrix2x3Plugin/Matrix2x3Plugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:48 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:35:59 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -67,9 +67,9 @@
 static double m23ResultY;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"Matrix2x3Plugin 30 July 2012 (i)"
+	"Matrix2x3Plugin 22 September 2012 (i)"
 #else
-	"Matrix2x3Plugin 30 July 2012 (e)"
+	"Matrix2x3Plugin 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c
===================================================================
--- trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/MiscPrimitivePlugin/MiscPrimitivePlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:48 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:35:59 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -62,9 +62,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"MiscPrimitivePlugin 30 July 2012 (i)"
+	"MiscPrimitivePlugin 22 September 2012 (i)"
 #else
-	"MiscPrimitivePlugin 30 July 2012 (e)"
+	"MiscPrimitivePlugin 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c
===================================================================
--- trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/Mpeg3Plugin/Mpeg3Plugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:53:01 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:36:11 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -94,9 +94,9 @@
 static sqInt maximumNumberOfFilesToWatch;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"Mpeg3Plugin 30 July 2012 (i)"
+	"Mpeg3Plugin 22 September 2012 (i)"
 #else
-	"Mpeg3Plugin 30 July 2012 (e)"
+	"Mpeg3Plugin 22 September 2012 (e)"
 #endif
 ;
 static mpeg3_t *mpegFiles[1024+1];

Modified: trunk/src/plugins/RePlugin/RePlugin.c
===================================================================
--- trunk/src/plugins/RePlugin/RePlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/RePlugin/RePlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:49 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:36 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -72,9 +72,9 @@
 static sqInt matchFlags;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"RePlugin 30 July 2012 (i)"
+	"RePlugin 22 September 2012 (i)"
 #else
-	"RePlugin 30 July 2012 (e)"
+	"RePlugin 22 September 2012 (e)"
 #endif
 ;
 static int netMemory = 0;

Modified: trunk/src/plugins/RomePlugin/RomePlugin.c
===================================================================
--- trunk/src/plugins/RomePlugin/RomePlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/RomePlugin/RomePlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:53:03 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:36:12 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -192,9 +192,9 @@
 static sqInt maxSurfaceID;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"RomePlugin yo.39 30 July 2012 (i)"
+	"RomePlugin yo.39 22 September 2012 (i)"
 #else
-	"RomePlugin yo.39 30 July 2012 (e)"
+	"RomePlugin yo.39 22 September 2012 (e)"
 #endif
 ;
 static fn_ioRegisterSurface registerSurfaceFn;

Modified: trunk/src/plugins/ScratchPlugin/ScratchPlugin.c
===================================================================
--- trunk/src/plugins/ScratchPlugin/ScratchPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/ScratchPlugin/ScratchPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:53:05 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:36:13 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -82,9 +82,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"ScratchPlugin 30 July 2012 (i)"
+	"ScratchPlugin 22 September 2012 (i)"
 #else
-	"ScratchPlugin 30 July 2012 (e)"
+	"ScratchPlugin 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/SecurityPlugin/SecurityPlugin.c
===================================================================
--- trunk/src/plugins/SecurityPlugin/SecurityPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/SecurityPlugin/SecurityPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:49 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:36 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -73,9 +73,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"SecurityPlugin 30 July 2012 (i)"
+	"SecurityPlugin 22 September 2012 (i)"
 #else
-	"SecurityPlugin 30 July 2012 (e)"
+	"SecurityPlugin 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/SerialPlugin/SerialPlugin.c
===================================================================
--- trunk/src/plugins/SerialPlugin/SerialPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/SerialPlugin/SerialPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:50 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:36 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -60,9 +60,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"SerialPlugin 30 July 2012 (i)"
+	"SerialPlugin 22 September 2012 (i)"
 #else
-	"SerialPlugin 30 July 2012 (e)"
+	"SerialPlugin 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/SlangTestSupportPlugin/SlangTestSupportPlugin.c
===================================================================
--- trunk/src/plugins/SlangTestSupportPlugin/SlangTestSupportPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/SlangTestSupportPlugin/SlangTestSupportPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:50 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:36:01 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -70,9 +70,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"SlangTestSupportPlugin 30 July 2012 (i)"
+	"SlangTestSupportPlugin 22 September 2012 (i)"
 #else
-	"SlangTestSupportPlugin 30 July 2012 (e)"
+	"SlangTestSupportPlugin 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/SocketPlugin/SocketPlugin.c
===================================================================
--- trunk/src/plugins/SocketPlugin/SocketPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/SocketPlugin/SocketPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:51 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:36:01 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -122,9 +122,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"SocketPlugin 30 July 2012 (i)"
+	"SocketPlugin 22 September 2012 (i)"
 #else
-	"SocketPlugin 30 July 2012 (e)"
+	"SocketPlugin 22 September 2012 (e)"
 #endif
 ;
 static void * sCCLOPfn;

Modified: trunk/src/plugins/SoundCodecPrims/SoundCodecPrims.c
===================================================================
--- trunk/src/plugins/SoundCodecPrims/SoundCodecPrims.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/SoundCodecPrims/SoundCodecPrims.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:52 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:36:02 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -53,9 +53,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"SoundCodecPrims 30 July 2012 (i)"
+	"SoundCodecPrims 22 September 2012 (i)"
 #else
-	"SoundCodecPrims 30 July 2012 (e)"
+	"SoundCodecPrims 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/SoundGenerationPlugin/SoundGenerationPlugin.c
===================================================================
--- trunk/src/plugins/SoundGenerationPlugin/SoundGenerationPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/SoundGenerationPlugin/SoundGenerationPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:52 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:36:02 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -68,9 +68,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"SoundGenerationPlugin 30 July 2012 (i)"
+	"SoundGenerationPlugin 22 September 2012 (i)"
 #else
-	"SoundGenerationPlugin 30 July 2012 (e)"
+	"SoundGenerationPlugin 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/SoundPlugin/SoundPlugin.c
===================================================================
--- trunk/src/plugins/SoundPlugin/SoundPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/SoundPlugin/SoundPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:53 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:36:02 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -66,9 +66,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"SoundPlugin 30 July 2012 (i)"
+	"SoundPlugin 22 September 2012 (i)"
 #else
-	"SoundPlugin 30 July 2012 (e)"
+	"SoundPlugin 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/Squeak3D/Squeak3D.c
===================================================================
--- trunk/src/plugins/Squeak3D/Squeak3D.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/Squeak3D/Squeak3D.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:56 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:36:04 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -2872,39 +2872,39 @@
 #ifdef SQUEAK_BUILTIN_PLUGIN
 
 
-void* nil_exports[][3] = {
-	{"nil", "b3dShaderVersion", (void*)b3dShaderVersion},
-	{"nil", "b3dTransformPrimitiveNormal", (void*)b3dTransformPrimitiveNormal},
-	{"nil", "b3dClipPolygon", (void*)b3dClipPolygon},
-	{"nil", "b3dOrthoNormInverseMatrix", (void*)b3dOrthoNormInverseMatrix},
-	{"nil", "b3dTransformVertexBuffer", (void*)b3dTransformVertexBuffer},
-	{"nil", "b3dComputeMinZ", (void*)b3dComputeMinZ},
-	{"nil", "b3dInitializeRasterizerState", (void*)b3dInitializeRasterizerState},
-	{"nil", "b3dDetermineClipFlags", (void*)b3dDetermineClipFlags},
-	{"nil", "getModuleName", (void*)getModuleName},
-	{"nil", "setInterpreter", (void*)setInterpreter},
-	{"nil", "b3dTransformPrimitiveRasterPosition", (void*)b3dTransformPrimitiveRasterPosition},
-	{"nil", "primitiveSetBitBltPlugin", (void*)primitiveSetBitBltPlugin},
-	{"nil", "b3dTransformMatrixWithInto", (void*)b3dTransformMatrixWithInto},
-	{"nil", "b3dStartRasterizer", (void*)b3dStartRasterizer},
-	{"nil", "b3dShadeVertexBuffer", (void*)b3dShadeVertexBuffer},
-	{"nil", "b3dRasterizerVersion", (void*)b3dRasterizerVersion},
-	{"nil", "b3dInitPrimitiveObject", (void*)b3dInitPrimitiveObject},
-	{"nil", "b3dLoadVertexBuffer", (void*)b3dLoadVertexBuffer},
-	{"nil", "b3dTransformDirection", (void*)b3dTransformDirection},
-	{"nil", "moduleUnloaded", (void*)moduleUnloaded},
-	{"nil", "b3dPrimitiveTextureSize", (void*)b3dPrimitiveTextureSize},
-	{"nil", "b3dComputeMinIndexZ", (void*)b3dComputeMinIndexZ},
-	{"nil", "b3dMapVertexBuffer", (void*)b3dMapVertexBuffer},
-	{"nil", "initialiseModule", (void*)initialiseModule},
-	{"nil", "b3dTransformerVersion", (void*)b3dTransformerVersion},
-	{"nil", "b3dTransposeMatrix", (void*)b3dTransposeMatrix},
-	{"nil", "b3dPrimitiveNextClippedTriangle", (void*)b3dPrimitiveNextClippedTriangle},
-	{"nil", "b3dTransformPoint", (void*)b3dTransformPoint},
-	{"nil", "b3dTransformPrimitivePosition", (void*)b3dTransformPrimitivePosition},
-	{"nil", "b3dPrimitiveObjectSize", (void*)b3dPrimitiveObjectSize},
-	{"nil", "b3dLoadIndexArray", (void*)b3dLoadIndexArray},
-	{"nil", "b3dInplaceHouseHolderInvert", (void*)b3dInplaceHouseHolderInvert},
+void* Squeak3D_exports[][3] = {
+	{"Squeak3D", "b3dShaderVersion", (void*)b3dShaderVersion},
+	{"Squeak3D", "b3dTransformPrimitiveNormal", (void*)b3dTransformPrimitiveNormal},
+	{"Squeak3D", "b3dClipPolygon", (void*)b3dClipPolygon},
+	{"Squeak3D", "b3dOrthoNormInverseMatrix", (void*)b3dOrthoNormInverseMatrix},
+	{"Squeak3D", "b3dTransformVertexBuffer", (void*)b3dTransformVertexBuffer},
+	{"Squeak3D", "b3dComputeMinZ", (void*)b3dComputeMinZ},
+	{"Squeak3D", "b3dInitializeRasterizerState", (void*)b3dInitializeRasterizerState},
+	{"Squeak3D", "b3dDetermineClipFlags", (void*)b3dDetermineClipFlags},
+	{"Squeak3D", "getModuleName", (void*)getModuleName},
+	{"Squeak3D", "setInterpreter", (void*)setInterpreter},
+	{"Squeak3D", "b3dTransformPrimitiveRasterPosition", (void*)b3dTransformPrimitiveRasterPosition},
+	{"Squeak3D", "primitiveSetBitBltPlugin", (void*)primitiveSetBitBltPlugin},
+	{"Squeak3D", "b3dTransformMatrixWithInto", (void*)b3dTransformMatrixWithInto},
+	{"Squeak3D", "b3dStartRasterizer", (void*)b3dStartRasterizer},
+	{"Squeak3D", "b3dShadeVertexBuffer", (void*)b3dShadeVertexBuffer},
+	{"Squeak3D", "b3dRasterizerVersion", (void*)b3dRasterizerVersion},
+	{"Squeak3D", "b3dInitPrimitiveObject", (void*)b3dInitPrimitiveObject},
+	{"Squeak3D", "b3dLoadVertexBuffer", (void*)b3dLoadVertexBuffer},
+	{"Squeak3D", "b3dTransformDirection", (void*)b3dTransformDirection},
+	{"Squeak3D", "moduleUnloaded", (void*)moduleUnloaded},
+	{"Squeak3D", "b3dPrimitiveTextureSize", (void*)b3dPrimitiveTextureSize},
+	{"Squeak3D", "b3dComputeMinIndexZ", (void*)b3dComputeMinIndexZ},
+	{"Squeak3D", "b3dMapVertexBuffer", (void*)b3dMapVertexBuffer},
+	{"Squeak3D", "initialiseModule", (void*)initialiseModule},
+	{"Squeak3D", "b3dTransformerVersion", (void*)b3dTransformerVersion},
+	{"Squeak3D", "b3dTransposeMatrix", (void*)b3dTransposeMatrix},
+	{"Squeak3D", "b3dPrimitiveNextClippedTriangle", (void*)b3dPrimitiveNextClippedTriangle},
+	{"Squeak3D", "b3dTransformPoint", (void*)b3dTransformPoint},
+	{"Squeak3D", "b3dTransformPrimitivePosition", (void*)b3dTransformPrimitivePosition},
+	{"Squeak3D", "b3dPrimitiveObjectSize", (void*)b3dPrimitiveObjectSize},
+	{"Squeak3D", "b3dLoadIndexArray", (void*)b3dLoadIndexArray},
+	{"Squeak3D", "b3dInplaceHouseHolderInvert", (void*)b3dInplaceHouseHolderInvert},
 	{NULL, NULL, NULL}
 };
 

Modified: trunk/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c
===================================================================
--- trunk/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:59 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:36:06 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -125,9 +125,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"SqueakFFIPrims 30 July 2012 (i)"
+	"SqueakFFIPrims 22 September 2012 (i)"
 #else
-	"SqueakFFIPrims 30 July 2012 (e)"
+	"SqueakFFIPrims 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/StarSqueakPlugin/StarSqueakPlugin.c
===================================================================
--- trunk/src/plugins/StarSqueakPlugin/StarSqueakPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/StarSqueakPlugin/StarSqueakPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:53 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:36:03 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -52,9 +52,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"StarSqueakPlugin 30 July 2012 (i)"
+	"StarSqueakPlugin 22 September 2012 (i)"
 #else
-	"StarSqueakPlugin 30 July 2012 (e)"
+	"StarSqueakPlugin 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/UUIDPlugin/UUIDPlugin.c
===================================================================
--- trunk/src/plugins/UUIDPlugin/UUIDPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/UUIDPlugin/UUIDPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:53:06 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:36:13 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -53,9 +53,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"UUIDPlugin 30 July 2012 (i)"
+	"UUIDPlugin 22 September 2012 (i)"
 #else
-	"UUIDPlugin 30 July 2012 (e)"
+	"UUIDPlugin 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/UnicodePlugin/UnicodePlugin.c
===================================================================
--- trunk/src/plugins/UnicodePlugin/UnicodePlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/UnicodePlugin/UnicodePlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:53:06 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:36:13 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -62,9 +62,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"UnicodePlugin 30 July 2012 (i)"
+	"UnicodePlugin 22 September 2012 (i)"
 #else
-	"UnicodePlugin 30 July 2012 (e)"
+	"UnicodePlugin 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/UnixOSProcessPlugin/UnixOSProcessPlugin.c
===================================================================
--- trunk/src/plugins/UnixOSProcessPlugin/UnixOSProcessPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/UnixOSProcessPlugin/UnixOSProcessPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:53:08 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:36:15 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -216,9 +216,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"UnixOSProcessPlugin 30 July 2012 (i)"
+	"UnixOSProcessPlugin 22 September 2012 (i)"
 #else
-	"UnixOSProcessPlugin 30 July 2012 (e)"
+	"UnixOSProcessPlugin 22 September 2012 (e)"
 #endif
 ;
 static void *originalSigHandlers[NSIG];

Modified: trunk/src/plugins/WeDoPlugin/WeDoPlugin.c
===================================================================
--- trunk/src/plugins/WeDoPlugin/WeDoPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/WeDoPlugin/WeDoPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:53:09 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:36:15 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -54,9 +54,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"WeDoPlugin 30 July 2012 (i)"
+	"WeDoPlugin 22 September 2012 (i)"
 #else
-	"WeDoPlugin 30 July 2012 (e)"
+	"WeDoPlugin 22 September 2012 (e)"
 #endif
 ;
 

Modified: trunk/src/plugins/XDisplayControlPlugin/XDisplayControlPlugin.c
===================================================================
--- trunk/src/plugins/XDisplayControlPlugin/XDisplayControlPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/XDisplayControlPlugin/XDisplayControlPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:53:09 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:36:15 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -70,9 +70,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"XDisplayControlPlugin 30 July 2012 (i)"
+	"XDisplayControlPlugin 22 September 2012 (i)"
 #else
-	"XDisplayControlPlugin 30 July 2012 (e)"
+	"XDisplayControlPlugin 22 September 2012 (e)"
 #endif
 ;
 static int osprocessSandboxSecurity;

Modified: trunk/src/plugins/ZipPlugin/ZipPlugin.c
===================================================================
--- trunk/src/plugins/ZipPlugin/ZipPlugin.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/plugins/ZipPlugin/ZipPlugin.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:39 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:35:53 pm 
+   by VMMaker 4.10.3
  */
 
 #include <math.h>
@@ -78,9 +78,9 @@
 struct VirtualMachine* interpreterProxy;
 static const char *moduleName =
 #ifdef SQUEAK_BUILTIN_PLUGIN
-	"ZipPlugin 30 July 2012 (i)"
+	"ZipPlugin 22 September 2012 (i)"
 #else
-	"ZipPlugin 30 July 2012 (e)"
+	"ZipPlugin 22 September 2012 (e)"
 #endif
 ;
 static unsigned int zipBaseDistance[] = {

Modified: trunk/src/vm/interp.c
===================================================================
--- trunk/src/vm/interp.c	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/vm/interp.c	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 13 September 2012 6:51:39 am 
-   by VMMaker 4.10.2
+/* Automatically generated from Squeak on 22 September 2012 12:35:45 pm 
+   by VMMaker 4.10.3
  */
 #if 1
 # define SQ_USE_GLOBAL_STRUCT 1
@@ -158,7 +158,7 @@
 #define InitialIPIndex 4
 #define InstanceSpecificationIndex 2
 #define InstructionPointerIndex 1
-#define InterpreterSourceVersion "4.10.2"
+#define InterpreterSourceVersion "4.10.3"
 #define InvokeCallbackSelector 53
 #define LargeContextBit 262144
 #define LastLinkIndex 1
@@ -929,7 +929,7 @@
 struct foo * foo = &fum;
 
 sqInt extraVMMemory;
-const char *interpreterVersion = "Squeak4.3 of 22 December 2011 [latest update: #11860]";
+const char *interpreterVersion = "Squeak4.3 of 27 June 2012 [latest update: #12109]";
 sqInt (*compilerHooks[16])();
 struct VirtualMachine* interpreterProxy;
 sqInt imageFormatVersionNumber = 0;

Modified: trunk/src/vm/interp.h
===================================================================
--- trunk/src/vm/interp.h	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/vm/interp.h	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,12 +1,12 @@
-/* Automatically generated from Squeak on 13 September 2012 6:51:36 am 
-   by VMMaker 4.10.2
+/* Automatically generated from Squeak on 22 September 2012 12:35:41 pm 
+   by VMMaker 4.10.3
  */
 
 #ifndef HAVE_INTERP_H
 # define HAVE_INTERP_H
 #endif
 
-#define VMMAKER_VERSION "4.10.2"
+#define VMMAKER_VERSION "4.10.3"
 #define VM_PROXY_MAJOR 1
 #define VM_PROXY_MINOR 9
 

Modified: trunk/src/vm/sqNamedPrims.h
===================================================================
--- trunk/src/vm/sqNamedPrims.h	2012-09-22 02:55:29 UTC (rev 2618)
+++ trunk/src/vm/sqNamedPrims.h	2012-09-22 16:56:31 UTC (rev 2619)
@@ -1,5 +1,5 @@
-/* Automatically generated from Squeak on 30 July 2012 4:52:54 pm 
-   by VMMaker 4.9.8
+/* Automatically generated from Squeak on 22 September 2012 12:36:03 pm 
+   by VMMaker 4.10.3
  */
 /* This is an automatically generated table of all builtin modules in the VM */
 



More information about the Vm-dev mailing list