summaryrefslogtreecommitdiff
path: root/lib/libc/gdtoa
Commit message (Expand)AuthorAgeFilesLines
* Fix a rounding error.David Schultz2007-05-081-1/+1
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-4/+8
* Fix rounding of 0xf for hex fp formats.David Schultz2007-01-031-1/+1
* Don't export __gdtoa. The only known ports that rely onDaniel Eischen2006-04-151-5/+1
* Add __gdtoa to the list of FreeBSD private symbols. Unfortunately,Daniel Eischen2006-04-011-0/+4
* Add each directory's symbol map file to SYM_MAPS.Daniel Eischen2006-03-131-0/+2
* Add symbol maps and initial symbol version definitions to libc.Daniel Eischen2006-03-131-0/+39
* Don't compile the gdtoa package's strtoIg.c into libc.David Schultz2005-01-271-1/+1
* Cut out the gordian handling of subnormals by bit fiddling, andDavid Schultz2005-01-181-128/+15
* Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc.David Schultz2005-01-151-4/+1
* 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