added whiteout
[unix-history] / usr / src / lib / libc / stdio /
1994-07-04 Kirk McKusickdeclare variables extern and define only once (from...
1994-04-19 Keith Bosticspell
1994-04-18 Keith Bosticmove zopen(3) out of the C library, to here; the interface
1994-03-28 Keith BosticLost Jeff Forys' changes to keep from leaving two slash...
1994-03-09 Keith Bosticfirst argument to fwrite is a const void *
1994-01-05 Keith Bosticuse FOPEN_MAX instead of NSTATIC, _POSIX_STREAM_MAX...
1994-01-03 Keith Bosticfgetline(3) renamed to be fgetln(3)
1994-01-03 Keith Bosticrename fgetline.{3,c} -> fgetln.{3,c}
1993-12-22 Chris Torekfgets with count 1 should read no bytes successfully
1993-12-12 Kirk McKusickcopyediting for Usenix manuals
1993-12-12 Chris Torekinsert ANSI-mandated bogosity
1993-11-17 Keith Bostictypo
1993-11-17 Chris Torekwell, looks like we have to get all the fields right...
1993-11-17 Chris Torekwell, looks like we have to get all the fields right...
1993-11-17 Chris Torekclarify text/binary nondistinction; fix up wording...
1993-11-17 Keith Bosticmore typos
1993-11-17 Keith Bostictypo
1993-11-17 Keith Bosticmention mkstemp
1993-11-17 Keith BosticANSI or the SVID guarantees that no name gets reused.
1993-11-04 Chris Torekfseek drops ungetc data; compute correct final offset...
1993-11-04 Chris Torekungetc clears EOF condition
1993-06-10 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-10 Keith Bosticfixed the under development line
1993-06-10 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-10 Keith Bosticfixed the under development line
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-06-05 Chris Torekmust align FILE structures correctly
1993-06-03 Keith BosticChris Torek's new version; speed up integer output...
1993-05-23 Chris Torektrying to get all the fields right is too much trouble...
1993-05-22 Chris Torekalways call __sflush, in case somehow fp->_p > fp-...
1993-05-22 Chris Torekalways call __sflush, in case somehow fp->_p > fp-...
1993-05-22 Chris Torekallow __SRW flush if somehow fp->_p > fp->_bf._base
1993-05-07 Chris Torekrewrite: always allocate buffer immediately; always...
1993-05-07 Chris Toreksplit out buffer size and tty determination code for...
1993-05-07 Chris Torekadd __swhatbuf, internal routine for determining "prope...
1993-05-05 Keith Bosticmktemp is in stdio
1993-04-28 Keith Bosticdelete zopen(3) from the C library, moved to compress...
1993-03-25 Keith BosticJeff Forys' changes to keep from leaving two slashes...
1993-03-05 Chris Torekbcopy => memcpy (safe in all these cases) for ANSI...
1993-03-04 Chris Torekinterface change: size parameter is required, keep...
1993-01-09 Keith Bostictypo
1992-12-17 Keith BosticPeter McIlroy's version that's integrated with David...
1992-12-17 Keith Bosticnote truncation, from Peter McIlroy
1992-12-14 Peter McIlroyuse strtod, not atof
1992-12-04 Chris Torekdo early allocation for nonzero size with NULL buffer...
1992-12-04 Chris Torekreality
1992-12-04 Chris Torekstyle police; setlinebuf returns whatever setvbuf returns
1992-12-04 Keith Bosticadd zopen
1992-10-09 Chris Toreksscanf first arg should be "const char *" (from John...
1992-10-05 Keith Bostic<sys/errno.h> -> <errno.h>
1992-09-12 Chris Torekmake sure we allow flush on update-mode streams
1992-08-28 Keith Bosticdon't allow reuse after close
1992-08-20 Marc Teitelbaumreturn value was backwards
1992-08-14 Keith Bosticlook at size iff buff != NULL; fix from Chris Torek
1992-07-24 Keith Bosticspell
1992-07-13 Keith Bosticneeds ctype.h for isdigit()
1992-06-24 Keith Bosticprefix all ANSI #define's with BSD_ so don't collide...
1992-06-22 Keith Bosticthe seek function takes a fpos_t (off_t), not a long
1992-06-20 Keith Bosticnot long, off_t
1992-06-03 Keith BosticQuad support in printf(3) family
1992-02-05 Keith Bosticclarify failure case for fwrite
1991-09-15 Keith Bosticmove strerror to string
1991-09-04 Keith Bosticfread/fwrite return size_t
1991-08-17 Keith Bosticfread/frwrite return object count, not byte count
1991-07-31 Cynthia A. E. Livi... add escape char (\&) to make groff happy
1991-07-20 Keith Bosticdelete CSH hacks -- csh no longer needs them
1991-06-30 Keith Bosticadd ANSI contribution notice
1991-06-28 Keith Bosticno longer any machine-dependent stdio functions
1991-05-28 Keith Bosticblock every signal that we can block
1991-05-07 Cynthia A. E. Livi... mdoc version three/bsd copyright
1991-05-05 Keith Bosticthe C library should only use bcopy, so programs don...
1991-04-29 Cynthia A. E. Livi... mdoc version three/bsd copyright (this needs a shakedown)
1991-04-27 Donn Seeley(1) Use stdarg.h instead of varargs.h; (2) add STANDARD...
1991-04-27 Donn Seeley(1) Use stdarg.h instead of varargs.h; (2) make it...
1991-04-24 Donn SeeleySome adjustments suggested by cael.
1991-04-21 Cynthia A. E. Livi... text changes or conversion to -mdoc (version 3)
1991-04-20 Cynthia A. E. Livi... put \& between %% so sccs would stop complaining
1991-04-20 Donn SeeleyAdd vscanf() and vsscanf().
1991-04-20 Cynthia A. E. Livi... macro and text revision (-mdoc version 3)
1991-04-16 Donn SeeleyAdd vscanf.c and vsscanf.c (feeping creaturism...)
1991-04-16 Donn Seeleydate and time created 91/04/15 11:47:41 by donn
1991-04-16 Donn Seeleydate and time created 91/04/15 11:47:09 by donn
1991-03-23 Keith Bosticuse isinf(3) and isnan(3) instead of rolling our own
1991-03-18 Chris Torekget the buffering flags right in setbuffer
1991-03-15 Keith Bosticsomebody forgot a scanf.3 entry
1991-03-13 Keith Bosticcheckpoint
1991-03-12 Keith Bosticftell returns the offset, not 0
1991-03-07 Donn SeeleyDocument vfscanf(), which is really just __svfscanf...
1991-03-06 Keith Bosticdate and time created 91/03/05 14:55:18 by bostic
1991-03-06 Keith Bosticdate and time created 91/03/05 14:55:12 by bostic
1991-03-06 Keith Bosticman page pass, minor cleanups
1991-03-06 Keith Bosticfrom scratch -- combine fputs and puts, rename to fputs.3
1991-03-06 Keith Bosticminor cleanup
1991-03-06 Keith Bosticmatch template
1991-03-06 Keith Bosticgo to template
1991-03-06 Keith Bosticdate and time created 91/03/05 13:47:04 by bostic
1991-03-06 Keith Bosticdate and time created 91/03/05 13:34:34 by bostic
1991-03-06 Keith Bosticdocument errno behavior
next