summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fvwrite.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zap remaining rcsid.espie2005-08-081-4/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* deregister + ansify, no change in object code. ok deraadt@ millert@otto2004-09-281-8/+6
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* a first pass at -Wallderaadt2001-07-091-1/+2
|
* Local changes that should not have gone inmillert1999-08-071-7/+2
|
* If fread() returns EBADF, also set the error flag; tobez@plab.ku.dkmillert1999-08-071-2/+7
|
* Allocate space exponentially, not linearly for v?asprintf; mycroft@netbsd.orgmillert1998-11-201-9/+11
|
* realloc repairderaadt1998-08-141-4/+5
|
* Deal with realloc() failure in v?asprintf()millert1997-11-301-2/+3
|
* Implement asprintf(3) and vasprintf(3) functions similar to themillert1997-11-291-1/+17
| | | | | ones in the glibc. Some man pages changes from FreeBSD (asprintf.c/vasprintf.c are not based on GNU or FreeBSD code).
* Need <errno.h>tholo1996-10-261-1/+2
|
* Set errno when trying to write to a read-only streamtholo1996-10-261-2/+4
|
* Fix RCS idstholo1996-08-191-6/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+194