| Commit message (Expand) | Author | Age | Files | Lines |
* | For the snprintf range check demo, add a (size_t) cast in the right place |  deraadt | 2021-04-01 | 1 | -3/+3 |
* | Spell out n as en for consistency with other parts of the page. |  tb | 2020-09-13 | 1 | -3/+3 |
* | %lln is percent ell ell n (not dee). |  claudio | 2020-09-13 | 1 | -4/+4 |
* | adjust %n description to vaguely say "pointer", becuase the following |  deraadt | 2020-07-10 | 1 | -4/+6 |
* | As suggested by deraadt@, rewrite most of the printf(3) manual page |  schwarze | 2020-07-10 | 1 | -453/+586 |
* | Minor tweaks in the description of %g: |  schwarze | 2020-07-06 | 1 | -4/+8 |
* | mop up stdarg rename; ok deraadt |  jmc | 2019-08-30 | 1 | -3/+3 |
* | Specify that {v,}asprintf(3) returns precisely -1 on failure, |  schwarze | 2019-06-28 | 1 | -7/+11 |
* | Simplify the description of [v]snprintf(3), move the description |  schwarze | 2019-06-27 | 1 | -19/+18 |
* | an -> a; |  jmc | 2019-06-26 | 1 | -2/+2 |
* | The POSIX-compatible way of checking for {v,}{f,s,sn,d}printf(3) |  deraadt | 2019-06-26 | 1 | -4/+5 |
* | For all functions known to be infected by LC_NUMERIC, add short |  schwarze | 2019-01-16 | 1 | -2/+11 |
* | some grammar fixes; from dholland@netbsd, -r1.68 |  jmc | 2018-01-02 | 1 | -6/+6 |
* | Consistently .Xr the corresponding wide char functions from char- and |  schwarze | 2017-12-01 | 1 | -3/+4 |
* | Add dprintf() and vdprintf() RETURN VALUES. OK deraadt@ |  millert | 2017-06-12 | 1 | -2/+4 |
* | Add ERRORS section, from FreeBSD. OK tedu@ |  millert | 2016-06-06 | 1 | -2/+17 |
* | Sync printf family return value with ISO C which specifies that |  millert | 2015-10-13 | 1 | -3/+3 |
* | snprintf(3) is available on all modern systems and asprintf(3) is |  millert | 2015-06-03 | 1 | -6/+4 |
* | Reduce usage of predefined strings in manpages. |  bentley | 2015-02-28 | 1 | -4/+4 |
* | remove .Tn from stdio manuals; Kaspars Bankovskis found one of these |  schwarze | 2015-01-13 | 1 | -10/+6 |
* | Reduce instances of `` '' in manuals. |  bentley | 2014-11-15 | 1 | -3/+4 |
* | for non-valid combinations with `#', instead of trying to list them all, |  jmc | 2014-05-13 | 1 | -12/+3 |
* | when demonstrating the correct "double-check" idiom, provide a |  deraadt | 2014-05-09 | 1 | -3/+3 |
* | add closing parenthesis. |  sobrado | 2014-04-22 | 1 | -3/+3 |
* | need to escape %U, since it is used in Re/Rs blocks; |  jmc | 2014-04-19 | 1 | -2/+2 |
* | Demonstrate correct usage of snprintf (regarding overflow detection) |  deraadt | 2014-04-19 | 1 | -3/+5 |
* | more library history |  schwarze | 2013-07-17 | 1 | -2/+19 |
* | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze |  tedu | 2013-06-05 | 1 | -5/+5 |
* | When there are multiple groups of functions with their own #includes |  guenther | 2013-04-01 | 1 | -2/+3 |
* | Update STANDARDS section as appropriate for C99. |  brad | 2013-03-04 | 1 | -4/+6 |
* | Add support for POSIX.1-2008 functions dprintf(3) and vdprintf(3). |  brad | 2013-01-30 | 1 | -3/+26 |
* | make -column lists pretty again; |  jmc | 2011-09-03 | 1 | -5/+5 |
* | dispense with some wacky escape sequences; |  jmc | 2010-03-26 | 1 | -4/+4 |
* | - describe how printf(1) and printf(3) %e, %E, %g, %G, %a, %A behave |  martynas | 2008-09-15 | 1 | -2/+38 |
* | describe %a/%A. from freebsd |  martynas | 2008-09-14 | 1 | -2/+58 |
* | - add F |  martynas | 2008-08-26 | 1 | -3/+16 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 1 | -2/+2 |
* | clarify return values, prompted by moritz; ok moritz jmc |  deraadt | 2007-04-01 | 1 | -4/+8 |
* | Use long long and intmax_t instead of quad_t throughout. Adapted in |  millert | 2006-01-13 | 1 | -122/+61 |
* | improve the RETURN VALUES section; |  jmc | 2006-01-07 | 1 | -8/+12 |
* | support %jd from c99, although intmax_t may not be available. |  tedu | 2005-09-23 | 1 | -1/+16 |
* | - typos, punctuation, spacing, macro, layout, etc. fixes |  jaredy | 2005-07-26 | 1 | -7/+10 |
* | remove note about long double not being supported by vax. |  jaredy | 2005-07-26 | 1 | -5/+2 |
* | move return values to a seperate section, and split them out so that it |  deraadt | 2005-04-14 | 1 | -37/+49 |
* | Explain what happens when len equals 0 for snprintf(). |  otto | 2005-04-14 | 1 | -1/+9 |
* | Be correct in our man pages when talking about NUL termination (that is, |  cloder | 2005-02-25 | 1 | -2/+2 |
* | Add 'z' and 't' modifiers for printing size_t and ptrdiff_t. |  otto | 2004-09-18 | 1 | -1/+42 |
* | Sort headers in example |  grange | 2003-08-17 | 1 | -2/+2 |
* | .Ql Cm -> .Sq Cm where literal makes no sense; |  jmc | 2003-07-15 | 1 | -2/+2 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |