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 7b09cb744a3..4f1edc95668 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -172,6 +172,7 @@
172 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts. 172 Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
173 (consume_chars): Rewrite to avoid calculating an address outside buffer. 173 (consume_chars): Rewrite to avoid calculating an address outside buffer.
174 (Ffind_operation_coding_system): NATNUMP can eval its arg twice. 174 (Ffind_operation_coding_system): NATNUMP can eval its arg twice.
175 Don't access memory outside of the args array.
175 (Fdefine_coding_system_internal): Check for charset-id overflow. 176 (Fdefine_coding_system_internal): Check for charset-id overflow.
176 (ENCODE_ISO_CHARACTER): Use unsigned, not int, to store the unsigned 177 (ENCODE_ISO_CHARACTER): Use unsigned, not int, to store the unsigned
177 result of ENCODE_CHAR. 178 result of ENCODE_CHAR.