diff options
| author | Paul Eggert | 2011-10-25 22:22:54 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-10-25 22:22:54 -0700 |
| commit | 225a2cff910d3fbc2cca2cdef6d3eecfce9e74e5 (patch) | |
| tree | 0941f89624f451eb0989e58b2fab4bfd842ad7ee /src/ChangeLog | |
| parent | eacd378d0b36f57de3efe3ff13949258407bd206 (diff) | |
| download | emacs-225a2cff910d3fbc2cca2cdef6d3eecfce9e74e5.tar.gz emacs-225a2cff910d3fbc2cca2cdef6d3eecfce9e74e5.zip | |
* sysdep.c (system_process_attributes): Simplify pid_t handling.
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): |