summaryrefslogtreecommitdiffstats
path: root/usr.bin/printf/printf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Delete useless call to setlocale(3).schwarze2016-11-181-13/+9
* fix signed char extension bugs. from fade@cock.li. ok guenther.tedu2016-07-271-4/+4
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* obvious tame "stdio". For those not keeping score, this is anotherderaadt2015-10-061-1/+5
* don't use plural "arguments" in SYNOPSIS, since "..." makes itjmc2014-05-251-2/+2
* Use errc/warnc to simplify code.guenther2014-05-201-2/+2
* Handle passing zero to a variable fieldwidth or precision.guenther2014-04-181-6/+9
* isxdigit() needs unsigned char cast for this specific argumentderaadt2013-11-201-2/+2
* Warn and stop processing if the format string ends with an backslash.guenther2011-06-181-1/+6
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-12/+1
* remove BUILTIN/SHELL cruft that used to be needed for sh, which ismartynas2009-07-191-30/+2
* be more careful with parsing format string. we can't do multiplemartynas2009-07-171-11/+23
* enable support for %a, %A, %F. ok theomartynas2008-09-081-2/+5
* printf(1) does not take any options but still needs to ignore the "--"millert2008-06-191-2/+8
* zap unused variables, ok beck@pedro2004-05-311-3/+2
* Don't not use getopt() in printf(1) since it causes formats beginningmillert2003-06-231-15/+4
* mostly ansi cleanup; pval okderaadt2003-06-101-23/+15
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* snprintfderaadt2003-03-301-3/+3
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-21/+2
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-14/+14
* kill more registersmpech2001-11-191-6/+6
* repair same static buf oflow in printf(1) and printf(1) internal inside csh(1)deraadt2000-12-221-5/+29
* r?index -> strr?chrmillert1997-01-171-6/+6
* rcsidderaadt1996-06-261-1/+3
* initial import of NetBSD treederaadt1995-10-181-0/+528