diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 46e0bddf112..d0623ccc0b7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2000-08-07 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * fns.c (sweep_weak_table): Fix survival conditions for | ||
| 4 | key-or-value and key-and-value weakness. | ||
| 5 | |||
| 6 | * .gdbinit (xhashtable): New command. | ||
| 7 | |||
| 3 | * fns.c (sweep_weak_hash_tables): Fix the code taking unmarked | 8 | * fns.c (sweep_weak_hash_tables): Fix the code taking unmarked |
| 4 | tables out of the list of all weak hash tables. | 9 | tables out of the list of all weak hash tables. |
| 5 | 10 | ||