summaryrefslogtreecommitdiffstats
path: root/contrib/gdtoa
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* This commit was generated by cvs2svn to compensate for changes in r112620,das2003-03-256-33/+23
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import new sources. The only material change in this update is todas2003-03-256-33/+23
| | | | | | | | | | | | | | add locale support for hexadecimal floating point conversions. Noticed by: ache Reviewed by: mike (mentor)
* | Enable locale support in strtod() and dtoa().das2003-03-191-0/+1
| | | | | | | | | | Noticed by: ache Reviewed by: mike (mentor)
* | This commit was generated by cvs2svn to compensate for changes in r112415,das2003-03-195-51/+29
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import gdtoa sources dated 20030318, which contain several locale fixes.das2003-03-195-51/+29
| | | | | | | | 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-1283-0/+24573
strings and floating point.
OpenPOWER on IntegriCloud