Mercurial > emacs
diff src/ChangeLog @ 32587:b3918817f15f
(mark_object) [GC_CHECK_STRING_BYTES]: Check validity of
string's size_byte.
(check_string_bytes) [GC_CHECK_STRING_BYTES]: New function.
(check_string_bytes_count) [GC_CHECK_STRING_BYTES]: New variable.
(allocate_string) [GC_CHECK_STRING_BYTES]: Call it for every 10th
string allocated.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 17 Oct 2000 15:38:30 +0000 |
parents | 40cebc20f02c |
children | 4cbe2979f52b |
line wrap: on
line diff
--- a/src/ChangeLog Tue Oct 17 14:08:06 2000 +0000 +++ b/src/ChangeLog Tue Oct 17 15:38:30 2000 +0000 @@ -1,5 +1,12 @@ 2000-10-17 Gerd Moellmann <gerd@gnu.org> + * alloc.c (mark_object) [GC_CHECK_STRING_BYTES]: Check validity of + string's size_byte. + (check_string_bytes) [GC_CHECK_STRING_BYTES]: New function. + (check_string_bytes_count) [GC_CHECK_STRING_BYTES]: New variable. + (allocate_string) [GC_CHECK_STRING_BYTES]: Call it for every 10th + string allocated. + * xdisp.c (forward_to_next_line_start): Switch iterator's handling of selective display off while searching for the next line start.