diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a07daee1669..522f1ad965a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-05-30 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix port to 32-bit AIX with xlc (Bug#17598). | ||
| 4 | * alloc.c (gdb_make_enums_visible): Remove FLOAT_TO_STRING_BUFSIZE. | ||
| 5 | * conf_post.h (FLEXIBLE_ARRAY_MEMBER) [__IBMC__]: Don't define to empty. | ||
| 6 | * lisp.h (FLOAT_TO_STRING_BUFSIZE): Make it a macro, instead of an enum, | ||
| 7 | to work around a compiler bug in IBM xlc 12.1. | ||
| 8 | |||
| 1 | 2014-05-29 Eli Zaretskii <eliz@gnu.org> | 9 | 2014-05-29 Eli Zaretskii <eliz@gnu.org> |
| 2 | 10 | ||
| 3 | * xterm.c (x_update_window_end): Don't invalidate the entire | 11 | * xterm.c (x_update_window_end): Don't invalidate the entire |