<a href="http://www.mirandabanda.org/files/Cog/VM/VM.r2518/">VM.r2518/</a>.<br clear="all"><div><br></div><div><div>CogVM binaries as per VMMaker.oscog-eem.139/r2518.</div><div><br></div><div>Add access to VM arguments to Mac.  Make Windows, Mac and Unix consistent:</div>
<div>        Smalltalk getSystemAttribute:</div><div>                -1 =&gt; executable name</div><div>                -2 .. -n =&gt; VM arguments *including* image (if explicitly supplied).</div><div>Replace win32 command line parsing with unixesque code using CommandLineToArgvW.</div>
<div><br></div><div>linux launch script:</div><div>Cope with old linuxes use of /lib/tls hack for an optional thread-local-storage</div><div>version of libc/libpthread. The launch scripts add /lib/tls:/usr/lib/tls: to</div>
<div>LD_LIBRARY_PATH instead of /lib:/usr/lib: if the VM is linked to /lib/tls/libc.</div></div>-- <br>best,<div>Eliot</div><br>