diff options
| author | Paul Eggert | 2011-10-27 11:15:18 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-10-27 11:15:18 -0700 |
| commit | dde1458174882077ca799d03f0adea91286650a3 (patch) | |
| tree | 92be2f956446908891691f74f11fa59b8e149f49 /src/ChangeLog | |
| parent | 2121662f37c6e0ede0055a5e6dc74f65df832d3f (diff) | |
| download | emacs-dde1458174882077ca799d03f0adea91286650a3.tar.gz emacs-dde1458174882077ca799d03f0adea91286650a3.zip | |
* process.c: (emacs_get_tty_pgrp, Fprocess_running_child_p, process_send_signal):
Don't assume pid_t fits in int.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f97195a9b2c..bdb3434558c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -574,6 +574,8 @@ | |||
| 574 | (conv_lisp_to_sockaddr): Don't assume fixnums fit into int. | 574 | (conv_lisp_to_sockaddr): Don't assume fixnums fit into int. |
| 575 | (Faccept_process_output): Use duration_to_sec_usec to do proper | 575 | (Faccept_process_output): Use duration_to_sec_usec to do proper |
| 576 | overflow checking on durations. | 576 | overflow checking on durations. |
| 577 | (emacs_get_tty_pgrp, Fprocess_running_child_p, process_send_signal): | ||
| 578 | Don't assume pid_t fits in int. | ||
| 577 | * puresize.h (PURESIZE_RATIO): Shrink this to 8/6 on 32-bit hosts | 579 | * puresize.h (PURESIZE_RATIO): Shrink this to 8/6 on 32-bit hosts |
| 578 | configured --with-wide-int. | 580 | configured --with-wide-int. |
| 579 | * scroll.c (calculate_scrolling, calculate_direct_scrolling) | 581 | * scroll.c (calculate_scrolling, calculate_direct_scrolling) |