date and time created 91/03/07 20:28:05 by bostic
[unix-history] / usr / src / lib /
1991-03-08 Marc Teitelbaumonly stop looking when getting an ENOENT (fell past...
1991-03-08 Keith Bosticdate and time created 91/03/07 10:23:53 by bostic
1991-03-07 Keith Bosticupdate to use the real db(3) interface
1991-03-07 Keith Bosticdate and time created 91/03/06 18:16:03 by bostic
1991-03-07 Keith Bosticdate and time created 91/03/06 18:09:53 by bostic
1991-03-07 Keith Bosticdate and time created 91/03/06 18:09:30 by bostic
1991-03-07 Mike Karelsfix winsize (extra indirection)
1991-03-07 Keith Bosticadd getopt(3), make links for random
1991-03-07 Keith Bosticresolver interface with named and friends defined in...
1991-03-07 Keith Bosticmove regex from libc to libcompat
1991-03-07 Keith Bosticmove regex to libcompat
1991-03-07 Keith Bosticadd insque, remque
1991-03-07 Keith Bosticdone at Berkley, add Berkeley specific copyright
1991-03-07 Keith Bosticcheckpoint
1991-03-07 Keith Bosticinit argv, used by realloc
1991-03-07 Keith BosticTom Truscott's version of crypt
1991-03-07 Donn SeeleyDocument vfscanf(), which is really just __svfscanf...
1991-03-07 Keith Bosticunsigned length fix
1991-03-07 Keith Bosticunsigned integer fix (again!)
1991-03-06 Keith Bosticadd db, locale; don't need to specially sort the librar...
1991-03-06 Keith Bosticmv strerror into ../stdio
1991-03-06 Keith Bosticrename as strerror.3
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-06 Keith Bostic"const" handled by sys/cdefs.h
1991-03-05 Keith BosticVAX .s routines only work with the old stdio
1991-03-04 Keith Bosticfix aggregate initialization for pcc
1991-03-04 Keith BosticANSI
1991-03-04 Keith BosticDBT data changed to be unsigned
1991-03-04 Keith BosticDBT data changed to be unsigned, fix routines that...
1991-03-04 Keith Bosticconvert from ndbm(3) to db(3) interface
1991-03-04 Keith Bosticforgot to switch the include file from ndbm.h to db.h
1991-03-04 Keith Bosticconvert from ndbm(3) to db(3) interface
1991-03-03 Keith Bostic4th arg to dn_expand is a pointer
1991-03-03 Keith Bosticget declarations right
1991-03-03 Keith Bosticp_class, p_type, and fp_query are exported to named
1991-03-03 Mike Karelsdocument use of null status pointer, distinguish betwee...
1991-03-01 Dave A. Borman(no message)
1991-03-01 Dave A. Bormandate and time created 91/02/28 22:01:33 by dab
1991-03-01 Dave A. Bormandate and time created 91/02/28 22:01:32 by dab
1991-03-01 Dave A. Bormandate and time created 91/02/28 22:01:31 by dab
1991-03-01 Dave A. Bormandate and time created 91/02/28 22:01:30 by dab
1991-03-01 Dave A. Bormandate and time created 91/02/28 22:01:29 by dab
1991-03-01 Dave A. Bormandate and time created 91/02/28 22:01:28 by dab
1991-03-01 Dave A. Bormandate and time created 91/02/28 22:01:27 by dab
1991-03-01 Dave A. Bormandate and time created 91/02/28 22:01:26 by dab
1991-03-01 Keith Bosticpcc (dammit!)
1991-02-28 Keith BosticANSI fixes
1991-02-26 Keith Bosticmissed a sizeof when fixed the last one
1991-02-26 Keith BosticDatabases don't like it when the sizes of their keys...
1991-02-25 Donn SeeleyFix __STDC__ version of C-shell printf() to be more...
1991-02-25 Keith Bosticoff-by-one in path termination
1991-02-25 Keith BosticThere was a reason they included <sys/param.h> (MIN...
1991-02-25 Keith BosticAdd include files to get prototype declarations, and...
1991-02-25 Keith Bosticnew version of ndbm routines, minor cleanup
1991-02-25 Keith BosticAdd include files to get prototype declarations, and...
1991-02-25 Keith Bosticdate and time created 91/02/24 15:16:07 by bostic
1991-02-25 Keith Bosticadd ANSI prototypes
1991-02-25 Keith BosticAdd include files to get prototype declarations, and...
1991-02-25 Keith Bosticdon't use syslog, application may have already used it.
1991-02-25 Keith BosticAdd include files to get prototype declarations, and...
1991-02-25 Keith Bostictypo
1991-02-25 Keith BosticAdd include files to get prototype declarations, and...
1991-02-25 Keith Bosticbcmp, bzero take void *, not char *
1991-02-25 Keith Bosticbcopy takes a void *, not a char *
1991-02-25 Keith Bosticexec family (except for exect) are now machine-independent
1991-02-25 Keith Bosticlots of minor changes
1991-02-25 Keith Bosticneed ctype.h, shouldn't have deleted it
1991-02-25 Keith Bosticdoesn't need ctype.h
1991-02-25 Keith BosticAdd include files to get prototype declarations, and...
1991-02-25 Keith BosticAdd include files to get prototype declarations, and...
1991-02-25 Keith Bosticneeds limits.h
1991-02-25 Keith BosticAdd include files to get prototype declarations, and...
1991-02-24 Donn SeeleyAdjustments and bug fixes after adding prototypes to...
1991-02-24 Donn SeeleyRuin Keith's finely crafted ANSI C code to make it...
1991-02-24 Donn SeeleyAdd include files to get prototype declarations, and...
1991-02-24 Keith Bosticredo all the exec routines from scratch in C (well...
1991-02-24 Keith Bosticfrom POSIX.1 documentation -- specify what *really...
1991-02-24 Keith Bosticblackbox the token passed between getmode and setmode...
1991-02-24 Keith Bosticreformat to KNF
1991-02-24 Donn SeeleyChanges for prototype declarations.
1991-02-24 Donn SeeleyChanges to accommodate prototype declarations.
1991-02-24 Keith Bosticmake flags arguments right
1991-02-24 Keith Bosticmake flags right
1991-02-24 Keith Bosticminor wordsmithing, make flags right
1991-02-23 Keith BosticANSI prototypes
1991-02-23 Keith Bosticcleanup, update, reimplement to work as correctly as...
1991-02-23 Keith Bostica little less verbose, please
1991-02-23 Keith BosticANSI fix
1991-02-23 Keith BosticANSI and c++ stuff
1991-02-23 Keith Bosticmore compatibility
next