aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b7e6b5b5fce..3f12159d169 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12012-07-18 Paul Eggert <eggert@cs.ucla.edu>
2
3 Remove some struct layout assumptions in bool vectors.
4 * alloc.c (bool_header_size): New constant.
5 (header_size, word_size): Move earlier, as they're now used earlier.
6 Use 'word_size' in a few more places, where it's appropriate.
7 (Fmake_bool_vector, sweep_vectors): Don't assume that there is no
8 padding before the data member of a bool vector.
9 (sweep_vectors): Use PSEUDOVECTOR_TYPEP, in an eassert, rather
10 than doing the check by hand with an abort ().
11
12012-07-18 Stefan Monnier <monnier@iro.umontreal.ca> 122012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
2 13
3 * eval.c (Fdefvar): Don't check constants since we only set the var if 14 * eval.c (Fdefvar): Don't check constants since we only set the var if