SCCS id got lost along the way
[unix-history] / usr / src / lib / libc / stdio /
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
1991-01-22 Chris Torekreinsert hp300 hack for Inf and NaN; add sparc to the...
1991-01-21 Keith Bosticnew stdio
1991-01-21 Keith Bosticmessed up the copyright header and keywords
1991-01-21 Keith Bosticnew stdio
1991-01-21 Keith Bosticnew stdio; renamed from rew.c
1991-01-21 Keith Bosticnew stdio
1991-01-21 Keith Bosticnew stdio; renamed from doscan.c
1991-01-21 Keith Bosticnew stdio; renamed from doprnt.c. There was a trivial...
1991-01-21 Keith Bosticnew stdio; renamed from flsbuf.c
1991-01-21 Keith Bosticnew stdio; renamed from findiop.c
1991-01-21 Keith Bosticnew stdio
1991-01-21 Keith Bosticnew stdio from Chris Torek
1990-11-28 Keith Bosticmake error messages a little better, use constants...
1990-06-29 Keith Bostictemporary fix to IEEE numbers modf can't handle. ...
1990-06-24 Trent Heinnew copyright notice
1990-06-24 Keith Bosticdate and time created 90/06/23 16:23:27 by bostic
1990-06-23 Keith Bosticredo the compat-sys5.3 manual page as the tmpnam.3...
1990-06-23 Keith Bosticfree up the memory if it fails
1990-06-19 Edward Wangrestart writes interrupted by signals but have made...
1990-06-02 Keith Bosticnew copyright notice
1990-06-02 Keith Bosticnew copyright notice
1990-01-03 Keith Bosticmemcpy & memccpy had args reversed; bug report 4.3BSD...
1989-10-17 Keith Bostictry it again; add section RETURN VALUE, note errno...
1989-10-17 Keith Bosticfrom scratch; add specification of errno values
1989-10-17 Keith Bosticmake sure we stat the right directory
1989-05-19 Keith Bosticmove to compatibility library, make ANSI compliant...
1989-05-19 Keith Bosticbreak out gets; make ANSI C compatible
1989-04-15 Keith Bosticupdate for ANSI printf, plus some reworking; from Chris...
1989-04-10 Keith Bosticseparate strerror() and make perror() call it.
1989-04-02 Keith Bosticremove subsection designations
1989-03-27 Keith Bosticembedded assignments are dangerous; Auspex port found...
1988-12-22 Keith Bosticdocument that created file is 0600
1988-12-20 Keith Bosticadd fpurge
1988-12-17 Keith Bosticon unknown error, at least print out the errno
1988-12-17 Keith Bosticadd fpurge()
1988-12-13 Keith Bosticadd strdup
1988-11-17 Keith Bosticadd strerror function; ANSI 4.11.6.2
1988-11-15 Keith Bosticstrtok gets its own man page, with strsep
1988-10-31 Keith Bosticcheck for errno < 0
1988-10-24 Keith Bostic%h is broken; "printf("%hd %hd\n", (short)1, (short...
1988-09-23 Keith Bosticmove _cleanup from findiop.c to flsbuf.c so lorder...
1988-08-04 Keith Bostictreewalk is real; replace ftw with it
1988-08-03 Keith Bosticrewritten to use writev by Sam; add Berkeley specific...
1988-07-24 Keith Bosticadd strtol(BA_LIB)
1988-07-24 Keith Bosticcleanup; tmpfile now lets tmpnam allocate space for...
1988-07-15 Keith Bosticadd ftw
1988-07-10 Keith Bosticinstall approved copyright notice
1988-06-28 Keith Bosticinstall approved copyright notice
1988-06-28 Keith Bosticinstall approved copyright notice
1988-06-28 Keith Bosticinstall approved copyright notice
1988-06-09 Keith Bosticadd tmpfile(), tempnam() and associate commentary
1988-06-09 Keith Bosticrewrite tmpnam(BA_LIB) from manual page and add Berkele...
1988-06-09 Keith Bosticminor optimizations
1988-06-08 Keith Bosticdon't allow negative zero; ``printf("%.3f", (double...
1988-06-07 Keith Bosticdon't allow negative zero; ``printf("%.3f", (double...
1988-06-06 Keith Bosticupdate from Chris for ANSI _doprnt; add BUGS section...
1988-06-04 Keith Bosticdate and time created 88/06/03 18:38:12 by bostic
1988-06-04 Keith Bosticadd D, O, U; completely redo the floating point
1988-06-02 Keith Bosticfix "printf("%4.1f\n", (double)0.0);"
next