aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9a8177bf43f..d01d8fbd727 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -6,6 +6,8 @@
6 (CHECK_TOTAL_LENGTH): Remove cast to EMACS_INT; no longer needed. 6 (CHECK_TOTAL_LENGTH): Remove cast to EMACS_INT; no longer needed.
7 * intervals.c (interval_deletion_adjustment): Now returns EMACS_INT. 7 * intervals.c (interval_deletion_adjustment): Now returns EMACS_INT.
8 All uses changed. 8 All uses changed.
9 (offset_intervals): Tell GCC not to worry about length overflow
10 when negating a negative length.
9 11
10 * alloc.c (overrun_check_malloc, overrun_check_realloc): Now static. 12 * alloc.c (overrun_check_malloc, overrun_check_realloc): Now static.
11 (overrun_check_free): Likewise. 13 (overrun_check_free): Likewise.