summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fvwrite.c
AgeCommit message (Collapse)Author
1998-11-20Allocate space exponentially, not linearly for v?asprintf; mycroft@netbsd.orgTodd C. Miller
1998-08-14realloc repairTheo de Raadt
1997-11-30Deal with realloc() failure in v?asprintf()Todd C. Miller
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).
1996-10-26Need <errno.h>Thorsten Lockert
1996-10-26Set errno when trying to write to a read-only streamThorsten Lockert
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1995-10-18initial import of NetBSD treeTheo de Raadt