use isinf(3) and isnan(3) instead of rolling our own
[unix-history] / usr / src / lib / libc /
1991-03-23 Keith Bosticuse isinf(3) and isnan(3) instead of rolling our own
1991-03-20 Keith Bosticadd gl_matchc, GLOB_MAGCHAR
1991-03-20 Keith Bostichas nameser.h; needs sys/param.h for endian.h
1991-03-20 Keith Bosticdon't ref non-existent man pages
1991-03-19 Keith Bosticuse right sccs strings
1991-03-19 Keith Bosticadd isinf.3
1991-03-19 Keith Bosticdate and time created 91/03/18 17:01:12 by bostic
1991-03-19 Keith Bosticdate and time created 91/03/18 16:52:52 by bostic
1991-03-19 Keith Bosticdate and time created 91/03/18 16:52:38 by bostic
1991-03-19 Keith Bosticdate and time created 91/03/18 16:51:40 by bostic
1991-03-19 Keith Bosticdate and time created 91/03/18 16:51:11 by bostic
1991-03-18 Chris Torekget the buffering flags right in setbuffer
1991-03-17 Keith Bosticrestore sccs id string
1991-03-17 Keith Bosticremove /APP, /NO_APP
1991-03-16 Cynthia A. E. Livi... try to make display narrower
1991-03-16 Cynthia A. E. Livi... tried to pretty up display
1991-03-16 Keith BosticENOSPC was duplicated
1991-03-16 Keith BosticEDQUOT error was duplicated
1991-03-16 Keith Bosticexecvp has to do ENOEXEC recovery even if `/' in the...
1991-03-15 Keith Bosticfts_load no longer has any return value
1991-03-15 Keith Bosticdon't set XDEV dev_t until have stat'd the root of...
1991-03-15 Keith Bosticsomebody forgot a scanf.3 entry
1991-03-15 Keith Bosticdon't check it in until it compiles...
1991-03-14 Keith Bosticbuild errlst.o and errlst.po separately
1991-03-14 Keith Bosticuse syslog instead of writing directly to stderr
1991-03-13 Keith Bosticcheckpoint
1991-03-13 Keith BosticChange HASHINFO element ncached to cachesize for consis...
1991-03-13 Keith BosticMake all bucket and overflow addresses unsigned
1991-03-13 Keith BosticMake all bucket and overflow addresses unsigned
1991-03-13 Keith BosticChange HASHINFO element ncached to cachesize for consis...
1991-03-13 Keith BosticMake all bucket and overflow addresses unsigned
1991-03-13 Keith BosticMake all bucket and overflow addresses unsigned
1991-03-13 Keith Bosticmake dbm_fetch set dsize to 0 when elements aren't...
1991-03-12 Keith Bosticftell returns the offset, not 0
1991-03-12 Keith Bosticchange to return to starting node before postorder...
1991-03-12 Keith Bosticflag fields are u_int's
1991-03-12 Keith Bostic#define root and root's parent fts_level values in...
1991-03-11 Cynthia A. E. Livi... man page macro and text revisions (-mdoc version 3)
1991-03-11 Keith Bosticrework to set errno on fts_info error cases, return...
1991-03-11 Keith Bosticnon-AT&T implementations of frexp.c in machine/gen...
1991-03-08 Keith BosticANSI; #ifdef out code to delete trailing slashes from...
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 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...
next