From: Gerd Moellmann Date: Mon, 7 Aug 2000 13:12:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~2454 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=70fc58b397e82436f081a130c9293e77c7b27207;p=emacs.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 4003b8e648f..5ef5966b11d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-08-07 Gerd Moellmann + + * Makefile.in (config.status): Prepend `$(srcdir)/' to + `configure'. + 2000-08-03 Gerd Moellmann * 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 + * 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.