aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-09-30 18:43:28 -0700
committerPaul Eggert2012-09-30 18:43:28 -0700
commit82ef37c1405ff5ed16a6506d006ae3340c69e607 (patch)
tree2698475d012748f32e5f96ab9d9a8ec3887fe4b0 /src/ChangeLog
parent0478776bb7f04bfb60ff7a2397546c955a1f3ce2 (diff)
downloademacs-82ef37c1405ff5ed16a6506d006ae3340c69e607.tar.gz
emacs-82ef37c1405ff5ed16a6506d006ae3340c69e607.zip
* frame.c (x_report_frame_params): Port better to wider ints.
Do not assume that EMACS_UINT is the same width as uprintmax_t, or that pointers can be printed in 15 decimal digits. Avoid GCC warnings if EMACS_UINT is wider than a pointer.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 96f6eb07cd1..9704c6d4469 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12012-10-01 Paul Eggert <eggert@cs.ucla.edu>
2
3 * frame.c (x_report_frame_params): Port better to wider ints.
4 Do not assume that EMACS_UINT is the same width as uprintmax_t,
5 or that pointers can be printed in 15 decimal digits.
6 Avoid GCC warnings if EMACS_UINT is wider than a pointer.
7
12012-09-30 Fabrice Popineau <fabrice.popineau@supelec.fr> 82012-09-30 Fabrice Popineau <fabrice.popineau@supelec.fr>
2 9
3 Support x64 build on MS-Windows. 10 Support x64 build on MS-Windows.