bind9/lib
David Lawrence 87cafc5e70 Megacommit of many files.
Mostly, several functions that take pointers as arguments, almost
always char * pointers, had those pointers qualified with "const".
Those that returned pointers to previously const-qualified arguments
had their return values qualified as const.  Some structure members
were qualified as const to retain that attribute from the variables
from which they were assigned.

The macro DE_CONST was added to isc/util.h to deal with a handful of very
special places where something is qualified as const but really needs to have
its const qualifier removed.

Also cleaned up a few places where variable names clashed with reserved
identifiers.  (Which mostly works fine, but strictly speaking is undefined
by the standard.)

Minor other ISC style cleanups.
2000-06-01 17:20:56 +00:00
..
dns refer to RFC2845, not draft-ietf-dnsext-tsig-00.txt 2000-06-01 16:47:26 +00:00
isc Megacommit of many files. 2000-06-01 17:20:56 +00:00
lwres changed "c" stack variable from char to unsigned char to quiet Solaris 5.8 2000-05-25 01:08:07 +00:00
omapi dst now stores the key name as a dns_name_t, not a char *. 2000-05-24 23:13:32 +00:00
tests conform wrapper symbol to ISC style. include isc/result.h for isc_result_t. 2000-05-24 04:59:02 +00:00
.cvsignore add .cvsignore files 1998-12-11 21:09:59 +00:00
Makefile.in update copyright 2000-02-03 23:17:52 +00:00