Hi Levente,<div><br></div><div>    it&#39;s there now.<br><br><div class="gmail_quote">On Tue, Jul 13, 2010 at 10:08 AM, Eliot Miranda <span dir="ltr">&lt;<a href="mailto:eliot.miranda@gmail.com">eliot.miranda@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi Levente,<br><br><div class="gmail_quote"><div class="im">On Tue, Jul 13, 2010 at 7:32 AM, Levente Uzonyi <span dir="ltr">&lt;<a href="mailto:leves@elte.hu" target="_blank">leves@elte.hu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
On Sun, 11 Jul 2010, David T. Lewis wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Forwarding trimmed message (full diff to large for list)<br>
<br>
----- Forwarded message from <a href="mailto:vm-dev-owner@lists.squeakfoundation.org" target="_blank">vm-dev-owner@lists.squeakfoundation.org</a> -----<br>
<br>
Date: Sun, 11 Jul 2010 09:25:44 -0700<br>
To: <a href="mailto:vm-dev@lists.squeakfoundation.org" target="_blank">vm-dev@lists.squeakfoundation.org</a><br>
From: <a href="mailto:commits@squeakvm.org" target="_blank">commits@squeakvm.org</a><br>
Subject: [commit] r2232 - OSCogVM source as per VMMaker-oscog.20. Fixed<br>
</blockquote>
<br>
Is VMMaker-oscog.20 missing from the VMMaker repository, or is it for VMMaker-oscog.19?<br></blockquote><div><br></div></div><div>Hmmm.  Its missing.  I&#39;ve just copied it up from my package cache.  What&#39;s weird is that every time I try to publish to  <a href="http://www.squeaksource.com/VMMaker" target="_blank">http://www.squeaksource.com/VMMaker</a> 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&#39;s in <a href="http://www.squeakvm.org/svn/squeak/branches/Cog/image/VMMaker-Squeak4.1.image" target="_blank">http://www.squeakvm.org/svn/squeak/branches/Cog/image/VMMaker-Squeak4.1.image</a> .  Could some of my base changes could be affecting the format of the put?  Has anyone else seen anything like this?</div>

<div><br></div><div>The next time the error happens I&#39;ll try not to ignore it :)</div></div></blockquote><div><br></div><div>Doh!  Its just a lack of password.  The notifier says &quot;Error: HTTP/1.1 401 Unauthorized Date&quot; </div>
<div>but it is actually trying to say:</div><div><br></div><div>Error: HTTP/1.1 401 Unauthorized</div><div>Date: Tue, 13 Jul 2010 17:04:23 GMT</div><div>Server: Comanche/6.2 (unix)</div><div>Cache-Control: max-age=60</div>
<div>Expires: Tue, 13 Jul 2010 17:05:23 GMT</div><div>X-Code-Repository: SqueakSource</div><div>WWW-Authenticate: Basic realm=&quot;VM Maker&quot;</div><div>Content-type: text/html</div><div>Content-length: 30</div><div>X-Cache: MISS from <a href="http://www.squeaksource.com">www.squeaksource.com</a></div>
<div>Connection: close&lt;h1&gt;Authentication Failed&lt;/h1&gt; </div><div><br></div><div>and I&#39;m too clueless to recognize 401 as an authorization failure.  Would be nice if the auth check could be done before the upload starts.</div>
<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="gmail_quote"><div><br></div><div>cheers</div><div>Eliot</div><div><div></div><div class="h5">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
<br>
Levente<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
        primitiveObjectPointsTo.<br>
<br>
Author: eliot<br>
Date: 2010-07-11 09:25:43 -0700 (Sun, 11 Jul 2010)<br>
New Revision: 2232<br>
<br>
Added:<br>
  branches/Cog/platforms/Cross/plugins/SqueakFFIPrims/sqFFIPlugin.c<br>
  branches/Cog/platforms/Cross/plugins/SqueakFFIPrims/sqFFITestFuncs.c<br>
  branches/Cog/platforms/Cross/plugins/SqueakFFIPrims/sqManualSurface.c<br>
  branches/Cog/platforms/win32/plugins/SqueakFFIPrims/Makefile<br>
Removed:<br>
  branches/Cog/platforms/unix/plugins/SqueakFFIPrims/acinclude.m4<br>
  branches/Cog/platforms/win32/plugins/SqueakFFIPrims/sqWin32FFI.c<br>
Modified:<br>
  branches/Cog/image/VMMaker-Squeak4.1.changes<br>
  branches/Cog/image/VMMaker-Squeak4.1.image<br>
  branches/Cog/macbuild/SqueakFFIPrims/SqueakFFI.xcodeproj/project.pbxproj<br>
  branches/Cog/platforms/Cross/plugins/SqueakFFIPrims/sqFFI.h<br>
  branches/Cog/platforms/Cross/vm/sqMemoryAccess.h<br>
  branches/Cog/platforms/Cross/vm/sqVirtualMachine.c<br>
  branches/Cog/platforms/Cross/vm/sqVirtualMachine.h<br>
  branches/Cog/platforms/Mac OS/vm/sqConfig.h<br>
  branches/Cog/platforms/Mac OS/vm/sqMacMemory.c<br>
  branches/Cog/platforms/Mac OS/vm/sqPlatformSpecific.h<br>
  branches/Cog/platforms/unix/plugins/SqueakFFIPrims/00README<br>
  branches/Cog/platforms/unix/plugins/SqueakFFIPrims/Makefile<br>
  branches/Cog/platforms/unix/plugins/SqueakFFIPrims/Makefile.in<br>
  branches/Cog/platforms/unix/vm/sqUnixHeartbeat.c<br>
  branches/Cog/src/examplePlugins.ext<br>
  branches/Cog/src/plugins/ADPCMCodecPlugin/ADPCMCodecPlugin.c<br>
  branches/Cog/src/plugins/SoundGenerationPlugin/SoundGenerationPlugin.c<br>
  branches/Cog/src/plugins/SqueakFFIPrims/SqueakFFIPrims.c<br>
  branches/Cog/src/vm/cogit.c<br>
  branches/Cog/src/vm/cogit.h<br>
  branches/Cog/src/vm/cogmethod.h<br>
  branches/Cog/src/vm/cointerp.c<br>
  branches/Cog/src/vm/cointerp.h<br>
  branches/Cog/src/vm/gcc3x-cointerp.c<br>
  branches/Cog/src/vm/interp.h<br>
  branches/Cog/stacksrc/vm/gcc3x-interp.c<br>
  branches/Cog/stacksrc/vm/interp.c<br>
  branches/Cog/stacksrc/vm/interp.h<br>
Log:<br>
OSCogVM source as per VMMaker-oscog.20.  Fixed primitiveObjectPointsTo.<br>
Reentrant FFI plugin (for x86).<br>
<br>
<br>
----- End forwarded message -----<br>
<br>
</blockquote>
</blockquote></div></div></div><br>
</blockquote></div><br></div>