summaryrefslogtreecommitdiff
path: root/lib/libc/gdtoa
AgeCommit message (Expand)Author
2025-09-13libc: prevent incorrect %a/%La rounding at full precisionOsamu Sho
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-15libc: Remove empty comments in Symbol.mapBrooks Davis
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-08-04libc: drop "All rights reserved" from Foundation copyrightsEd Maste
2020-02-26Remove sparc64 specific parts of libc.Warner Losh
2017-11-25libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-13For now, compile all of contrib/gdtoa without requiring strict aliasing,Dimitry Andric
2017-01-20Replace dot-dot relative pathing with SRCTOP-relative paths where possibleEnji Cooper
2015-11-25META MODE: Don't create .meta files when symlinking sources into the obj dire...Bryan Drewery
2015-09-20Add missing include to eliminate -Wmissing-prototypes warningCraig Rodrigues
2014-03-04Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar
2011-11-20Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall
2008-04-12Unbreak the build for arm and powerpc.David Schultz
2008-04-12Make several changes to the way printf handles hex floating point (%a):David Schultz
2007-12-16Export gdtoa's __ULto{x,Q}_D2A routine in a private namespace soDavid Schultz
2007-12-09Fix handling of subnormals on i386/ia64/amd64.David Schultz
2007-12-03In scanf, round according to the current rounding mode.David Schultz
2007-11-21Use an intermediate pointer to avoid a strict aliasing warning.John Birrell
2007-10-13Remove symbols that should not be exported.Daniel Eischen
2007-05-08Fix a rounding error.David Schultz
2007-04-29Use C comments since we now preprocess these files with CPP.Daniel Eischen
2007-01-03Fix rounding of 0xf for hex fp formats.David Schultz
2006-04-15Don't export __gdtoa. The only known ports that rely onDaniel Eischen
2006-04-01Add __gdtoa to the list of FreeBSD private symbols. Unfortunately,Daniel Eischen
2006-03-13Add each directory's symbol map file to SYM_MAPS.Daniel Eischen
2006-03-13Add symbol maps and initial symbol version definitions to libc.Daniel Eischen
2005-01-27Don't compile the gdtoa package's strtoIg.c into libc.David Schultz
2005-01-18Cut out the gordian handling of subnormals by bit fiddling, andDavid Schultz
2005-01-15Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc.David Schultz
2004-01-21Updated manh shift constant type to 'ULL' for PPC to fixPeter Grehan
2004-01-18Implement __hdtoa() and __hldtoa() and enable printf() support for %aDavid Schultz
2004-01-18Fix a bug that caused long double subnormals to be printedDavid Schultz
2004-01-11Replaced an ugly hack to selectively disable warningsRuslan Ermilov
2004-01-10Add an ulgy hack so that warnings added by non-zero WARNS values won't beDavid E. O'Brien
2003-06-21Userland spinlocks bad. Sleep locks good.David Schultz
2003-04-09/strtopx/ s/result/&result/David Schultz
2003-04-05Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa().David Schultz
2003-03-13Clean up the way gdtoa sources are found.David E. O'Brien
2003-03-12Replace our ancient dtoa/strtod implementation with the gdtoaDavid Schultz