aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-06-20 18:38:04 -0700
committerPaul Eggert2011-06-20 18:38:04 -0700
commit25ed6cc39748008e8f95a247d3ece3e063fcc92e (patch)
tree7f33a1a46ca5f85bafaa28eae7d61835fc8be91f /src/ChangeLog
parentdf1f27af9e60e8f223cce0f5e5ac4107d87f982e (diff)
downloademacs-25ed6cc39748008e8f95a247d3ece3e063fcc92e.tar.gz
emacs-25ed6cc39748008e8f95a247d3ece3e063fcc92e.zip
* xfns.c: Don't assume strlen fits in int.
(xic_create_fontsetname, x_window): Use ptrdiff_t, not int.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8c530340927..b1e30e68a0c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12011-06-21 Paul Eggert <eggert@cs.ucla.edu> 12011-06-21 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * xfns.c: Don't assume strlen fits in int.
4 (xic_create_fontsetname, x_window): Use ptrdiff_t, not int.
5
3 * xdisp.c (message_log_check_duplicate): Return intmax_t, 6 * xdisp.c (message_log_check_duplicate): Return intmax_t,
4 not unsigned long, as we prefer signed integers. All callers changed. 7 not unsigned long, as we prefer signed integers. All callers changed.
5 Detect integer overflow in repeat count. 8 Detect integer overflow in repeat count.