summaryrefslogtreecommitdiff
path: root/usr.bin/printf/printf.c
AgeCommit message (Expand)Author
2024-08-26annoying whitespace found during an audit processTheo de Raadt
2021-05-07Fix the \x escape sequence to be limited to max 2 characters, instead ofMartijn van Duren
2016-11-18Delete useless call to setlocale(3).Ingo Schwarze
2016-07-27fix signed char extension bugs. from fade@cock.li. ok guenther.Ted Unangst
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-06obvious tame "stdio". For those not keeping score, this is anotherTheo de Raadt
2014-05-25don't use plural "arguments" in SYNOPSIS, since "..." makes itJason McIntyre
2014-05-20Use errc/warnc to simplify code.Philip Guenther
2014-04-18Handle passing zero to a variable fieldwidth or precision.Philip Guenther
2013-11-20isxdigit() needs unsigned char cast for this specific argumentTheo de Raadt
2011-06-18Warn and stop processing if the format string ends with an backslash.Philip Guenthe
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-07-19remove BUILTIN/SHELL cruft that used to be needed for sh, which isMartynas Venckus
2009-07-17be more careful with parsing format string. we can't do multipleMartynas Venckus
2008-09-08enable support for %a, %A, %F. ok theoMartynas Venckus
2008-06-19printf(1) does not take any options but still needs to ignore the "--"Todd C. Miller
2004-05-31zap unused variables, ok beck@Pedro Martelletto
2003-06-23Don't not use getopt() in printf(1) since it causes formats beginningTodd C. Miller
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-03-30snprintfTheo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-19kill more registersMike Pechkin
2000-12-22repair same static buf oflow in printf(1) and printf(1) internal inside csh(1)Theo de Raadt
1997-01-17r?index -> strr?chrTodd C. Miller
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt