<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/src/shell.js, branch 1.12.1</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/src/shell.js?h=1.12.1</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/src/shell.js?h=1.12.1'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2014-01-16T22:17:12Z</updated>
<entry>
<title>don't override Module.print and printErr if the user specified them</title>
<updated>2014-01-16T22:17:12Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-16T22:12:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=62de2bd37e003763733b3147ea32164a68e5962e'/>
<id>urn:sha1:62de2bd37e003763733b3147ea32164a68e5962e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>better fix for closure issue in asm2f.test_exceptions; clear out the spidermonkey shell gc() function</title>
<updated>2013-11-19T01:01:01Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-11-19T01:01:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=28b3a25d98de7073da8736426c01e3f0c7d12cb2'/>
<id>urn:sha1:28b3a25d98de7073da8736426c01e3f0c7d12cb2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Give names to most manually assigned functions in the .js files, in form "var x = function()" -&gt; "function x()" so that error stack traces and profiling stack traces are more informative and do not contain anonymous functions.</title>
<updated>2013-11-04T12:07:02Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-11-04T12:07:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=8a419cd95dad82f649f16d339dbbe3de3bb0db32'/>
<id>urn:sha1:8a419cd95dad82f649f16d339dbbe3de3bb0db32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>removed comment in src/shell.js and explicitly called run_js with engine=NODE_JS as requested</title>
<updated>2013-10-15T17:14:40Z</updated>
<author>
<name>Fraser Adams</name>
<email>fraser.adams@blueyonder.co.uk</email>
</author>
<published>2013-10-15T17:14:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=0c7ec24c3f7c50d90d3b6f32c941115fc0610984'/>
<id>urn:sha1:0c7ec24c3f7c50d90d3b6f32c941115fc0610984</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed problem where module.exports, which is needed by node.js gets incorrectly minified by Closure. Simple change from module.exports = Module to module['exports'] = Module fixes this. Added simple test case compiling with --O2 -closure 1 to /tests/Module-exports</title>
<updated>2013-10-02T18:59:27Z</updated>
<author>
<name>Fraser Adams</name>
<email>fraser.adams@blueyonder.co.uk</email>
</author>
<published>2013-10-02T18:59:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=17be1563475e5a2d7a5e7c88c02061253669db5f'/>
<id>urn:sha1:17be1563475e5a2d7a5e7c88c02061253669db5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>try to use console.log even in workers</title>
<updated>2013-09-13T05:11:25Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-09-13T05:06:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=27d496610e0ef93c9805a6a1a77de3f053405c6b'/>
<id>urn:sha1:27d496610e0ef93c9805a6a1a77de3f053405c6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>do not fail if no read() in the shell, which is the case with jsc</title>
<updated>2013-08-15T00:16:26Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-08-15T00:16:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=672f2ab151e09de7d62e51ec5a6d029e8b5d02da'/>
<id>urn:sha1:672f2ab151e09de7d62e51ec5a6d029e8b5d02da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tidied up environment conditionals</title>
<updated>2013-08-07T16:24:03Z</updated>
<author>
<name>Anthony Pesch</name>
<email>inolen@gmail.com</email>
</author>
<published>2013-08-07T16:24:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=2c89f4de6e90f71122f59cf706e95c7d9d979ecb'/>
<id>urn:sha1:2c89f4de6e90f71122f59cf706e95c7d9d979ecb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix test_scriptaclass</title>
<updated>2013-07-29T20:38:49Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-07-29T20:38:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=82cafff17306df64c31224c1e343458a6096ff36'/>
<id>urn:sha1:82cafff17306df64c31224c1e343458a6096ff36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix Module acquiring</title>
<updated>2013-07-29T18:35:23Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-07-29T18:30:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=af62c8a945ff999d4bed28ca01846b740f23d0a5'/>
<id>urn:sha1:af62c8a945ff999d4bed28ca01846b740f23d0a5</id>
<content type='text'>
</content>
</entry>
</feed>
