Age | Commit message (Expand) | Author |
2024-08-26 | annoying whitespace found during an audit process | Theo de Raadt |
2021-05-07 | Fix the \x escape sequence to be limited to max 2 characters, instead of | Martijn van Duren |
2020-01-16 | Usually, -width Fl (which is 10n) is too wide and hence ugly. | Ingo Schwarze |
2019-08-02 | document octal escape format in %b arguments; | Ingo Schwarze |
2019-06-02 | Fix incorrect character escape. | Anthony J. Bentley |
2018-03-13 | remove the Ic macro from EXAMPLES, and use a much more standard literal; | Jason McIntyre |
2016-11-18 | Fix two documentation bugs: | Ingo Schwarze |
2016-11-18 | Delete useless call to setlocale(3). | Ingo Schwarze |
2016-07-27 | fix signed char extension bugs. from fade@cock.li. ok guenther. | Ted Unangst |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-06 | obvious tame "stdio". For those not keeping score, this is another | Theo de Raadt |
2015-02-28 | Reduce usage of predefined strings in manpages. | Anthony J. Bentley |
2014-10-22 | document the special \c escape sequence that can only be used with %b; | Ingo Schwarze |
2014-05-25 | don't use plural "arguments" in SYNOPSIS, since "..." makes it | Jason McIntyre |
2014-05-20 | Use errc/warnc to simplify code. | Philip Guenther |
2014-05-13 | - document two escape sequences as extensions in STANDARDS | Jason McIntyre |
2014-04-18 | Handle passing zero to a variable fieldwidth or precision. | Philip Guenther |
2013-11-20 | isxdigit() needs unsigned char cast for this specific argument | Theo de Raadt |
2011-06-18 | Warn and stop processing if the format string ends with an backslash. | Philip Guenthe |
2010-10-21 | more EXIT STATUS bits; from Daniel Dickman | Jason McIntyre |
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre |
2010-03-26 | dispense with some wacky escape sequences; | Jason McIntyre |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-07-19 | remove BUILTIN/SHELL cruft that used to be needed for sh, which is | Martynas Venckus |
2009-07-17 | be more careful with parsing format string. we can't do multiple | Martynas Venckus |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2008-09-15 | - describe how printf(1) and printf(3) %e, %E, %g, %G, %a, %A behave | Martynas Venckus |
2008-09-14 | describe %a/%A. from freebsd | Martynas Venckus |
2008-09-08 | - add descriptions for %F, and infinity/not-a-number from printf(3) | Martynas Venckus |
2008-09-08 | enable support for %a, %A, %F. ok theo | Martynas Venckus |
2008-06-19 | printf(1) does not take any options but still needs to ignore the "--" | Todd C. Miller |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-30 | - use a consistent text for STANDARDS | Jason McIntyre |
2004-05-31 | zap unused variables, ok beck@ | Pedro Martelletto |
2003-06-23 | Don't not use getopt() in printf(1) since it causes formats beginning | Todd C. Miller |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-03-30 | snprintf | Theo de Raadt |
2003-03-18 | small typos; | Jason McIntyre |
2002-11-14 | use $ or # before commands in examples | Theo de Raadt |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-19 | kill more registers | Mike Pechkin |
2001-02-17 | It's not that I mind split infinitives. I just like to save'em for when | Paul Janzen |
2000-12-22 | repair same static buf oflow in printf(1) and printf(1) internal inside csh(1) | Theo de Raadt |
2000-10-19 | Put the fmt strings CAVEATS section into userland printf(1) man page, too; | Aaron Campbell |
2000-03-23 | Fix some formatting problems I missed before. | Aaron Campbell |
2000-03-10 | Various cleanups and standardization. | Aaron Campbell |
2000-03-06 | Add HISTORY sections; from FreeBSD. | Aaron Campbell |
2000-01-22 | Add a couple of useful examples. | Aaron Campbell |