aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-05-09 08:07:46 -0700
committerPaul Eggert2012-05-09 08:07:46 -0700
commit3478ec4554757213e8d2344826110cc0f4ae4f3c (patch)
treec1709c3aedde3363152d470c015093657564012a /src/ChangeLog
parent00fd78ed4f34548d1e7bca6fe28b74decd4bef39 (diff)
downloademacs-3478ec4554757213e8d2344826110cc0f4ae4f3c.tar.gz
emacs-3478ec4554757213e8d2344826110cc0f4ae4f3c.zip
Port recent dbusbind.c changes to 32-bit --with-wide-int.
* dbusbind.c (xd_append_arg, xd_retrieve_arg, Fdbus_message_internal): Remove unportable assumptions about print widths of types like dbus_uint32_t. (xd_get_connection_address, Fdbus_init_bus): Cast Emacs integer to intptr_t when converting between pointer and integer, to avoid GCC warnings about wrong width.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 596133002ea..b6415724b5e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12012-05-09 Paul Eggert <eggert@cs.ucla.edu>
2
3 Port recent dbusbind.c changes to 32-bit --with-wide-int.
4 * dbusbind.c (xd_append_arg, xd_retrieve_arg, Fdbus_message_internal):
5 Remove unportable assumptions about print widths of types like
6 dbus_uint32_t.
7 (xd_get_connection_address, Fdbus_init_bus): Cast Emacs integer to
8 intptr_t when converting between pointer and integer, to avoid GCC
9 warnings about wrong width.
10
12012-05-09 Eli Zaretskii <eliz@gnu.org> 112012-05-09 Eli Zaretskii <eliz@gnu.org>
2 12
3 * w32proc.c (new_child): Force Windows to reserve only 64KB of 13 * w32proc.c (new_child): Force Windows to reserve only 64KB of