summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/printf-pos.c
AgeCommit message (Expand)Author
3 dayslibc: drop NO_FP_LIBC supportXin LI
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-03-12libc: provide some bounds-checking through reallocarray(3).Pedro F. Giffuni
2017-03-12libc: small cleanup.Pedro F. Giffuni
2016-10-31Detect integer overflow and limit the number of positionalRuslan Bukin
2013-04-23Renumber clauses to reduce diffs to other versionsEd Maste
2010-12-02Remove two unused variables, left over from the refactoring in r180104.Gavin Atkinson
2009-03-02The argument corresponding to %zn is supposed to be an ssize_t *, notDavid Schultz
2009-02-28Make sure %zd treats negative arguments properly on 32-bit platforms.David Schultz
2008-06-29Fix a bogon in the previous commit and add some missing error checks.David Schultz
2008-06-29Correctly handle malloc() failure. While here, reduce the code size aDavid Schultz
2008-06-29Factor out the code that builds the argument table. We don't need separateDavid Schultz
2008-06-29Reduce the level of duplication between vfprintf() and vfwprintf()David Schultz