aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-10-27 11:15:18 -0700
committerPaul Eggert2011-10-27 11:15:18 -0700
commitdde1458174882077ca799d03f0adea91286650a3 (patch)
tree92be2f956446908891691f74f11fa59b8e149f49 /src/ChangeLog
parent2121662f37c6e0ede0055a5e6dc74f65df832d3f (diff)
downloademacs-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/ChangeLog2
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)