4.4BSD snapshot (revision 8.1)
[unix-history] / usr / src / lib / libc / stdio /
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
1991-03-06 Keith Bosticno reason to mention malloc/free
1991-03-05 Keith BosticVAX .s routines only work with the old stdio
1991-02-25 Donn SeeleyFix __STDC__ version of C-shell printf() to be more...
1991-02-25 Keith BosticAdd include files to get prototype declarations, and...
1991-02-25 Keith Bosticlots of minor changes
1991-02-23 Keith Bosticcleanup, update, reimplement to work as correctly as...
1991-02-16 Chris Torekcsh ugliness needs to pass sprintf on to regular stdio...
1991-02-06 Chris Torekmust seek to end when appending, to make ftell work
1991-02-05 Chris Torekkeep gcc happy
1991-02-05 Chris Torekiov base is not const; perhaps it should be...
1991-02-05 Chris Torekkeep gcc happy
1991-02-05 Chris Torekrepair arguments (add const)
1991-02-05 Chris Torekuse __P prototype macro; add a few missing prototypes
1991-02-02 Keith Bosticstdc.h -> cdefs.h
1991-02-02 Keith Bosticfflush -> __sflush
1991-02-02 Keith Bosticstdc.h -> cdefs.h
1991-02-02 Keith Bosticfflush -> __sflush
1991-02-02 Keith Bosticstdc.h -> cdefs.h
1991-02-02 Keith Bosticfflush -> __sflush
1991-02-02 Keith Bosticstdc.h -> cdefs.h
1991-02-02 Keith Bosticinitialization out of order wrt stdio.h
1991-02-02 Keith Bosticuse __sflush, not fflush
1991-02-02 Keith Bosticfdopen got messed up
1991-02-01 Chris Torekfix up gcc lint
1991-01-30 Chris TorekNaN has a sign too
next