From bd65e8bba8654e2d5e65051388bdf4b22ad04ddd Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 17 Oct 2001 16:32:25 +0000 Subject: * def-check.pl: New file. Not currently used by any automatic processes. Checks krb5.hin against krb5_32.def for consistency; might work with other .h/.def files but hasn't been tested. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13814 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/util/ChangeLog') diff --git a/src/util/ChangeLog b/src/util/ChangeLog index 46868d38e..0a0f98df7 100644 --- a/src/util/ChangeLog +++ b/src/util/ChangeLog @@ -1,3 +1,9 @@ +2001-10-17 Ken Raeburn + + * def-check.pl: New file. Not currently used by any automatic + processes. Checks krb5.hin against krb5_32.def for consistency; + might work with other .h/.def files but hasn't been tested. + 2001-10-10 Ken Raeburn * depfix.sed: Change "foo.o" to "$(OUTPRE)foo.$(OBJEXT)" so that @@ -6,7 +12,7 @@ 2001-09-06 Ken Raeburn * depgen.sed: New file. - * depfix.sed: Remove /foo/../ sequences, looping til no more. + * depfix.sed: Remove /foo/../ sequences, looping 'til no more. 2001-09-01 Ken Raeburn -- cgit