<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/contrib/gdtoa/gdtoaimp.h, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Implement xlocale APIs from Darwin, mainly for use by libc++.  This adds a</title>
<updated>2011-11-20T14:45:42+00:00</updated>
<author>
<name>David Chisnall</name>
<email>theraven@FreeBSD.org</email>
</author>
<published>2011-11-20T14:45:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3c87aa1d3dc1d8dad3efad322852a8e1e76dee55'/>
<id>3c87aa1d3dc1d8dad3efad322852a8e1e76dee55</id>
<content type='text'>
load of _l suffixed versions of various standard library functions that use
the global locale, making them take an explicit locale parameter.  Also
adds support for per-thread locales.  This work was funded by the FreeBSD
Foundation.

Please test any code you have that uses the C standard locale functions!

Reviewed by:    das (gdtoa changes)
Approved by:    dim (mentor)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
load of _l suffixed versions of various standard library functions that use
the global locale, making them take an explicit locale parameter.  Also
adds support for per-thread locales.  This work was funded by the FreeBSD
Foundation.

Please test any code you have that uses the C standard locale functions!

Reviewed by:    das (gdtoa changes)
Approved by:    dim (mentor)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge gdtoa-20110304.</title>
<updated>2011-03-12T07:03:06+00:00</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2011-03-12T07:03:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=50dad48bb740a8e56d185d9e8c165e0758f46e25'/>
<id>50dad48bb740a8e56d185d9e8c165e0758f46e25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Import a vendor fix for a list overrun.</title>
<updated>2009-09-07T09:30:37+00:00</updated>
<author>
<name>Attilio Rao</name>
<email>attilio@FreeBSD.org</email>
</author>
<published>2009-09-07T09:30:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=dcc3a33188bceb5b6e819efdb9c5f72d059084b6'/>
<id>dcc3a33188bceb5b6e819efdb9c5f72d059084b6</id>
<content type='text'>
This has been considered as a security hole on some specialized ml,
but currently the secteam@ doesn't consider that way.

Reviewed by:	emaste, des
Sponsored by:	Sandvine Incorporated
MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This has been considered as a security hole on some specialized ml,
but currently the secteam@ doesn't consider that way.

Reviewed by:	emaste, des
Sponsored by:	Sandvine Incorporated
MFC after:	3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>Vendor import of gdtoa 20081205.</title>
<updated>2009-01-28T04:36:34+00:00</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2009-01-28T04:36:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4848dd0858385db46fa4e0192a134605ee42ab01'/>
<id>4848dd0858385db46fa4e0192a134605ee42ab01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge gdtoa 20080831. This fixes several bugs, including an infinite</title>
<updated>2008-09-03T07:23:57+00:00</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2008-09-03T07:23:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ae2cbf4c649fecd3302a3bea16672345582d2562'/>
<id>ae2cbf4c649fecd3302a3bea16672345582d2562</id>
<content type='text'>
loop pointed out by cognet@ that occurs when calling strtod() with a
string representing a number between DBL_MAX and 2*DBL_MAX, when the
rounding mode is anything other than the default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
loop pointed out by cognet@ that occurs when calling strtod() with a
string representing a number between DBL_MAX and 2*DBL_MAX, when the
rounding mode is anything other than the default.
</pre>
</div>
</content>
</entry>
<entry>
<title>Flatten vendor/gdtoa/*.</title>
<updated>2008-09-03T05:17:02+00:00</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2008-09-03T05:17:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1d35705154a4931fe7303e91a5e114d027f020b8'/>
<id>1d35705154a4931fe7303e91a5e114d027f020b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>On platforms where long is 64 bits, make sure gdtoa doesn't use a</title>
<updated>2007-12-17T00:19:49+00:00</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2007-12-17T00:19:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9cb41668818979000b16a20df454e6ca5b61e05c'/>
<id>9cb41668818979000b16a20df454e6ca5b61e05c</id>
<content type='text'>
long when it really wants an int.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
long when it really wants an int.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge local diffs.</title>
<updated>2007-01-03T04:59:33+00:00</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2007-01-03T04:59:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=273147031fe41d5f1269b2c5903d97dba9178d38'/>
<id>273147031fe41d5f1269b2c5903d97dba9178d38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Import of the latest gdtoa sources, which include fixes for minor</title>
<updated>2007-01-03T04:58:54+00:00</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2007-01-03T04:58:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c88250a57d53dba5de2e77508383019ff63e88b6'/>
<id>c88250a57d53dba5de2e77508383019ff63e88b6</id>
<content type='text'>
problems relating to NaNs and rounding.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
problems relating to NaNs and rounding.
</pre>
</div>
</content>
</entry>
<entry>
<title>Configure gdtoa so that floating-point numbers are correctly rounded</title>
<updated>2005-01-18T18:56:18+00:00</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2005-01-18T18:56:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ba54cdcdda639bebc917b1796ecbc35a83ff8625'/>
<id>ba54cdcdda639bebc917b1796ecbc35a83ff8625</id>
<content type='text'>
when they are printed in non-default rounding modes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when they are printed in non-default rounding modes.
</pre>
</div>
</content>
</entry>
</feed>
