History log of /csrg-svn/lib/libc/stdio/setvbuf.c (Results 1 – 8 of 8)
Revision Date Author Comments
# 64906 16-Nov-1993 torek

well, looks like we have to get all the fields right after all --
otherwise problems occur for __SWR mode files. I suppose we could
have lots more flags, but this should be OK.


# 61180 04-Jun-1993 bostic

4.4BSD snapshot (revision 8.1); add 1993 to copyright


# 60232 22-May-1993 torek

trying to get all the fields right is too much trouble: just reset
to a minimal state and let __srefill or __swsetup do the dirty work


# 59778 06-May-1993 torek

rewrite: always allocate buffer immediately; always honor user
mode flags; set fseek optimization iff new buffer is proper size


# 56990 04-Dec-1992 torek

do early allocation for nonzero size with NULL buffer; cleanup; prettiness


# 55893 13-Aug-1992 bostic

look at size iff buff != NULL; fix from Chris Torek


# 46217 01-Feb-1991 bostic

fflush -> __sflush


# 46111 20-Jan-1991 bostic

new stdio