aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gdtoa/_ldtoa.c
Commit message (Expand)AuthorAgeFilesLines
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* Add missing include to eliminate -Wmissing-prototypes warningCraig Rodrigues2015-09-201-0/+1
* Fix handling of subnormals on i386/ia64/amd64.David Schultz2007-12-091-2/+0
* In scanf, round according to the current rounding mode.David Schultz2007-12-031-2/+10
* Use an intermediate pointer to avoid a strict aliasing warning.John Birrell2007-11-211-1/+2
* Fix a bug that caused long double subnormals to be printedDavid Schultz2004-01-181-0/+3
* Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa().David Schultz2003-04-051-0/+97