diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2f825a37971..7d28913b0ce 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2011-10-25 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-10-26 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Fix integer width and related bugs. | 3 | Fix integer width and related bugs. |
| 4 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | 4 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): |
| @@ -627,8 +627,8 @@ | |||
| 627 | Don't assume pid_t fits in int; on 64-bit AIX pid_t is 64-bit. | 627 | Don't assume pid_t fits in int; on 64-bit AIX pid_t is 64-bit. |
| 628 | (emacs_read, emacs_write): | 628 | (emacs_read, emacs_write): |
| 629 | Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough. | 629 | Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough. |
| 630 | (system_process_attributes): Don't assume uid_t, gid_t, and | 630 | (system_process_attributes): Don't assume uid_t, gid_t, EMACS_INT, |
| 631 | double all fit in int or even EMACS_INT. | 631 | and double all fit in int. |
| 632 | * term.c (set_tty_color_mode): | 632 | * term.c (set_tty_color_mode): |
| 633 | Check that fixnums are in proper range for system types. | 633 | Check that fixnums are in proper range for system types. |
| 634 | * termhooks.h (struct input_event): | 634 | * termhooks.h (struct input_event): |