<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/src, branch 1.12.0</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/src?h=1.12.0</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/src?h=1.12.0'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2014-02-21T17:51:05Z</updated>
<entry>
<title>Apply coding conventions to library_html5.js.</title>
<updated>2014-02-21T17:51:05Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-02-21T17:50:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=09a848a0771550c95df8b3566efdfde5e80803a9'/>
<id>urn:sha1:09a848a0771550c95df8b3566efdfde5e80803a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2136 from rjanicek/worker-console</title>
<updated>2014-02-21T17:32:32Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-02-21T17:32:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=8e3586920f1ce0e279f277c0370baa59024846ca'/>
<id>urn:sha1:8e3586920f1ce0e279f277c0370baa59024846ca</id>
<content type='text'>
Don't redefine console if it already exists like in Chrome worker.</content>
</entry>
<entry>
<title>Merge pull request #2139 from TV4Fun/memfixes</title>
<updated>2014-02-21T17:31:24Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-02-21T17:31:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=cb7bdc3ea72f234d333e119ecd9fdb85b55faafe'/>
<id>urn:sha1:cb7bdc3ea72f234d333e119ecd9fdb85b55faafe</id>
<content type='text'>
Fix errors in locale and allocate, and a few other tweaks</content>
</entry>
<entry>
<title>Merge pull request #2146 from waywardmonkeys/undefined-symbols</title>
<updated>2014-02-21T17:29:33Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-02-21T17:29:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=e71ed8514296ab1fabfa2340b17480a60e8c9100'/>
<id>urn:sha1:e71ed8514296ab1fabfa2340b17480a60e8c9100</id>
<content type='text'>
Correct some function dependencies to address unresolved symbols in test...</content>
</entry>
<entry>
<title>Add missing semicolons at the end of statements for library_html5.js.</title>
<updated>2014-02-21T12:53:57Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-02-21T12:53:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=312695161498edd7db2fc00ef8a311666296425d'/>
<id>urn:sha1:312695161498edd7db2fc00ef8a311666296425d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2148 from TV4Fun/html5fixes</title>
<updated>2014-02-21T12:49:46Z</updated>
<author>
<name>juj</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-02-21T12:49:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=3a2ab2a4255c4a09015c48c60abc7172a48b4fc6'/>
<id>urn:sha1:3a2ab2a4255c4a09015c48c60abc7172a48b4fc6</id>
<content type='text'>
Fix bugs in HTML5 events when using SAFE_HEAP</content>
</entry>
<entry>
<title>Fix bugs in HTML5 events when using SAFE_HEAP</title>
<updated>2014-02-21T12:44:19Z</updated>
<author>
<name>Joel Croteau</name>
<email>jcroteau@gmail.com</email>
</author>
<published>2014-02-21T12:42:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=202271e11adc88f0e6e9f1d0a92374b24af16e91'/>
<id>urn:sha1:202271e11adc88f0e6e9f1d0a92374b24af16e91</id>
<content type='text'>
This fixes a SAFE_HEAP_STORE is not a function error when using mouse events
and a segfault that occurs when the beforeunload callback returns 0.
</content>
</entry>
<entry>
<title>Merge pull request #2145 from TV4Fun/mousefix</title>
<updated>2014-02-21T09:59:06Z</updated>
<author>
<name>juj</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-02-21T09:59:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=13547567967dd2512bc981fa07c575dc02623e1c'/>
<id>urn:sha1:13547567967dd2512bc981fa07c575dc02623e1c</id>
<content type='text'>
Fix bug causing incorrect movement values in mouse events</content>
</entry>
<entry>
<title>Fix indentation in localeconv</title>
<updated>2014-02-21T09:58:17Z</updated>
<author>
<name>Joel Croteau</name>
<email>jcroteau@gmail.com</email>
</author>
<published>2014-02-21T09:58:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=ac28698a41d8cb1eb944947abe8a5a98a9f137c0'/>
<id>urn:sha1:ac28698a41d8cb1eb944947abe8a5a98a9f137c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Squashed commit of the following:</title>
<updated>2014-02-21T09:45:04Z</updated>
<author>
<name>Joel Croteau</name>
<email>jcroteau@gmail.com</email>
</author>
<published>2014-02-21T09:45:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=a0f9597f9192c1437552b9b94a19f47dd8124861'/>
<id>urn:sha1:a0f9597f9192c1437552b9b94a19f47dd8124861</id>
<content type='text'>
commit e2a8165560c7ec6be2d5650e0a3c6a4b520d1f56
Author: Joel Croteau &lt;jcroteau@gmail.com&gt;
Date:   Fri Feb 21 01:40:50 2014 -0800

    Fix indentation in fillMouseEventData

commit a5d620164e2ab7cb7ba61803c1eedb53f888f4cb
Author: Joel Croteau &lt;jcroteau@gmail.com&gt;
Date:   Thu Feb 20 23:56:01 2014 -0800

    Remove dependency on Browser.getMovementX/Y

commit 2e4f0a4c5fc9ab1857e33862c49e20c1418320c2
Author: Joel Croteau &lt;jcroteau@gmail.com&gt;
Date:   Thu Feb 20 10:27:52 2014 -0800

    Fix error that was causing FillMouseEventData to fail with SAFE_HEAP enabled

    The parentheses without semicolons generated when using SAFE_HEAP
    caused the compiled code to generate SAFE_HEAP_STORE is not a function
    errors.

commit 470dbf6bcb3f88c809b3fea41e197680eda08c7e
Author: Joel Croteau &lt;jcroteau@gmail.com&gt;
Date:   Thu Feb 20 07:12:02 2014 -0800

    Fix bug causing incorrect movement values in mouse events

    This adds code to correctly set the movementX and movementY members
    of EmscriptenMouseEvents sent to callback functions by the HTML5
    event library. movementX and movementY are not members of the base
    HTML5 mouse event, so we need to add extra code to retrieve them
    for our events.
</content>
</entry>
</feed>
