aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 74f0bd52a5d..725c6642746 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12011-05-23 Paul Eggert <eggert@cs.ucla.edu>
2
3 * mem-limits.h (EXCEEDS_LISP_PTR) [!USE_LSB_TAG]: EMACS_UINT -> uintptr_t
4 This follows up to the 2011-05-06 change that substituted uintptr_t
5 for EMACS_INT. This case wasn't caught back then.
6
12011-05-22 Paul Eggert <eggert@cs.ucla.edu> 72011-05-22 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 Rework Fformat to avoid integer overflow issues. 9 Rework Fformat to avoid integer overflow issues.