summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/printf.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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