summaryrefslogtreecommitdiff
path: root/lib/libc/gdtoa
Commit message (Expand)AuthorAgeFilesLines
* Updated manh shift constant type to 'ULL' for PPC to fixPeter Grehan2004-01-211-1/+1
* Implement __hdtoa() and __hldtoa() and enable printf() support for %aDavid Schultz2004-01-182-1/+433
* Fix a bug that caused long double subnormals to be printedDavid Schultz2004-01-181-0/+3
* Replaced an ugly hack to selectively disable warningsRuslan Ermilov2004-01-111-3/+0
* Add an ulgy hack so that warnings added by non-zero WARNS values won't beDavid E. O'Brien2004-01-101-0/+3
* Userland spinlocks bad. Sleep locks good.David Schultz2003-06-211-2/+5
* /strtopx/ s/result/&result/David Schultz2003-04-092-2/+2
* Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa().David Schultz2003-04-052-1/+98
* Clean up the way gdtoa sources are found.David E. O'Brien2003-03-131-1/+6
* Replace our ancient dtoa/strtod implementation with the gdtoaDavid Schultz2003-03-125-0/+159