comparison 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
comparison
equal deleted inserted replaced
32586:40cebc20f02c 32587:b3918817f15f
1 2000-10-17 Gerd Moellmann <gerd@gnu.org> 1 2000-10-17 Gerd Moellmann <gerd@gnu.org>
2
3 * alloc.c (mark_object) [GC_CHECK_STRING_BYTES]: Check validity of
4 string's size_byte.
5 (check_string_bytes) [GC_CHECK_STRING_BYTES]: New function.
6 (check_string_bytes_count) [GC_CHECK_STRING_BYTES]: New variable.
7 (allocate_string) [GC_CHECK_STRING_BYTES]: Call it for every 10th
8 string allocated.
2 9
3 * xdisp.c (forward_to_next_line_start): Switch iterator's handling 10 * xdisp.c (forward_to_next_line_start): Switch iterator's handling
4 of selective display off while searching for the next line start. 11 of selective display off while searching for the next line start.
5 12
6 2000-10-17 Kenichi Handa <handa@etl.go.jp> 13 2000-10-17 Kenichi Handa <handa@etl.go.jp>