History log of /freebsd-9.3-release/contrib/gdtoa/gethex.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 219557 12-Mar-2011 das

Merge gdtoa-20110304.


# 187808 28-Jan-2009 das

Vendor import of gdtoa 20081205.


# 182709 03-Sep-2008 das

Merge gdtoa 20080831. This fixes several bugs, including an infinite
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.


# 179918 21-Jun-2008 das

Bring in the vendor's fix for a bug in strtod() whereby
strtod("0xyz", &endp) resulted in endp pointing to "0xyz"
instead of "xyz".

Reported by: Tony Finch <dot@dotat.at>
MFC after: 1 week


# 165744 03-Jan-2007 das

This commit was generated by cvs2svn to compensate for changes in r165743,
which included commits to RCS files with non-trunk default branches.


# 165743 03-Jan-2007 das

Import of the latest gdtoa sources, which include fixes for minor
problems relating to NaNs and rounding.


# 124703 19-Jan-2004 das

Import gdtoa 20040118. This revision addresses some corner cases in
denormal and locale handling in strtod().


# 112620 25-Mar-2003 das

Import new sources. The only material change in this update is to
add locale support for hexadecimal floating point conversions.

Noticed by: ache
Reviewed by: mike (mentor)


# 112158 12-Mar-2003 das

Initial import of David Gay's gdtoa library for conversion between
strings and floating point.