<feed xmlns='http://www.w3.org/2005/Atom'>
<title>curl/tests/data/test557, branch master</title>
<subtitle>cURL mirror with patches applied
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/'/>
<entry>
<title>test557: set a known good numeric locale</title>
<updated>2017-05-04T16:17:08+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2017-05-04T16:03:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=7cb1e1ee0136b3e37b1b234342c64f2fc181a6b2'/>
<id>7cb1e1ee0136b3e37b1b234342c64f2fc181a6b2</id>
<content type='text'>
Windows does not allow setting the locale with environment variables (as
the test attempted to do), so the test failed when run with a user
locale that has a comma as radixchar. Changed the test to call
setlocale() explicitly to ensure that a known working locale is set even
on Windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Windows does not allow setting the locale with environment variables (as
the test attempted to do), so the test failed when run with a user
locale that has a comma as radixchar. Changed the test to call
setlocale() explicitly to ensure that a known working locale is set even
on Windows.
</pre>
</div>
</content>
</entry>
<entry>
<title>test557: explicitly use the C locale so the numeric output is as expected</title>
<updated>2017-02-25T11:05:28+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2017-02-25T11:03:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=832b0105f2273b94e07d1396ecb4a57db5ae08e1'/>
<id>832b0105f2273b94e07d1396ecb4a57db5ae08e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>printf: fix floating point buffer overflow issues</title>
<updated>2016-12-19T06:53:20+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2016-11-08T14:32:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=3ab3c16db6a5674f53cf23d56512a405fde0b2c9'/>
<id>3ab3c16db6a5674f53cf23d56512a405fde0b2c9</id>
<content type='text'>
... and add a bunch of floating point printf tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and add a bunch of floating point printf tests
</pre>
</div>
</content>
</entry>
<entry>
<title>mprintf: Fix processing of width and prec args</title>
<updated>2016-05-12T22:06:50+00:00</updated>
<author>
<name>Jay Satiro</name>
<email>raysatiro@yahoo.com</email>
</author>
<published>2016-03-09T07:59:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=68701e51c1f794df59d9f70bcddbf714ee91b868'/>
<id>68701e51c1f794df59d9f70bcddbf714ee91b868</id>
<content type='text'>
Prior to this change a width arg could be erroneously output, and also
width and precision args could not be used together without crashing.

"%0*d%s", 2, 9, "foo"

Before: "092"
After: "09foo"

"%*.*s", 5, 2, "foo"

Before: crash
After: "   fo"

Test 557 is updated to verify this and more
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prior to this change a width arg could be erroneously output, and also
width and precision args could not be used together without crashing.

"%0*d%s", 2, 9, "foo"

Before: "092"
After: "09foo"

"%*.*s", 5, 2, "foo"

Before: crash
After: "   fo"

Test 557 is updated to verify this and more
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: add keywords to the last 7 tests lacking them</title>
<updated>2014-04-03T09:06:24+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2014-04-03T09:06:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=1432b22e621afe7f466e3d7deef31699aedb6271'/>
<id>1432b22e621afe7f466e3d7deef31699aedb6271</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testsuite: use binary output mode for custom curl test tools</title>
<updated>2014-02-14T19:12:27+00:00</updated>
<author>
<name>Marc Hoersken</name>
<email>info@marc-hoersken.de</email>
</author>
<published>2014-01-31T23:58:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=75f00de55c6e8adc513f9ee32383b11e23106a40'/>
<id>75f00de55c6e8adc513f9ee32383b11e23106a40</id>
<content type='text'>
Do not try to convert line-endings to CRLF on Windows by setting stdout
to binary mode, just like the curl tool does if --ascii is not specified.

This should prevent corrupted stdout line-ending output like CRCRLF.

In order to make the previously naive text-aware tests work with
binary mode on Windows, text-mode is disabled for them if it is not
actually part of the test case and line-endings are corrected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not try to convert line-endings to CRLF on Windows by setting stdout
to binary mode, just like the curl tool does if --ascii is not specified.

This should prevent corrupted stdout line-ending output like CRCRLF.

In order to make the previously naive text-aware tests work with
binary mode on Windows, text-mode is disabled for them if it is not
actually part of the test case and line-endings are corrected.
</pre>
</div>
</content>
</entry>
<entry>
<title>Modified test case 557 to additionally verify libcurl's internal curl_m*printf()</title>
<updated>2010-02-04T14:41:01+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2010-02-04T14:41:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=a9a5a8e45cf81bc3d0585ad6dd7144a4bd3a68d9'/>
<id>a9a5a8e45cf81bc3d0585ad6dd7144a4bd3a68d9</id>
<content type='text'>
functions formatting functionality when handling signed and unsigned shorts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
functions formatting functionality when handling signed and unsigned shorts.
</pre>
</div>
</content>
</entry>
<entry>
<title>Test case 557 now also verifies signed and unsigned int formatting.</title>
<updated>2008-08-21T05:19:40+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2008-08-21T05:19:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=95cef39defe9af5b8cdb78fa9d0e543dae0ed5dd'/>
<id>95cef39defe9af5b8cdb78fa9d0e543dae0ed5dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update test case 557</title>
<updated>2008-08-18T18:52:13+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2008-08-18T18:52:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=3e0b6a7d1f2b28d17635fd3fa7451be58f97858e'/>
<id>3e0b6a7d1f2b28d17635fd3fa7451be58f97858e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added test case 557 to verify libcurl's internal curl_m*printf() functions</title>
<updated>2008-08-18T09:58:08+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2008-08-18T09:58:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=2f71461b2953373557bc0fbb0065859ce46378cc'/>
<id>2f71461b2953373557bc0fbb0065859ce46378cc</id>
<content type='text'>
formatting functionality when handling signed and unsigned longs, as well as
our curl_off_t data type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
formatting functionality when handling signed and unsigned longs, as well as
our curl_off_t data type.
</pre>
</div>
</content>
</entry>
</feed>
