<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/tests/printf, branch 1.8.7</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/tests/printf?h=1.8.7</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/tests/printf?h=1.8.7'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2013-09-19T21:24:31Z</updated>
<entry>
<title>Implement missing 'space' formatting flag</title>
<updated>2013-09-19T21:24:31Z</updated>
<author>
<name>Ranger Harke</name>
<email>ranger.harke@autodesk.com</email>
</author>
<published>2013-09-19T21:24:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=61c9d6ede1fe9a91ae501dc019d2e5f97803943a'/>
<id>urn:sha1:61c9d6ede1fe9a91ae501dc019d2e5f97803943a</id>
<content type='text'>
This flag causes space (padding) to be reserved for the sign even if the
number is positive. It is basically the same as the 'plus' flag except that
a space is displayed instead of a plus sign. The 'plus' flag takes precedence.
</content>
</entry>
<entry>
<title>Fix bug with forced display of sign on negative integers</title>
<updated>2013-09-19T21:09:10Z</updated>
<author>
<name>Ranger Harke</name>
<email>ranger.harke@autodesk.com</email>
</author>
<published>2013-09-19T21:09:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=b72b6d897250cc7624b66832f720ff3bed6823a6'/>
<id>urn:sha1:b72b6d897250cc7624b66832f720ff3bed6823a6</id>
<content type='text'>
The negative sign was displayed twice.
</content>
</entry>
<entry>
<title>Fix bug with zero-padded negative integers</title>
<updated>2013-09-19T20:03:15Z</updated>
<author>
<name>Ranger Harke</name>
<email>ranger.harke@autodesk.com</email>
</author>
<published>2013-09-19T20:03:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=e4678bed92f20ea0b5cd6fa2467cc2b0444511e0'/>
<id>urn:sha1:e4678bed92f20ea0b5cd6fa2467cc2b0444511e0</id>
<content type='text'>
The zero padding was before the sign. It should be after.
</content>
</entry>
<entry>
<title>test fixes</title>
<updated>2011-12-08T22:02:09Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2011-12-08T22:02:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=71f465f9e284a6a1f8842b0bb4c5004999ef6be4'/>
<id>urn:sha1:71f465f9e284a6a1f8842b0bb4c5004999ef6be4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix for double mode 1 issue with 32-bit floats being NaNs and altering our doubles</title>
<updated>2011-12-08T20:08:14Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2011-12-08T20:08:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=2bad54228396018829d6c50d50a8e27daeeb66b7'/>
<id>urn:sha1:2bad54228396018829d6c50d50a8e27daeeb66b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>workaround for i64 mode 1 in printf test</title>
<updated>2011-12-07T21:57:08Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2011-12-07T21:57:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=7ec7be9c909d2335c6915dc90dbf5683133822ec'/>
<id>urn:sha1:7ec7be9c909d2335c6915dc90dbf5683133822ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>flush partially-printed lines during shutdown</title>
<updated>2011-10-15T04:25:22Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2011-10-15T04:25:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=efaf9eaf570554406187430c87c1eef56be6c559'/>
<id>urn:sha1:efaf9eaf570554406187430c87c1eef56be6c559</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added _formatString() special-case for null values (similar to glibc).</title>
<updated>2011-07-24T02:25:45Z</updated>
<author>
<name>max99x</name>
<email>max99x@gmail.com</email>
</author>
<published>2011-07-23T03:58:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=5aea0ba8784bc385e52e769f8e90df5fcd833a7a'/>
<id>urn:sha1:5aea0ba8784bc385e52e769f8e90df5fcd833a7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed erroneous printf test cases that triggered GCC warnings.</title>
<updated>2011-06-28T11:07:32Z</updated>
<author>
<name>max99x</name>
<email>max99x@gmail.com</email>
</author>
<published>2011-06-28T11:07:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=6fe80d00d655a03afadf8b4d19d99660c9eab7a0'/>
<id>urn:sha1:6fe80d00d655a03afadf8b4d19d99660c9eab7a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added proper argument size support to _formatString/printf.</title>
<updated>2011-06-28T10:34:23Z</updated>
<author>
<name>max99x</name>
<email>max99x@gmail.com</email>
</author>
<published>2011-06-28T10:24:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=126df9fa21f59c41456208879165805b908699d5'/>
<id>urn:sha1:126df9fa21f59c41456208879165805b908699d5</id>
<content type='text'>
</content>
</entry>
</feed>
