Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated manh shift constant type to 'ULL' for PPC to fix | Peter Grehan | 2004-01-21 | 1 | -1/+1 |
* | Implement __hdtoa() and __hldtoa() and enable printf() support for %a | David Schultz | 2004-01-18 | 2 | -1/+433 |
* | Fix a bug that caused long double subnormals to be printed | David Schultz | 2004-01-18 | 1 | -0/+3 |
* | Replaced an ugly hack to selectively disable warnings | Ruslan Ermilov | 2004-01-11 | 1 | -3/+0 |
* | Add an ulgy hack so that warnings added by non-zero WARNS values won't be | David E. O'Brien | 2004-01-10 | 1 | -0/+3 |
* | Userland spinlocks bad. Sleep locks good. | David Schultz | 2003-06-21 | 1 | -2/+5 |
* | /strtopx/ s/result/&result/ | David Schultz | 2003-04-09 | 2 | -2/+2 |
* | Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa(). | David Schultz | 2003-04-05 | 2 | -1/+98 |
* | Clean up the way gdtoa sources are found. | David E. O'Brien | 2003-03-13 | 1 | -1/+6 |
* | Replace our ancient dtoa/strtod implementation with the gdtoa | David Schultz | 2003-03-12 | 5 | -0/+159 |