add Berkeley copyright
[unix-history] / usr / src / lib / libc / stdio /
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
1987-09-15 Keith Bosticuse stat, not access; bug report 4.3BSD/lib/94
1987-04-11 Keith Bosticbug report 4.2BSD/lib/63
1987-04-11 Keith Bosticmajor rework; bug report 4.2BSD/lib/63
1986-06-06 Jim Bloomfix plus because cfo decide to chang things
1986-05-28 Kevin Dunlapfix quotes
1986-05-15 Mike KarelsEnglishisize, add error return for mkstemp
1986-05-15 Mike Karelsdocument sticky EOF
1986-05-15 Mike Karelspoint out sticky EOF
1986-05-15 Mike Karelsdocument internal memory allocation, how to avoid
1986-05-15 Jim Bloomrearrange the order of the conversion string and specif...
1986-05-13 Kirk McKusickname change (forwards into the past)
1986-05-13 Mike Karelstell them what to do
1986-03-27 Jim Bloomavoid possible problem from too many calls to ungetc
1986-03-10 Donn Seeleyadded LIBC_SCCS condition for sccs ids
1986-03-01 Jay Lepreauback out portion of last rev that make it return the...
1986-02-25 Jay Lepreauback to old fseek returning -1 and 0; document the...
1986-02-11 Mike Karelsall right, all right, I'll use calloc (using malloc...
1986-02-11 Mike Karelsall right, all right, I'll use calloc (using malloc...
1986-02-10 Mike Karelsmove dynamic allocations into findiop.c, so can do...
1986-02-10 Mike Karelstry again; can't be called from crt0 (breaks sh)
1986-02-07 Mike Karelsouts for programs using alternae memory allocators:
1986-02-05 Mike Karelsouts for programs using alternae memory allocators:
1986-02-05 Mike Karelsas before, _stdio_init
1985-11-07 Jim Bloomeverything should be declared as returning an int
1985-10-31 Kirk McKusickdescribe return value for fseek (not Sys V compatible...
1985-09-19 Jay Lepreauset EMFILE if out of fd's
1985-06-06 Jay Lepreauclearerr resets eof and is not now a macro
1985-06-06 Kirk McKusickAdd copyright
1985-05-31 Distribution FolksAdd copyright
1985-05-31 Kirk McKusickAdd copyrights
1985-05-31 Distribution FolksAdd copyright
1985-05-16 Kirk McKusick4.3BSD beta release manual page
1985-05-16 Kirk McKusickmanual page distributed with 4.2BSD
next