Age | Commit message (Collapse) | Author |
|
realloc(3) to the size of the string, not the size of the buffer
allocated for the string (which is a noop). mycroft@netbsd.org
|
|
|
|
of the code as a large number of similar clauses makes it impossible
to write an ad for a product using the code...
|
|
|
|
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().
|
|
ones in the glibc. Some man pages changes from FreeBSD
(asprintf.c/vasprintf.c are not based on GNU or FreeBSD code).
|