History log of /freebsd-10-stable/contrib/gdtoa/hexnan.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

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

# 219557 12-Mar-2011 das

Merge gdtoa-20110304.


# 208753 02-Jun-2010 uqs

Add required header for isalnum(3) to quench compiler warnings

Forgotten in: r174678
Submitted by: Alexander Best alexbestms at wwu.de
Approved by: das


# 174678 16-Dec-2007 das

Some changes the vendor didn't want:

- Accept the '0x' prefix so strtod("nan(0x...)", NULL) returns the same
thing as gcc's builtin nan("0x...") for such strings.
- Don't return uninitialized memory.
- Finish processing the string up to the closing ')' (provided it's
lexically valid) for compatibility with C99 and *scanf().


# 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.


# 112158 12-Mar-2003 das

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