Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge local diffs. | das | 2007-01-03 | 1 | -25/+27 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r165743, | das | 2007-01-03 | 64 | -933/+1207 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import of the latest gdtoa sources, which include fixes for minor | das | 2007-01-03 | 65 | -960/+1235 |
| | | | | | | | | problems relating to NaNs and rounding. | ||||
* | | Configure gdtoa so that floating-point numbers are correctly rounded | das | 2005-01-18 | 1 | -0/+1 |
| | | | | | | | | when they are printed in non-default rounding modes. | ||||
* | | This commit was generated by cvs2svn to compensate for changes in r124703, | das | 2004-01-19 | 3 | -12/+16 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import gdtoa 20040118. This revision addresses some corner cases in | das | 2004-01-19 | 3 | -12/+16 |
| | | | | | | | | denormal and locale handling in strtod(). | ||||
* | | Userland spinlocks bad. Sleep locks good. | das | 2003-06-21 | 1 | -8/+11 |
| | | | | | | | | | | | | Use the latter for gdtoa. Requested by: deischen (far too long ago) | ||||
* | | Add some missing prototypes to eliminate some warnings. These already | das | 2003-04-09 | 1 | -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(). | das | 2003-04-05 | 1 | -0/+2 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r112620, | das | 2003-03-25 | 6 | -33/+23 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import new sources. The only material change in this update is to | das | 2003-03-25 | 6 | -33/+23 |
| | | | | | | | | | | | | | | add locale support for hexadecimal floating point conversions. Noticed by: ache Reviewed by: mike (mentor) | ||||
* | | Enable locale support in strtod() and dtoa(). | das | 2003-03-19 | 1 | -0/+1 |
| | | | | | | | | | | Noticed by: ache Reviewed by: mike (mentor) | ||||
* | | This commit was generated by cvs2svn to compensate for changes in r112415, | das | 2003-03-19 | 5 | -51/+29 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import gdtoa sources dated 20030318, which contain several locale fixes. | das | 2003-03-19 | 5 | -51/+29 |
| | | | | | | | | Reviewed by: mike (mentor) | ||||
* | | Local patches: | das | 2003-03-12 | 1 | -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 between | das | 2003-03-12 | 83 | -0/+24573 |
strings and floating point. |