summaryrefslogtreecommitdiff
path: root/lib/libc/gen/fmtcheck.c
Commit message (Expand)AuthorAgeFilesLines
* Use const instead of __const, and merge the license change from NetBSD.Xin LI2009-06-231-9/+3
* Teach fmtcheck() about wint_t, intmax_t, char *, intmax_t *, andDavid Schultz2008-08-021-34/+98
* Teach fmtcheck() about the ' (thousands separator) flag.David Schultz2005-03-211-1/+1
* When *printf() and *scanf() are compiled without floating-pointDavid Schultz2004-05-021-0/+4
* Teach fmtcheck(3) about the flags a, A, F, G, t, and z.David Schultz2003-06-291-8/+28
* Remove improper use of <namespace.h>.Daniel Eischen2002-06-271-6/+2
* Fix SCM ID's.David E. O'Brien2002-02-011-6/+2
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-1/+0
* Remove unnecessary #include <stdlib.h>Kris Kennaway2001-07-161-1/+0
* Add fmtcheck(), a function for checking consistency of format stringKris Kennaway2001-04-171-0/+253