date and time created 91/03/06 18:09:53 by bostic
[unix-history] / usr / src / lib / libc /
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 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 to libcompat
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-05 Keith BosticVAX .s routines only work with the old stdio
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 Keith Bosticpcc (dammit!)
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 Bosticdate and time created 91/02/24 15:16:07 by bostic
1991-02-25 Keith Bosticadd ANSI prototypes
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
1991-02-23 Keith Bosticdirent.h is in /usr/include, not /usr/include/sys
1991-02-23 Keith Bosticneed stdio for DEBUG and HASH_STATISTICS
1991-02-22 Keith Bosticmake sure oaddr doesn't get set on empty pages
1991-02-22 Keith Bosticcount bitmaps so they can be free'd
1991-02-22 Keith Bosticclear errno on open/create after stat; count bitmaps...
1991-02-22 Keith Bosticmake sure free'd overflow pages are not reread from...
1991-02-22 Keith Bosticupdate from Margo Seltzer, for her partial distribution
1991-02-22 Keith BosticL_SET -> SEEK_SET
1991-02-22 Keith Bosticdon't put namestr into text space -- Thanks ANSI!
1991-02-22 Keith Bosticmove O_ACCMODE into ../dist/sysv.h
1991-02-22 Keith Bosticmake dn_skipname, fp_query, hostalias, p_cdname, p_clas...
1991-02-22 Keith Bosticdelete sethostfile(3)
1991-02-22 Keith Bosticfix include to be right, minor wordsmithing
1991-02-22 Keith Bosticmove dkcksum() to sbin/disklabel/dkcksum.c
1991-02-22 Keith Bosticmorecore should be static
1991-02-21 Keith Bosticsave four bytes
1991-02-21 Keith Bosticdon't do the fcntl unless the file was openeed
1991-02-21 Keith Bosticrename getwd to getcwd for POSIX.1 compatibility
1991-02-21 Keith Bosticadd getwd(3)
1991-02-21 Keith Bosticdate and time created 91/02/20 08:15:42 by bostic
1991-02-20 Keith BosticPOSIX requires this to be used in non-numerical situations
1991-02-20 Keith Bosticdate and time created 91/02/19 15:39:22 by bostic
1991-02-20 Keith Bosticdate and time created 91/02/19 15:39:16 by bostic
1991-02-20 Keith Bosticrename setpgrp to setpgid, add setpgrp compat call...
next