<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/contrib/gdtoa/gethex.c, branch release/10.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F10.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F10.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2011-03-12T07:03:06Z</updated>
<entry>
<title>Merge gdtoa-20110304.</title>
<updated>2011-03-12T07:03:06Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2011-03-12T07:03:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=50dad48bb740a8e56d185d9e8c165e0758f46e25'/>
<id>urn:sha1:50dad48bb740a8e56d185d9e8c165e0758f46e25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Vendor import of gdtoa 20081205.</title>
<updated>2009-01-28T04:36:34Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2009-01-28T04:36:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4848dd0858385db46fa4e0192a134605ee42ab01'/>
<id>urn:sha1:4848dd0858385db46fa4e0192a134605ee42ab01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge gdtoa 20080831. This fixes several bugs, including an infinite</title>
<updated>2008-09-03T07:23:57Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2008-09-03T07:23:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ae2cbf4c649fecd3302a3bea16672345582d2562'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Flatten vendor/gdtoa/*.</title>
<updated>2008-09-03T05:17:02Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2008-09-03T05:17:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1d35705154a4931fe7303e91a5e114d027f020b8'/>
<id>urn:sha1:1d35705154a4931fe7303e91a5e114d027f020b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bring in the vendor's fix for a bug in strtod() whereby</title>
<updated>2008-06-21T19:27:54Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2008-06-21T19:27:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c713eaa60353b6f1bc562075efcbe0720233249e'/>
<id>urn:sha1:c713eaa60353b6f1bc562075efcbe0720233249e</id>
<content type='text'>
strtod("0xyz", &amp;endp) resulted in endp pointing to "0xyz"
instead of "xyz".

Reported by:	Tony Finch &lt;dot@dotat.at&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>Import of the latest gdtoa sources, which include fixes for minor</title>
<updated>2007-01-03T04:58:54Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2007-01-03T04:58:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c88250a57d53dba5de2e77508383019ff63e88b6'/>
<id>urn:sha1:c88250a57d53dba5de2e77508383019ff63e88b6</id>
<content type='text'>
problems relating to NaNs and rounding.
</content>
</entry>
<entry>
<title>Import gdtoa 20040118.  This revision addresses some corner cases in</title>
<updated>2004-01-19T05:14:12Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2004-01-19T05:14:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=19927830ac81be23193cf865356face1794ef07e'/>
<id>urn:sha1:19927830ac81be23193cf865356face1794ef07e</id>
<content type='text'>
denormal and locale handling in strtod().
</content>
</entry>
<entry>
<title>Import new sources.  The only material change in this update is to</title>
<updated>2003-03-25T17:55:07Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2003-03-25T17:55:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8f7c2af4362c19c9fd305aa0dbd175d57c9275b0'/>
<id>urn:sha1:8f7c2af4362c19c9fd305aa0dbd175d57c9275b0</id>
<content type='text'>
add locale support for hexadecimal floating point conversions.

Noticed by:	ache
Reviewed by:	mike (mentor)
</content>
</entry>
<entry>
<title>Initial import of David Gay's gdtoa library for conversion between</title>
<updated>2003-03-12T20:18:32Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2003-03-12T20:18:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cc36ccd13b36b705dfb09d90e8de63e49734f8d4'/>
<id>urn:sha1:cc36ccd13b36b705dfb09d90e8de63e49734f8d4</id>
<content type='text'>
strings and floating point.
</content>
</entry>
</feed>
