summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--src/ChangeLog5
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4003b8e648f..5ef5966b11d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-08-07 Gerd Moellmann <gerd@gnu.org>
+
+ * Makefile.in (config.status): Prepend `$(srcdir)/' to
+ `configure'.
+
2000-08-03 Gerd Moellmann <gerd@gnu.org>
* configure.in: Add support for ia64*-*-linux*.
diff --git a/src/ChangeLog b/src/ChangeLog
index 46e0bddf112..d0623ccc0b7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
2000-08-07 Gerd Moellmann <gerd@gnu.org>
+ * fns.c (sweep_weak_table): Fix survival conditions for
+ key-or-value and key-and-value weakness.
+
+ * .gdbinit (xhashtable): New command.
+
* fns.c (sweep_weak_hash_tables): Fix the code taking unmarked
tables out of the list of all weak hash tables.