diff options
| author | Paul Eggert | 2012-05-09 08:07:46 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-05-09 08:07:46 -0700 |
| commit | 3478ec4554757213e8d2344826110cc0f4ae4f3c (patch) | |
| tree | c1709c3aedde3363152d470c015093657564012a /src/ChangeLog | |
| parent | 00fd78ed4f34548d1e7bca6fe28b74decd4bef39 (diff) | |
| download | emacs-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/ChangeLog | 10 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-05-09 Eli Zaretskii <eliz@gnu.org> | 11 | 2012-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 |