bind9/lib
David Lawrence 092b4e5359 The deletion assertion failure reported in RT #112 has been fixed; a pointer
should have been set to NULL when the top of a level was being rotated but
instead it was set to the node which pointed down to the level of the deleted
node.

rotate_left and rotate_right no longer take a parent parameter, since they
don't need it with the existence of parent pointers.

dns_rbt_deletefromlevel now takes a pointer to the pointer of the root of
the level as a parameter so that it doesn't have to rediscover the root that
its caller (dns_rbt_deletenode) already discovered.

dns_rbt_deletefromlevel did some (minor) pointless work with the sibling of the
deleted node before the color fixup loop was entered; it does so no more.

forward function declarations changed to ISC style.
2000-05-19 04:42:08 +00:00
..
dns The deletion assertion failure reported in RT #112 has been fixed; a pointer 2000-05-19 04:42:08 +00:00
isc use _PLATFORM_NEEDINETIN6H 2000-05-18 22:43:48 +00:00
lwres use _PLATFORM_NEEDINETIN6H 2000-05-18 22:43:48 +00:00
omapi changed dst_key_free() prototype, misc. dst cleanup 2000-05-19 00:20:59 +00:00
tests DNS_R_RANGE -> ISC_R_RANGE 2000-05-15 21:14:38 +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