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