summaryrefslogtreecommitdiffstats
path: root/lib/libc/gdtoa
Commit message (Expand)AuthorAgeFilesLines
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-203-6/+23
* Unbreak the build for arm and powerpc.das2008-04-122-0/+3
* Make several changes to the way printf handles hex floating point (%a):das2008-04-123-207/+206
* Export gdtoa's __ULto{x,Q}_D2A routine in a private namespace sodas2007-12-161-0/+5
* Fix handling of subnormals on i386/ia64/amd64.das2007-12-091-2/+0
* In scanf, round according to the current rounding mode.das2007-12-033-4/+16
* Use an intermediate pointer to avoid a strict aliasing warning.jb2007-11-211-1/+2
* Remove symbols that should not be exported.deischen2007-10-131-29/+0
* Fix a rounding error.das2007-05-081-1/+1
* Use C comments since we now preprocess these files with CPP.deischen2007-04-291-4/+8
* 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