summaryrefslogtreecommitdiffstats
path: root/contrib/gdtoa/gdtoaimp.h
Commit message (Collapse)AuthorAgeFilesLines
* MFC r196916:attilio2009-09-101-1/+1
| | | | | | | Fix a list overrun. Sponsored by: Sandvine Incorporated Approved by: re (kib)
* Vendor import of gdtoa 20081205.das2009-01-281-4/+14
|\
| * Flatten vendor/gdtoa/*.das2008-09-031-615/+0
| |
| * Import of the latest gdtoa sources, which include fixes for minordas2007-01-031-27/+28
| | | | | | | | problems relating to NaNs and rounding.
* | Merge gdtoa 20080831. This fixes several bugs, including an infinitedas2008-09-031-9/+13
| | | | | | | | | | | | 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.
* | On platforms where long is 64 bits, make sure gdtoa doesn't use adas2007-12-171-0/+3
| | | | | | | | long when it really wants an int.
* | Merge local diffs.das2007-01-031-25/+27
| |
* | Configure gdtoa so that floating-point numbers are correctly roundeddas2005-01-181-0/+1
| | | | | | | | when they are printed in non-default rounding modes.
* | Userland spinlocks bad. Sleep locks good.das2003-06-211-8/+11
| | | | | | | | | | | | Use the latter for gdtoa. Requested by: deischen (far too long ago)
* | Add some missing prototypes to eliminate some warnings. These alreadydas2003-04-091-0/+21
| | | | | | | | | | | | | | 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
* | Add missing prototype for gdtoa().das2003-04-051-0/+2
| |
* | Enable locale support in strtod() and dtoa().das2003-03-191-0/+1
| | | | | | | | | | Noticed by: ache Reviewed by: mike (mentor)
* | Local patches:das2003-03-121-49/+99
|/ | | | | | | | - 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
* Initial import of David Gay's gdtoa library for conversion betweendas2003-03-121-0/+614
strings and floating point.
OpenPOWER on IntegriCloud