Age | Commit message (Expand) | Author |
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 |
2003-07-15 | .Ql Cm -> .Sq Cm where literal makes no sense; | Jason McIntyre |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-03 | typos; | Jason McIntyre |
2003-04-16 | Warn people that the value of the pointer passed in to asprinf() | Todd C. Miller |
2002-07-24 | Document that *printf can return -1 on error. This includes snprintf(), | Todd C. Miller |
2002-05-01 | o) start new sentence on a new line; | Mike Pechkin |
2001-09-06 | It is silly to reference the Tahoe architecture. | Todd C. Miller |
2001-06-23 | document ll, depreciate q | Niels Provos |
2001-06-05 | Fix pasto; kleink@netbsd.org | Paul Janzen |
2001-02-17 | It's not that I mind split infinitives. I just like to save'em for when | Paul Janzen |
2000-12-24 | Various repairs, mostly to get rid of short lines. | Aaron Campbell |
2000-08-25 | In the format string bug description under CAVEATS, clarify what we mean by | Aaron Campbell |
2000-07-16 | Stronger caveat wrt stack smashing via % escapes. Each man page | Todd C. Miller |
2000-07-07 | Insert missing semi-colon. | Aaron Campbell |
2000-06-25 | correct return values | Paul Janzen |
2000-04-25 | C deals with complex functions, but not imaginary ones yet. | Marc Espie |
2000-04-20 | Flesh out all of the stdio man pages. | Aaron Campbell |
2000-04-18 | Repairs, mostly removing hard sentence breaks. | Aaron Campbell |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell |
2000-04-12 | list 'i' only once | Hugh Graham |
2000-01-12 | indent the source right | Theo de Raadt |
1999-09-22 | BUGS->CAVEATS | Marc Espie |
1999-08-08 | missing G in item list; bde | Theo de Raadt |
1999-07-07 | when using `-' as a negative sign, escape it with a backslash so troff knows | Aaron Campbell |
1999-07-02 | remove redundant .Pp macros | Aaron Campbell |
1999-05-25 | kill some old macros | Aaron Campbell |
1999-05-12 | grammar police: do not hyphenate compound words that act as adjectives if the | Aaron Campbell |
1999-03-01 | talk about positional arguments and sizes; james@oaktree.co.uk | Theo de Raadt |
1999-02-27 | make function names the correct case | Theo de Raadt |
1998-09-27 | Add a missing note about asprintf | Todd C. Miller |
1998-08-30 | v?asnprintf was never ocmmitted because it make stdio guts too gross. Remove... | Todd C. Miller |
1998-08-29 | man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt |
1998-07-14 | formatting flaws | Theo de Raadt |