From: Ken Raeburn Date: Wed, 8 Nov 2000 05:47:07 +0000 (+0000) Subject: clarify a little X-Git-Tag: krb5-1.3-alpha1~1761 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=78510a69e1f7a3ce1add39de1bbacfcca24bf630;p=krb5.git clarify a little git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12856 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog index f64c89cfb..6441d2ad7 100644 --- a/src/util/et/ChangeLog +++ b/src/util/et/ChangeLog @@ -1,8 +1,9 @@ 2000-11-08 Ken Raeburn - Test out lclint and its4 on com_err library. One lclint error - left on Solaris, due to deficiencies in lclint. Its4 chokes in - parser. + Test out lclint and its4 on com_err library, fixing reported + problems (including a rewrite of the memory management model). + One lclint error left on Solaris, due to deficiencies in lclint. + Its4 chokes in parser. * com_err.h (struct error_table): Annotate MSGS as pointing to 'shared' data. (error_message): Returned data is 'observer' and 'dependent';