summaryrefslogtreecommitdiffstats
path: root/lib/libc/gdtoa
Commit message (Expand)AuthorAgeFilesLines
* Fix rounding of 0xf for hex fp formats.das2007-01-031-1/+1
* Don't export __gdtoa. The only known ports that rely ondeischen2006-04-151-5/+1
* Add __gdtoa to the list of FreeBSD private symbols. Unfortunately,deischen2006-04-011-0/+4
* Add each directory's symbol map file to SYM_MAPS.deischen2006-03-131-0/+2
* Add symbol maps and initial symbol version definitions to libc.deischen2006-03-131-0/+39
* Don't compile the gdtoa package's strtoIg.c into libc.das2005-01-271-1/+1
* Cut out the gordian handling of subnormals by bit fiddling, anddas2005-01-181-128/+15
* Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc.das2005-01-151-4/+1
* Updated manh shift constant type to 'ULL' for PPC to fixgrehan2004-01-211-1/+1
* Implement __hdtoa() and __hldtoa() and enable printf() support for %adas2004-01-182-1/+433
* Fix a bug that caused long double subnormals to be printeddas2004-01-181-0/+3
* Replaced an ugly hack to selectively disable warningsru2004-01-111-3/+0
* Add an ulgy hack so that warnings added by non-zero WARNS values won't beobrien2004-01-101-0/+3
* Userland spinlocks bad. Sleep locks good.das2003-06-211-2/+5
* /strtopx/ s/result/&result/das2003-04-092-2/+2
* Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa().das2003-04-052-1/+98
* Clean up the way gdtoa sources are found.obrien2003-03-131-1/+6
* Replace our ancient dtoa/strtod implementation with the gdtoadas2003-03-125-0/+159
OpenPOWER on IntegriCloud