summaryrefslogtreecommitdiffstats
path: root/c/src/libmisc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libmisc/ChangeLog')
-rw-r--r--c/src/libmisc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/libmisc/ChangeLog b/c/src/libmisc/ChangeLog
index 347754fb94..4a186b2275 100644
--- a/c/src/libmisc/ChangeLog
+++ b/c/src/libmisc/ChangeLog
@@ -1,5 +1,13 @@
2002-07-01 Joel Sherrill <joel@OARcorp.com>
+ * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
+ monitor/mon-object.c, monitor/monitor.h: Corrected use of
+ _Objects_Information_table now that it is a two dimensional
+ array based upon API and class. In addition, in the monitor,
+ corrected an error which occured when a target has 64 bit pointers.
+
+2002-07-01 Joel Sherrill <joel@OARcorp.com>
+
* stackchk/check.c: Corrected use of
_Objects_Information_table now that it is a two dimensional
array based upon API and class.