History log of /csrg-svn/lib/libc/stdio/wbuf.c (Results 1 – 16 of 16)
Revision Date Author Comments
# 61180 04-Jun-1993 bostic

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


# 46075 20-Jan-1991 bostic

new stdio; renamed from flsbuf.c


# 43254 18-Jun-1990 edward

restart writes interrupted by signals but have made some progress


# 36441 19-Dec-1988 bostic

add fpurge


# 35686 22-Sep-1988 bostic

move _cleanup from findiop.c to flsbuf.c so lorder doesn't get confused


# 26646 09-Mar-1986 donn

added LIBC_SCCS condition for sccs ids


# 21403 30-May-1985 dist

Add copyright


# 17951 13-Feb-1985 serge

autoconfigure FILE array using getdtablesize()
changed all struct _iobuf to FILE
many miscellaneous changes


# 17415 21-Nov-1984 ralph

fix flsbuf('\377'); make _cnt backward comp. with old putc macro.


# 16571 06-Jun-1984 ralph

use malloc instead of static 8K sobuf.


# 13493 30-Jun-1983 sam

from sun


# 9739 16-Dec-1982 sam

clean up after clem


# 9721 15-Dec-1982 clemc

Fixed a bug in fclose as per Dennis Ritchie comments.
fclose should not have any side effects. It is supposed to sanitize
the buffer structure when it exits. Currently, it left most of the
fields w

Fixed a bug in fclose as per Dennis Ritchie comments.
fclose should not have any side effects. It is supposed to sanitize
the buffer structure when it exits. Currently, it left most of the
fields within the buffer structure Non-Zero. This normally does not
matter, BUT if fopen/setbuf/fclose/fopen.. the structure returned by the
second fopen would already be filled in. This is a lose! Clem

show more ...


# 8326 05-Oct-1982 mckusick

utilize st_blksize field to optimize size of reads and writes


# 3163 09-Mar-1981 toy

Feldman's stdio changes


# 2003 21-Dec-1980 wnj

date and time created 80/12/21 16:50:14 by wnj