History log of /freebsd/contrib/gdtoa/strtodg.c (Results 1 – 25 of 27)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/14.0.0, release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0
# 8fa0b743 23-Jan-2012 Xin LI <delphij@FreeBSD.org>

IFC @230489 (pending review).


Revision tags: release/9.0.0
# 3ee1a36e 22-Nov-2011 Peter Grehan <grehan@FreeBSD.org>

IFC @ r227804

Pull in the virtio drivers from head.


# 3c87aa1d 20-Nov-2011 David Chisnall <theraven@FreeBSD.org>

Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a
load of _l suffixed versions of various standard library functions that use
the global locale, making them take an explicit

Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a
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)

show more ...


# 50dad48b 12-Mar-2011 David Schultz <das@FreeBSD.org>

Merge gdtoa-20110304.


Revision tags: release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0
# 7d4b968b 17-Sep-2009 Dag-Erling Smørgrav <des@FreeBSD.org>

Merge from head up to r188941 (last revision before the USB stack switch)


Revision tags: release/7.2.0_cvs, release/7.2.0
# 1829d5da 12-Mar-2009 Warner Losh <imp@FreeBSD.org>

Update the projects tree to a newer FreeBSD current.


# 4848dd08 28-Jan-2009 David Schultz <das@FreeBSD.org>

Vendor import of gdtoa 20081205.


Revision tags: release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0
# ae2cbf4c 03-Sep-2008 David Schultz <das@FreeBSD.org>

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, w

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.

show more ...


Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0
# c88250a5 03-Jan-2007 David Schultz <das@FreeBSD.org>

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


# 963e8eff 03-Jan-2007 David Schultz <das@FreeBSD.org>

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


Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0
# 8f7c2af4 25-Mar-2003 David Schultz <das@FreeBSD.org>

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)


# ec3a1a66 25-Mar-2003 David Schultz <das@FreeBSD.org>

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


# 84781d47 19-Mar-2003 David Schultz <das@FreeBSD.org>

Import gdtoa sources dated 20030318, which contain several locale fixes.

Reviewed by: mike (mentor)


# e8b59c3f 19-Mar-2003 David Schultz <das@FreeBSD.org>

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


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

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


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

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


Revision tags: release/7.2.0_cvs, release/7.2.0
# 1829d5da 12-Mar-2009 Warner Losh <imp@FreeBSD.org>

Update the projects tree to a newer FreeBSD current.


# 4848dd08 28-Jan-2009 David Schultz <das@FreeBSD.org>

Vendor import of gdtoa 20081205.


Revision tags: release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0
# ae2cbf4c 03-Sep-2008 David Schultz <das@FreeBSD.org>

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, w

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.

show more ...


Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0
# c88250a5 03-Jan-2007 David Schultz <das@FreeBSD.org>

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


# 963e8eff 03-Jan-2007 David Schultz <das@FreeBSD.org>

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


# ec3a1a66 25-Mar-2003 David Schultz <das@FreeBSD.org>

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


Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0
# 8f7c2af4 25-Mar-2003 David Schultz <das@FreeBSD.org>

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)


# 84781d47 19-Mar-2003 David Schultz <das@FreeBSD.org>

Import gdtoa sources dated 20030318, which contain several locale fixes.

Reviewed by: mike (mentor)


# e8b59c3f 19-Mar-2003 David Schultz <das@FreeBSD.org>

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


12