Hi Levente,

On Tue, Jul 13, 2010 at 7:32 AM, Levente Uzonyi <leves@elte.hu> wrote:

On Sun, 11 Jul 2010, David T. Lewis wrote:


Forwarding trimmed message (full diff to large for list)

----- Forwarded message from vm-dev-owner@lists.squeakfoundation.org -----

Date: Sun, 11 Jul 2010 09:25:44 -0700
To: vm-dev@lists.squeakfoundation.org
From: commits@squeakvm.org
Subject: [commit] r2232 - OSCogVM source as per VMMaker-oscog.20. Fixed

Is VMMaker-oscog.20 missing from the VMMaker repository, or is it for VMMaker-oscog.19?

Hmmm.  Its missing.  I've just copied it up from my package cache.  What's weird is that every time I try to publish to  http://www.squeaksource.com/VMMaker from my Squeak 4.1 VMMaker image I get some error back from the repository about an invalid date format.  The image is the same one that's in http://www.squeakvm.org/svn/squeak/branches/Cog/image/VMMaker-Squeak4.1.image .  Could some of my base changes could be affecting the format of the put?  Has anyone else seen anything like this?

The next time the error happens I'll try not to ignore it :)

cheers
Eliot


Levente

       primitiveObjectPointsTo.

Author: eliot
Date: 2010-07-11 09:25:43 -0700 (Sun, 11 Jul 2010)
New Revision: 2232

Added:
 branches/Cog/platforms/Cross/plugins/SqueakFFIPrims/sqFFIPlugin.c
 branches/Cog/platforms/Cross/plugins/SqueakFFIPrims/sqFFITestFuncs.c
 branches/Cog/platforms/Cross/plugins/SqueakFFIPrims/sqManualSurface.c
 branches/Cog/platforms/win32/plugins/SqueakFFIPrims/Makefile
Removed:
 branches/Cog/platforms/unix/plugins/SqueakFFIPrims/acinclude.m4
 branches/Cog/platforms/win32/plugins/SqueakFFIPrims/sqWin32FFI.c
Modified:
 branches/Cog/image/VMMaker-Squeak4.1.changes
 branches/Cog/image/VMMaker-Squeak4.1.image
 branches/Cog/macbuild/SqueakFFIPrims/SqueakFFI.xcodeproj/project.pbxproj
 branches/Cog/platforms/Cross/plugins/SqueakFFIPrims/sqFFI.h
 branches/Cog/platforms/Cross/vm/sqMemoryAccess.h
 branches/Cog/platforms/Cross/vm/sqVirtualMachine.c
 branches/Cog/platforms/Cross/vm/sqVirtualMachine.h
 branches/Cog/platforms/Mac OS/vm/sqConfig.h
 branches/Cog/platforms/Mac OS/vm/sqMacMemory.c
 branches/Cog/platforms/Mac OS/vm/sqPlatformSpecific.h
 branches/Cog/platforms/unix/plugins/SqueakFFIPrims/00README
 branches/Cog/platforms/unix/plugins/SqueakFFIPrims/Makefile
 branches/Cog/platforms/unix/plugins/SqueakFFIPrims/Makefile.in
 branches/Cog/platforms/unix/vm/sqUnixHeartbeat.c
 branches/Cog/src/examplePlugins.ext
 branches/Cog/src/plugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c
 branches/Cog/src/plugins/SoundGenerationPlugin/SoundGenerationPlugin.c
 branches/Cog/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c
 branches/Cog/src/vm/cogit.c
 branches/Cog/src/vm/cogit.h
 branches/Cog/src/vm/cogmethod.h
 branches/Cog/src/vm/cointerp.c
 branches/Cog/src/vm/cointerp.h
 branches/Cog/src/vm/gcc3x-cointerp.c
 branches/Cog/src/vm/interp.h
 branches/Cog/stacksrc/vm/gcc3x-interp.c
 branches/Cog/stacksrc/vm/interp.c
 branches/Cog/stacksrc/vm/interp.h
Log:
OSCogVM source as per VMMaker-oscog.20.  Fixed primitiveObjectPointsTo.
Reentrant FFI plugin (for x86).


----- End forwarded message -----