aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 171d48cbe11..432cea6a624 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -13,6 +13,7 @@
13 (n_vectors, n_symbol_blocks, n_marker_blocks): Remove. 13 (n_vectors, n_symbol_blocks, n_marker_blocks): Remove.
14 These were 'int' variables that could overflow on 64-bit hosts; 14 These were 'int' variables that could overflow on 64-bit hosts;
15 they were never used, so remove them instead of repairing them. 15 they were never used, so remove them instead of repairing them.
16 (nzombies, ngcs, max_live, max_zombies): Now EMACS_INT, not 'int'.
16 17
17 * alloc.c (Fmake_bool_vector): Don't assume vector size fits in int. 18 * alloc.c (Fmake_bool_vector): Don't assume vector size fits in int.
18 (allocate_vectorlike): Check for ptrdiff_t overflow. 19 (allocate_vectorlike): Check for ptrdiff_t overflow.