aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-10-24 21:35:39 -0700
committerPaul Eggert2012-10-24 21:35:39 -0700
commit69deda53a85df68656b62acdd45662101fef58b7 (patch)
tree7cbc1a516f7cbbc046c88e6a8ee4d34695404135 /src/ChangeLog
parent39ff2cf3c6cd38baf66c8c7c7ffc5b1f11a52528 (diff)
downloademacs-69deda53a85df68656b62acdd45662101fef58b7.tar.gz
emacs-69deda53a85df68656b62acdd45662101fef58b7.zip
Don't assume process IDs fit in int.
* emacs.c (shut_down_emacs) [!DOS_NT]: * sysdep.c (sys_suspend) [SIGTSTP && !MSDOS]: * term.c (dissociate_if_controlling_tty) [!DOS_NT]: Use pid_t, not int, to store process IDs, as 'int' is not wide enough on a few platforms (e.g., AIX and IRIX).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e59a286110d..835c550b426 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12012-10-25 Paul Eggert <eggert@cs.ucla.edu>
2
3 Don't assume process IDs fit in int.
4 * emacs.c (shut_down_emacs) [!DOS_NT]:
5 * sysdep.c (sys_suspend) [SIGTSTP && !MSDOS]:
6 * term.c (dissociate_if_controlling_tty) [!DOS_NT]:
7 Use pid_t, not int, to store process IDs, as 'int'
8 is not wide enough on a few platforms (e.g., AIX and IRIX).
9
12012-10-23 Kenichi Handa <handa@gnu.org> 102012-10-23 Kenichi Handa <handa@gnu.org>
2 11
3 The following change is to make face-font-rescale-alist work 12 The following change is to make face-font-rescale-alist work