History log of /freebsd/contrib/gdtoa/gdtoaimp.h (Results 1 – 25 of 39)
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
# 10b3b545 17-Sep-2009 Dag-Erling Smørgrav <des@FreeBSD.org>

Merge from head


# 7d4b968b 17-Sep-2009 Dag-Erling Smørgrav <des@FreeBSD.org>

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


# 0ebf7e8d 10-Sep-2009 Attilio Rao <attilio@FreeBSD.org>

MFC r196916:
Fix a list overrun.

Sponsored by: Sandvine Incorporated
Approved by: re (kib)


# cbd59a4f 08-Sep-2009 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

- MFC from head@196987


# dcc3a331 07-Sep-2009 Attilio Rao <attilio@FreeBSD.org>

Import a vendor fix for a list overrun.
This has been considered as a security hole on some specialized ml,
but currently the secteam@ doesn't consider that way.

Reviewed by: emaste, des
Sponsored b

Import a vendor fix for a list overrun.
This has been considered as a security hole on some specialized ml,
but currently the secteam@ doesn't consider that way.

Reviewed by: emaste, des
Sponsored by: Sandvine Incorporated
MFC after: 3 days

show more ...


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
# 9cb41668 17-Dec-2007 David Schultz <das@FreeBSD.org>

On platforms where long is 64 bits, make sure gdtoa doesn't use a
long when it really wants an int.


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

Merge local diffs.


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


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
# ba54cdcd 18-Jan-2005 David Schultz <das@FreeBSD.org>

Configure gdtoa so that floating-point numbers are correctly rounded
when they are printed in non-default rounding modes.


Revision tags: 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
# d086ded3 21-Jun-2003 David Schultz <das@FreeBSD.org>

Userland spinlocks bad. Sleep locks good.
Use the latter for gdtoa.

Requested by: deischen (far too long ago)


Revision tags: release/5.1.0_cvs, release/5.1.0
# 68369762 09-Apr-2003 David Schultz <das@FreeBSD.org>

Add some missing prototypes to eliminate some warnings. These already
appear without leading underscores in gdtoa.h, but this approach avoids
removing that file from the vendor branch and unduly rea

Add some missing prototypes to eliminate some warnings. These already
appear without leading underscores in gdtoa.h, but this approach avoids
removing that file from the vendor branch and unduly rearranging things.

Prodded by: nectar

show more ...


# 628f583c 06-Apr-2003 David Schultz <das@FreeBSD.org>

Add missing prototype for gdtoa().


Revision tags: release/4.8.0_cvs, release/4.8.0
# 1dd3a3db 19-Mar-2003 David Schultz <das@FreeBSD.org>

Enable locale support in strtod() and dtoa().

Noticed by: ache
Reviewed by: mike (mentor)


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

Local patches:
- include extra system headers and add appropriate #defines
- use a spinlock to synchronize parts of gdtoa
- protect exported symbols with leading underscores

Reviewed by: bde (briefl

Local patches:
- include extra system headers and add appropriate #defines
- use a spinlock to synchronize parts of gdtoa
- protect exported symbols with leading underscores

Reviewed by: bde (briefly), mike (mentor), obrien

show more ...


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


# cbd59a4f 08-Sep-2009 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

- MFC from head@196987


# dcc3a331 07-Sep-2009 Attilio Rao <attilio@FreeBSD.org>

Import a vendor fix for a list overrun.
This has been considered as a security hole on some specialized ml,
but currently the secteam@ doesn't consider that way.

Reviewed by: emaste, des
Sponsored b

Import a vendor fix for a list overrun.
This has been considered as a security hole on some specialized ml,
but currently the secteam@ doesn't consider that way.

Reviewed by: emaste, des
Sponsored by: Sandvine Incorporated
MFC after: 3 days

show more ...


12