History log of /freebsd-current/contrib/gdtoa/hexnan.c
Revision Date Author Comments
# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fa7848b6 09-Jun-2010 Ulrich Spörlein <uqs@FreeBSD.org>

MFC r208753:

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

Forgotten in: r174678
Submitted by: Alexander Best alexbestms at wwu.de
Approved by: das
Approved by: re (kib)


# cf7d8dea 02-Jun-2010 Ulrich Spörlein <uqs@FreeBSD.org>

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

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


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 2ca7a12a 16-Dec-2007 David Schultz <das@FreeBSD.org>

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().


# c88250a5 02-Jan-2007 David Schultz <das@FreeBSD.org>

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


# cc36ccd1 12-Mar-2003 David Schultz <das@FreeBSD.org>

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