summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/printf.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* typos;jmc2003-05-031-4/+4
|
* Warn people that the value of the pointer passed in to asprinf()millert2003-04-161-3/+8
| | | | | is implementation-specific when we get ENOMEM but mention that *we* set it to NULL.
* Document that *printf can return -1 on error. This includes snprintf(),millert2002-07-241-1/+2
| | | | though our implementation never does this.
* o) start new sentence on a new line;mpech2002-05-011-2/+3
| | | | | | | o) always close .Bl tags; o) fix usage of .Xr; millert@ ok
* It is silly to reference the Tahoe architecture.millert2001-09-061-4/+2
|
* document ll, depreciate qprovos2001-06-231-4/+6
|
* Fix pasto; kleink@netbsd.orgpjanzen2001-06-051-2/+2
|
* It's not that I mind split infinitives. I just like to save'em for whenpjanzen2001-02-171-2/+2
| | | | they're really needed.
* Various repairs, mostly to get rid of short lines.aaron2000-12-241-3/+2
|
* In the format string bug description under CAVEATS, clarify what we mean byaaron2000-08-251-4/+4
| | | | building the string ``by hand'' using a function like snprintf(); deraadt@ ok
* Stronger caveat wrt stack smashing via % escapes. Each man pagemillert2000-07-161-5/+14
| | | | carries the same caveat...
* Insert missing semi-colon.aaron2000-07-071-2/+2
|
* correct return valuespjanzen2000-06-251-12/+13
|
* C deals with complex functions, but not imaginary ones yet.espie2000-04-251-3/+2
|
* Flesh out all of the stdio man pages.aaron2000-04-201-44/+48
|
* Repairs, mostly removing hard sentence breaks.aaron2000-04-181-13/+18
|
* Mostly punctuation fixes.aaron2000-04-151-2/+2
|
* list 'i' only oncehugh2000-04-121-2/+1
|
* indent the source rightderaadt2000-01-121-11/+12
|
* BUGS->CAVEATSespie1999-09-221-2/+10
| | | | Warn against brain-dead ProFTPd hole.
* missing G in item list; bdederaadt1999-08-081-2/+2
|
* when using `-' as a negative sign, escape it with a backslash so troff knowsaaron1999-07-071-2/+2
| | | | it's not supposed to be a hyphen/dash
* remove redundant .Pp macrosaaron1999-07-021-2/+1
|
* kill some old macrosaaron1999-05-251-2/+1
|
* grammar police: do not hyphenate compound words that act as adjectives if theaaron1999-05-121-2/+2
| | | | | | first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong
* talk about positional arguments and sizes; james@oaktree.co.ukderaadt1999-03-011-3/+7
|
* make function names the correct casederaadt1999-02-271-5/+5
|
* Add a missing note about asprintfmillert1998-09-271-1/+3
|
* v?asnprintf was never ocmmitted because it make stdio guts too gross. Remove references...millert1998-08-301-21/+8
|
* man page repairs; aaron@ug.cs.dal.caderaadt1998-08-291-3/+3
|
* formatting flawsderaadt1998-07-141-1/+5
|
* use Bx macro for BSD versionsmickey1998-06-151-2/+3
|
* Use .Oxmillert1998-03-071-9/+30
|
* typomillert1998-01-121-2/+2
|
* Based on some FreeBSD changes:millert1998-01-121-13/+4
| | | | | | 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().
* Implement asprintf(3) and vasprintf(3) functions similar to themillert1997-11-291-42/+65
| | | | | ones in the glibc. Some man pages changes from FreeBSD (asprintf.c/vasprintf.c are not based on GNU or FreeBSD code).
* snprintf(3) is not non-portable (it is part of XPG4) it is justmillert1997-06-301-2/+3
| | | | not availalble on older systems.
* Document printf addition. From Mark Diekhans (markd@grizzly.com).michaels1996-09-291-1/+16
|
* Fix RCS idstholo1996-08-191-3/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+640