4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / lib / libc / stdio /
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);"
1988-05-25 Keith Bosticfix %.60g to not add on precision digits
1988-05-25 Keith Bosticdate and time created 88/05/24 18:59:05 by bostic
1988-05-25 Keith Bosticdate and time created 88/05/24 18:59:04 by bostic
1988-05-24 Keith BosticANSI C fix
1988-05-24 Keith Bosticmake sure we can write
1988-05-24 Keith Bosticvarious padding fixes from Chris
1988-05-20 Keith Bostichandle exponents greater than 2 digits
1988-05-20 Keith Bosticif precision is specified, 0 flag is ignored for diouXx...
1988-05-19 Keith Bosticremove references to long double; it's just not available
1988-05-19 Keith Bosticwrite 0's for unreasonable precision requests after...
1988-05-19 Keith Bosticfix rest of Chris' bugs, mostly sign and padding placement
1988-05-19 Keith Bosticif zero value, and precision of zero, nothing gets...
1988-05-19 Keith Bosticalways pad with spaces on the right
1988-05-19 Keith BosticChris' fix for alternate hex and octal mode
1988-05-19 Keith Bosticrip out statics; go back to fixed buffer size, malloc...
1988-05-18 Keith Bosticdon't reinit buffer each time
1988-05-18 Keith BosticChris says that ANSI now says if you specify the precis...
1988-05-18 Keith BosticChris argues convincingly for a hex representation...
1988-05-18 Keith Bostichandle infinite floating point precision
1988-05-18 Keith BosticChris's changes, plus some minor fixes
1988-05-18 Keith Bosticmake `"%4l3d"', `"%*3d", 4', and `%3*d' do the right...
1988-05-17 Keith Bosticfix string precision check
1988-05-17 Keith Bosticredo putc macro for part of %s, and parsing format...
1988-05-12 Keith Bosticminor whacks; checkpoint before speed attempt
1988-05-12 Keith Bosticminor cleanups, move format checking into _cvt
1988-05-11 Keith Bosticpasses basic checks with rewritten floating point
1988-05-10 Keith Bosticcheckpoint; gonna try and rewrite floating point
1988-05-10 Keith Bosticfirst version to pass basic tests; rewrite complete
1988-05-10 Keith Bosticversion that attempts to do formatting of floats itsellf
1988-05-09 Keith Bosticadd 'e' format
1988-05-09 Keith Bosticfirst cut at ANSI version; also added 'f' format
1988-05-08 Keith BosticFirst "working" version. Rip out roman number and...
1988-05-08 Keith Bosticoriginal posting by Steve Summit to USENET
1987-12-13 Keith Bosticprintf returns number of chars processed; attach Berkel...
1987-12-13 Keith Bosticfprintf returns number of chars processed; attach Berke...
1987-12-13 Keith Bosticattach Berkeley header
1987-12-06 Keith Bosticuse L_SET define for rewind call
1987-12-03 Keith Bosticadd header; use correct #defines; make lint happy
1987-12-01 Keith BosticBerkeley code; fix copyright
1987-10-26 Keith BosticANSI C; sprintf now returns an int.
1987-10-23 Keith BosticANSI C; sprintf now returns an int; document all return...
1987-10-23 Keith BosticANSI C; sprintf now returns an int.
1987-10-17 Keith Bosticstderr should not be line buffered
1987-10-01 Keith Bosticsys_nerr and sys_errlist are externs
next