summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/printf.3
AgeCommit message (Collapse)Author
2003-04-16Warn people that the value of the pointer passed in to asprinf()Todd C. Miller
is implementation-specific when we get ENOMEM but mention that *we* set it to NULL.
2002-07-24Document that *printf can return -1 on error. This includes snprintf(),Todd C. Miller
though our implementation never does this.
2002-05-01o) start new sentence on a new line;Mike Pechkin
o) always close .Bl tags; o) fix usage of .Xr; millert@ ok
2001-09-06It is silly to reference the Tahoe architecture.Todd C. Miller
2001-06-23document ll, depreciate qNiels Provos
2001-06-05Fix pasto; kleink@netbsd.orgPaul Janzen
2001-02-17It's not that I mind split infinitives. I just like to save'em for whenPaul Janzen
they're really needed.
2000-12-24Various repairs, mostly to get rid of short lines.Aaron Campbell
2000-08-25In the format string bug description under CAVEATS, clarify what we mean byAaron Campbell
building the string ``by hand'' using a function like snprintf(); deraadt@ ok
2000-07-16Stronger caveat wrt stack smashing via % escapes. Each man pageTodd C. Miller
carries the same caveat...
2000-07-07Insert missing semi-colon.Aaron Campbell
2000-06-25correct return valuesPaul Janzen
2000-04-25C deals with complex functions, but not imaginary ones yet.Marc Espie
2000-04-20Flesh out all of the stdio man pages.Aaron Campbell
2000-04-18Repairs, mostly removing hard sentence breaks.Aaron Campbell
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-12list 'i' only onceHugh Graham
2000-01-12indent the source rightTheo de Raadt
1999-09-22BUGS->CAVEATSMarc Espie
Warn against brain-dead ProFTPd hole.
1999-08-08missing G in item list; bdeTheo de Raadt
1999-07-07when using `-' as a negative sign, escape it with a backslash so troff knowsAaron Campbell
it's not supposed to be a hyphen/dash
1999-07-02remove redundant .Pp macrosAaron Campbell
1999-05-25kill some old macrosAaron Campbell
1999-05-12grammar police: do not hyphenate compound words that act as adjectives if theAaron Campbell
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong
1999-03-01talk about positional arguments and sizes; james@oaktree.co.ukTheo de Raadt
1999-02-27make function names the correct caseTheo de Raadt
1998-09-27Add a missing note about asprintfTodd C. Miller
1998-08-30v?asnprintf was never ocmmitted because it make stdio guts too gross. ↵Todd C. Miller
Remove references...
1998-08-29man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-07-14formatting flawsTheo de Raadt
1998-06-15use Bx macro for BSD versionsMichael Shalayeff
1998-03-07Use .OxTodd C. Miller
1998-01-12typoTodd C. Miller
1998-01-12Based on some FreeBSD changes:Todd C. Miller
For *s*printf, set f._file to -1 like the comments in stdio.h say. Use '\0', not 0, where appropriate. Don't error out on size of '0' for v?snprintf().
1997-11-29Implement asprintf(3) and vasprintf(3) functions similar to theTodd C. Miller
ones in the glibc. Some man pages changes from FreeBSD (asprintf.c/vasprintf.c are not based on GNU or FreeBSD code).
1997-06-30snprintf(3) is not non-portable (it is part of XPG4) it is justTodd C. Miller
not availalble on older systems.
1996-09-29Document printf addition. From Mark Diekhans (markd@grizzly.com).michaels
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1995-10-18initial import of NetBSD treeTheo de Raadt