summaryrefslogtreecommitdiffstats
path: root/usr.bin/printf
AgeCommit message (Expand)AuthorFilesLines
2020-01-16Usually, -width Fl (which is 10n) is too wide and hence ugly.schwarze1-3/+3
2019-08-02document octal escape format in %b arguments;schwarze1-3/+22
2019-06-02Fix incorrect character escape.bentley1-3/+3
2018-03-13remove the Ic macro from EXAMPLES, and use a much more standard literal;jmc1-15/+10
2016-11-18Fix two documentation bugs:schwarze1-5/+10
2016-11-18Delete useless call to setlocale(3).schwarze1-13/+9
2016-07-27fix signed char extension bugs. from fade@cock.li. ok guenther.tedu1-4/+4
2015-10-09Change all tame callers to namechange to pledge(2).deraadt1-3/+3
2015-10-06obvious tame "stdio". For those not keeping score, this is anotherderaadt1-1/+5
2015-02-28Reduce usage of predefined strings in manpages.bentley1-4/+4
2014-10-22document the special \c escape sequence that can only be used with %b;schwarze1-4/+13
2014-05-25don't use plural "arguments" in SYNOPSIS, since "..." makes itjmc2-10/+8
2014-05-20Use errc/warnc to simplify code.guenther1-2/+2
2014-05-13- document two escape sequences as extensions in STANDARDSjmc1-8/+5
2014-04-18Handle passing zero to a variable fieldwidth or precision.guenther1-6/+9
2013-11-20isxdigit() needs unsigned char cast for this specific argumentderaadt1-2/+2
2011-06-18Warn and stop processing if the format string ends with an backslash.guenther1-1/+6
2010-10-21more EXIT STATUS bits; from Daniel Dickmanjmc1-5/+3
2010-09-03add an EXIT STATUS section for /usr/bin;jmc1-3/+3
2010-03-26dispense with some wacky escape sequences;jmc1-4/+4
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-12/+1
2009-07-19remove BUILTIN/SHELL cruft that used to be needed for sh, which ismartynas1-30/+2
2009-07-17be more careful with parsing format string. we can't do multiplemartynas1-10/+22
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc1-3/+3
2008-09-15- describe how printf(1) and printf(3) %e, %E, %g, %G, %a, %A behavemartynas1-2/+38
2008-09-14describe %a/%A. from freebsdmartynas1-4/+17
2008-09-08- add descriptions for %F, and infinity/not-a-number from printf(3)martynas1-4/+17
2008-09-08enable support for %a, %A, %F. ok theomartynas1-2/+5
2008-06-19printf(1) does not take any options but still needs to ignore the "--"millert1-2/+8
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-05-30- use a consistent text for STANDARDSjmc1-4/+5
2004-05-31zap unused variables, ok beck@pedro1-3/+2
2003-06-23Don't not use getopt() in printf(1) since it causes formats beginningmillert1-15/+4
2003-06-10mostly ansi cleanup; pval okderaadt1-23/+15
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert2-13/+5
2003-03-30snprintfderaadt1-3/+3
2003-03-18small typos;jmc1-2/+2
2002-11-14use $ or # before commands in examplesderaadt1-3/+3
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert1-21/+2
2002-02-16Part 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.millert1-13/+13
2001-11-19kill more registersmpech1-6/+6
2001-02-17It's not that I mind split infinitives. I just like to save'em for whenpjanzen1-3/+3
2000-12-22repair same static buf oflow in printf(1) and printf(1) internal inside csh(1)deraadt1-5/+29
2000-10-19Put the fmt strings CAVEATS section into userland printf(1) man page, too;aaron1-1/+12
2000-03-23Fix some formatting problems I missed before.aaron1-2/+2
2000-03-10Various cleanups and standardization.aaron1-26/+33
2000-03-06Add HISTORY sections; from FreeBSD.aaron1-4/+10
2000-01-22Add a couple of useful examples.aaron1-1/+10
1999-06-05- remove trailing white spaceaaron1-9/+9
1998-11-30cleanup; also note that ``0'' flag is ignored when used with a precisionaaron1-21/+43