summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/printf.3
AgeCommit message (Collapse)Author
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