ANSI
[unix-history] / usr / src / include /
1991-03-01 Dave A. BormanAdd support for encryption and authentication
1991-02-28 Donn SeeleyA bit more work to achieve C++ compatibility.
1991-02-27 Keith Bosticgetgroups takes a pointer to int's for now
1991-02-27 Keith Bosticdon't include system include files here
1991-02-26 Keith BosticDocument trailing slashing on path buildling paths
1991-02-25 Keith Bosticmove insque/remque to libcompat, no longer need structu...
1991-02-25 Keith Bosticadd prototype for getsubopt(3)
1991-02-25 Keith Bosticlots of prototype corrections
1991-02-25 Keith Bosticdn_comp and dn_expand all expect u_char's, not chars
1991-02-25 Keith Bosticinclude sys/types.h, no longer need to typedef size_t
1991-02-25 Keith Bosticmove P_tmpdir from /usr/tmp to /var/tmp
1991-02-25 Keith Bosticgethostbyaddr takes a char *, not a void *
1991-02-25 Keith Bosticmodf takes a double * as it's second argument
1991-02-25 Keith Bosticswab takes void *'s, not char *'s
1991-02-25 Keith Bosticput "." at the end of the default path
1991-02-25 Keith Bosticfirst pass at function prototypes with cdefs.h
1991-02-24 Donn SeeleyMake unvis() have more reasonable argument types.
1991-02-24 Donn SeeleyAdjust the type of scandir's function argument.
1991-02-24 Donn SeeleyGoof in order of arguments for vis() prototype.
1991-02-24 Donn SeeleyAdd const qualifiers to make utime declaration more...
1991-02-24 Keith Bosticdefault path, used by sh(1) and C library exec routines
1991-02-23 Donn SeeleyTweaks for psignal().
1991-02-23 Donn SeeleyDeclare sys_siglist[] to go with psignal().
1991-02-23 Donn Seeleyconst char ** => char * const *
1991-02-23 Donn SeeleyFix some overeager use of 'const'.
1991-02-23 Donn Seeleymktime()'s argument isn't const.
1991-02-23 Donn SeeleyMake exect()'s prototype more like the (correct) one...
1991-02-23 Keith Bosticadd sys/time.h, prototype for select needs it.
1991-02-23 Donn SeeleyFix 'const' problems with getopt()'s prototype.
1991-02-23 Keith Bosticprotect stdarg.h -- used by syslog.h and probably by...
1991-02-23 Keith Bosticdate and time created 91/02/22 11:34:25 by bostic
1991-02-23 Keith Bosticb{cmp,copy,zero} all take void *, not char *
1991-02-23 Keith Bosticmake safe for c++
1991-02-23 Keith Bosticall the p_ routines are static to the library
1991-02-23 Donn SeeleyThis baby is included by the kernel... Declare getdire...
1991-02-23 Keith Bosticsetpwfile has gone away
1991-02-23 Donn SeeleyRemove prototype parameter names, both because they...
1991-02-23 Donn SeeleyBe consistent about using names for prototype parameter...
1991-02-23 Donn SeeleyAdded prototype declarations for documented interfaces.
1991-02-23 Donn SeeleyReorganized declarations to accommodate both ANSI and...
1991-02-23 Donn SeeleyAdded new prototype declarations and cleaned up.
1991-02-22 Keith Bosticsigsetjmp changes were wrong; back out for now
1991-02-22 Keith Bosticfirst pass at function prototypes with cdefs.h
1991-02-20 Keith Bostic1990 POSIX.1 revision moved ctermid to <stdio.h>
1991-02-19 Donn Seeleywe now have stubs for the annoying ANSI multibyte chara...
1991-02-18 Chris Torekdate and time created 91/02/18 00:39:04 by torek
1991-02-15 Donn SeeleyProto-ized, ANSI-ized, POSIX-ized for your protection.
1991-02-15 Keith Bosticsince db(3) appends ".db", don't need it here.
1991-02-15 Keith Bosticadd DBM_SUFFIX
1991-02-14 Donn SeeleyG++'s parser isn't up to handling atexit()'s extended...
1991-02-13 Keith Bosticprotect against user inclusion (included by ndbm.h)
1991-02-13 Keith Bosticadd cdefs.h, redo the function prototypes
1991-02-13 Keith Bosticdon't need to prepend key with type byte any more;
1991-02-13 Keith Bosticnew version from Margo Seltzer with the db(3) hash...
1991-02-13 Keith Bosticrework the password subsystem
1991-02-09 Keith BosticANSI style declarations
1991-02-09 Keith Bosticadd /var/run/dev.db to global list, used by ttyname...
1991-02-06 Keith Bosticfirst pass at function prototypes with cdefs.h
1991-02-06 Keith Bosticadd _PATH_VARRUN for /var/run.
1991-02-06 Keith Bosticfirst pass at function prototypes with cdefs.h
1991-01-27 Keith Bosticstdc.h -> cdefs.h; use __P, sort functions, minor words...
1991-01-21 Keith Bosticstrsep had an incorrect function prototype
1991-01-21 Keith Bosticnew stdio from Chris Torek
1991-01-21 Keith BosticBerkeley specific copyright, document each #define
1991-01-19 Keith Bosticnew version
1991-01-18 Keith Bosticnew version
1991-01-18 Keith Bostickernel reorg, make strmode take an int.
1991-01-04 Keith Bostickernel reorg
1990-12-19 Keith Bostickernel reorg
1990-12-18 William Nesheim386 byte sex; really should be ENDIAN et al someday...
1990-12-18 William Nesheimfix TXTOFF for 386 pagesize (like hp300)
1990-12-06 Keith Bosticdate and time created 90/12/05 11:57:06 by bostic
1990-12-03 Keith Bosticmachine/machlimits.h -> machine/limits.h
1990-11-16 Keith Bosticchange routine names, lots of wording changes, add...
1990-11-15 Keith Bosticdirect -> dirent in a comment
1990-11-02 Keith Bosticfirst cut at adding POSIX.2 limits (needed _POSIX2_LINE...
1990-10-16 Eric Allmanadd EX__MAX to represent top value listed
1990-09-25 Keith Bosticscandir now takes struct dirent's, not directs
1990-09-06 Keith BosticSTD ordering, add vaxbi, fold Makefile.install into...
1990-08-28 Keith Bosticdate and time created 90/08/27 21:33:13 by bostic
1990-08-28 Keith Bosticadd clock, POSIX.1 times is going to use it
1990-08-25 Keith Bostic/usr/man -> /usr/share/man
1990-07-02 Keith Bosticcurses.h is installed from libcurses
1990-07-02 Keith Bostictypo
1990-06-30 Keith Bosticremove pascal subdirectory...
1990-06-29 Paul BormanAdd XDISPLOC, ENVIRON, SOFT_TAB and LIT_ECHO definitions
1990-06-27 Keith Bosticcomment wasn't right...
1990-06-27 Marc Teitelbaumdate and time created 90/06/26 14:23:54 by marc
1990-06-27 Marc Teitelbaumnew copyright, STDC prototypes, new flags
1990-06-26 Keith Bosticmake sym links bin.bin
1990-06-26 Mike Karelsmove time constants here
1990-06-25 Keith Bosticmake this work for an ANSI compiler, where abort is...
1990-06-25 Keith Bostic4K pages on the HP's -- should be handled somewhere...
1990-06-25 Keith Bosticcan be `char *' or `void *' according to ANSI C, but...
1990-06-25 Keith Bosticadd _PATH_MAILDIR
1990-06-24 Keith Bostictypo
1990-06-24 Keith Bosticsyntactic sugar
1990-06-24 Keith BosticANSI typedef's; no longer need sys/types.h, though
1990-06-24 Keith Bosticadd c_plusplus to STDC ifdef
1990-06-23 Keith Bosticmake LINE_MAX real, give it an obscure name
next