Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libc: Purge unneeded cdefs.h | Warner Losh | 2023-11-01 | 1 | -1/+0 |
* | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
* | libc: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-25 | 1 | -0/+2 |
* | Add missing include to eliminate -Wmissing-prototypes warning | Craig Rodrigues | 2015-09-20 | 1 | -0/+1 |
* | Fix handling of subnormals on i386/ia64/amd64. | David Schultz | 2007-12-09 | 1 | -2/+0 |
* | In scanf, round according to the current rounding mode. | David Schultz | 2007-12-03 | 1 | -2/+10 |
* | Use an intermediate pointer to avoid a strict aliasing warning. | John Birrell | 2007-11-21 | 1 | -1/+2 |
* | Fix a bug that caused long double subnormals to be printed | David Schultz | 2004-01-18 | 1 | -0/+3 |
* | Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa(). | David Schultz | 2003-04-05 | 1 | -0/+97 |