Age | Commit message (Expand) | Author |
2021-09-01 | remove unused macro; | Jason McIntyre |
2021-08-30 | Document that %n has been neutered -- it now does syslog+abort. | Theo de Raadt |
2021-04-01 | For the snprintf range check demo, add a (size_t) cast in the right place | Theo de Raadt |
2020-09-13 | Spell out n as en for consistency with other parts of the page. | Theo Buehler |
2020-09-13 | %lln is percent ell ell n (not dee). | Claudio Jeker |
2020-07-10 | adjust %n description to vaguely say "pointer", becuase the following | Theo de Raadt |
2020-07-10 | As suggested by deraadt@, rewrite most of the printf(3) manual page | Ingo Schwarze |
2020-07-06 | Minor tweaks in the description of %g: | Ingo Schwarze |
2019-08-30 | mop up stdarg rename; ok deraadt | Jason McIntyre |
2019-06-28 | Specify that {v,}asprintf(3) returns precisely -1 on failure, | Ingo Schwarze |
2019-06-27 | Simplify the description of [v]snprintf(3), move the description | Ingo Schwarze |
2019-06-26 | an -> a; | Jason McIntyre |
2019-06-26 | The POSIX-compatible way of checking for {v,}{f,s,sn,d}printf(3) | Theo de Raadt |
2019-01-16 | For all functions known to be infected by LC_NUMERIC, add short | Ingo Schwarze |
2018-01-02 | some grammar fixes; from dholland@netbsd, -r1.68 | Jason McIntyre |
2017-12-01 | Consistently .Xr the corresponding wide char functions from char- and | Ingo Schwarze |
2017-06-12 | Add dprintf() and vdprintf() RETURN VALUES. OK deraadt@ | Todd C. Miller |
2016-06-06 | Add ERRORS section, from FreeBSD. OK tedu@ | Todd C. Miller |
2015-10-13 | Sync printf family return value with ISO C which specifies that | Todd C. Miller |
2015-06-03 | snprintf(3) is available on all modern systems and asprintf(3) is | Todd C. Miller |
2015-02-28 | Reduce usage of predefined strings in manpages. | Anthony J. Bentley |
2015-01-13 | remove .Tn from stdio manuals; Kaspars Bankovskis found one of these | Ingo Schwarze |
2014-11-15 | Reduce instances of `` '' in manuals. | Anthony J. Bentley |
2014-05-13 | for non-valid combinations with `#', instead of trying to list them all, | Jason McIntyre |
2014-05-09 | when demonstrating the correct "double-check" idiom, provide a | Theo de Raadt |
2014-04-22 | add closing parenthesis. | Igor Sobrado |
2014-04-19 | need to escape %U, since it is used in Re/Rs blocks; | Jason McIntyre |
2014-04-19 | Demonstrate correct usage of snprintf (regarding overflow detection) | Theo de Raadt |
2013-07-17 | more library history | Ingo Schwarze |
2013-06-05 | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | Ted Unangst |
2013-04-01 | When there are multiple groups of functions with their own #includes | Philip Guenther |
2013-03-04 | Update STANDARDS section as appropriate for C99. | Brad Smith |
2013-01-30 | Add support for POSIX.1-2008 functions dprintf(3) and vdprintf(3). | Brad Smith |
2011-09-03 | make -column lists pretty again; | Jason McIntyre |
2010-03-26 | dispense with some wacky escape sequences; | 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-08-26 | - add F | Martynas Venckus |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-04-01 | clarify return values, prompted by moritz; ok moritz jmc | Theo de Raadt |
2006-01-13 | Use long long and intmax_t instead of quad_t throughout. Adapted in | Todd C. Miller |
2006-01-07 | improve the RETURN VALUES section; | Jason McIntyre |
2005-09-23 | support %jd from c99, although intmax_t may not be available. | Ted Unangst |
2005-07-26 | - typos, punctuation, spacing, macro, layout, etc. fixes | Jared Yanovich |
2005-07-26 | remove note about long double not being supported by vax. | Jared Yanovich |
2005-04-14 | move return values to a seperate section, and split them out so that it | Theo de Raadt |
2005-04-14 | Explain what happens when len equals 0 for snprintf(). | Otto Moerbeek |
2005-02-25 | Be correct in our man pages when talking about NUL termination (that is, | Chad Loder |
2004-09-18 | Add 'z' and 't' modifiers for printing size_t and ptrdiff_t. | Otto Moerbeek |
2003-08-17 | Sort headers in example | Alexander Yurchenko |