comparison src/ChangeLog @ 31898:a73424672d42

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 26 Sep 2000 11:12:19 +0000
parents 5699c4d70f3c
children d459e68ca9e8
comparison
equal deleted inserted replaced
31897:a292cc13911a 31898:a73424672d42
1 2000-09-26 Gerd Moellmann <gerd@gnu.org>
2
3 * alloc.c (GC_CHECK_STRING_BYTES): Temporarily define, for bug
4 hunting.
5 (struct sdata) [GC_CHECK_STRING_BYTES]: Always record the string's
6 size in the sdata structure.
7 (SDATA_NBYTES, SDATA_DATA): New macros.
8 (SDATA_OF_STRING, SDATA_SIZE) [GC_CHECK_STRING_BYTES]: Define
9 differently for the different layout of the sdata structure.
10 (allocate_string_data) [GC_CHECK_STRING_BYTES]: Record string size
11 in sdata.
12 (sweep_strings, compact_small_strings) [GC_CHECK_STRING_BYTES]:
13 Check that size recorded in the string size and size recorded in
14 the sdata structure agree.
15
1 2000-09-25 Dave Love <fx@gnu.org> 16 2000-09-25 Dave Love <fx@gnu.org>
2 17
3 * buffer.c: Include stdio.h. 18 * buffer.c: Include stdio.h.
4 19
5 Partly suggested by Eduardo Horvath <eeh@netbsd.org>. 20 Partly suggested by Eduardo Horvath <eeh@netbsd.org>.