summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2000-11-08 05:47:07 +0000
committerKen Raeburn <raeburn@mit.edu>2000-11-08 05:47:07 +0000
commit78510a69e1f7a3ce1add39de1bbacfcca24bf630 (patch)
treef4a9497feda095fc0e2fe3740724d23fe4d85278 /src
parente62faf6f8edb1c34c8eed9887e71541b5107b9d3 (diff)
clarify a little
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12856 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/util/et/ChangeLog7
1 files changed, 4 insertions, 3 deletions
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 <raeburn@mit.edu>
- 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';