diff options
| author | Paul Eggert | 2013-02-11 12:32:54 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-02-11 12:32:54 -0800 |
| commit | 227be86d105d077b281e6a123ba2cc166635a429 (patch) | |
| tree | ab0c085c69dcbe041b376b3b28bcbea1dcd24dea /src/ChangeLog | |
| parent | 713bfeaab314f4ae943a19205d7db71cb3e70745 (diff) | |
| download | emacs-227be86d105d077b281e6a123ba2cc166635a429.tar.gz emacs-227be86d105d077b281e6a123ba2cc166635a429.zip | |
Improve AIX port.
This doesn't fix the bug, but it makes progress: Emacs builds now.
* unexaix.c: Include inttypes.h, stdarg.h.
(report_error, report_error_1): Mark as _Noreturn.
(report_error): Don't report the wrong errno.
(report_error_1): Now varargs. All callers changed.
(make_hdr): Use uintptr_t, not unsigned, when converting pointers
to unsigned. Don't use ADDR_CORRECT, as it no longer exists.
(write_ptr): Use %p to print address rather than %lx and a cast
to unsigned long. Grow buffer a bit, to be safer.
Fixes: debbugs:13650
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b5a1e0d5cb5..8397e3d26ec 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2013-02-11 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Improve AIX port (Bug#13650). | ||
| 4 | This doesn't fix the bug, but it makes progress: Emacs builds now. | ||
| 5 | * unexaix.c: Include inttypes.h, stdarg.h. | ||
| 6 | (report_error, report_error_1): Mark as _Noreturn. | ||
| 7 | (report_error): Don't report the wrong errno. | ||
| 8 | (report_error_1): Now varargs. All callers changed. | ||
| 9 | (make_hdr): Use uintptr_t, not unsigned, when converting pointers | ||
| 10 | to unsigned. Don't use ADDR_CORRECT, as it no longer exists. | ||
| 11 | (write_ptr): Use %p to print address rather than %lx and a cast | ||
| 12 | to unsigned long. Grow buffer a bit, to be safer. | ||
| 13 | |||
| 1 | 2013-02-11 Eli Zaretskii <eliz@gnu.org> | 14 | 2013-02-11 Eli Zaretskii <eliz@gnu.org> |
| 2 | 15 | ||
| 3 | * bidi.c (bidi_resolve_neutral): After finding the next | 16 | * bidi.c (bidi_resolve_neutral): After finding the next |