Module Name: krb5 Committed By: raeburn Date: Thu Sep 23 23:26:25 UTC 2004 Modified Files: krb5/src/util/profile/ChangeLog krb5/src/util/profile/Makefile.in krb5/src/util/profile/configure.in krb5/src/util/profile/prof_set.c krb5/src/util/profile/prof_tree.c Added Files: krb5/src/util/profile/prof_test1 Removed Files: Log Message * prof_tree.c (struct profile_node): Add new bitfield DELETED. (profile_add_node): Move variable CMP into inner block where it's used. Clear deleted flag. (profile_find_node): Skip deleted nodes. (profile_remove_node): Just set the deleted flag, don't modify the tree. * Makefile.in (profile_tcl.c): Target should be in srcdir. (profile_tcl.o): Depend on profile.h. (DO_TCL): New variable. (check-unix-tcl-, check-unix-tcl-ok): New targets. (check-unix): Depend on one of them, based on DO_TCL. * configure.in: Set and substitute DO_TCL. * prof_test1: New file. To generate a diff of this commit: cvs diff -r1.157 -r1.158 krb5/src/util/profile/ChangeLog cvs diff -r1.54 -r1.55 krb5/src/util/profile/Makefile.in cvs diff -r1.23 -r1.24 krb5/src/util/profile/configure.in cvs diff -r1.7 -r1.8 krb5/src/util/profile/prof_set.c cvs diff -r1.26 -r1.27 krb5/src/util/profile/prof_tree.c cvs diff -r0 -r1.1 krb5/src/util/profile/prof_test1