summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/snprintf.c
AgeCommit message (Expand)Author
2004-04-10Apply change from vsnprintf.c rev. 1.5. Use a single characterTodd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
1998-01-12Oops, missed a 0 vs. '\0'Todd C. Miller
1998-01-12Based on some FreeBSD changes:Todd C. Miller
1997-11-29Return -1, not EOF for size < 1. XPG4.2 specifies the return valueTodd C. Miller
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1996-08-19Fix RCS idsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt