aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2007-03-17 18:09:34 +0000
committerChong Yidong2007-03-17 18:09:34 +0000
commit46adc7a566a687513450388cb201895b4d351d1d (patch)
treeea9cd2d91be360d6a0dc2937095e3fea1146d212 /src
parent34bd6b4dfd42af7c6f1be5390af6c1b781768e70 (diff)
downloademacs-46adc7a566a687513450388cb201895b4d351d1d.tar.gz
emacs-46adc7a566a687513450388cb201895b4d351d1d.zip
* process.c (sigchld_handler): Change type of pid to pid_t.
Scan deleted_pid_list explicitly to avoid using Fmember which don't know about mark bits and make_fixnum_or_float which may malloc. Reported by Andreas Schwab. * keyboard.c (read_key_sequence): Store original event into keybuf when replaying sequence with local keymap(s) from string.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index eccdc2075d2..0c80c76d82d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12007-03-12 Kim F. Storm <storm@cua.dk>
2
3 * process.c (sigchld_handler): Change type of pid to pid_t.
4 Scan deleted_pid_list explicitly to avoid using Fmember which don't
5 know about mark bits and make_fixnum_or_float which may malloc.
6 Reported by Andreas Schwab.
7
8 * keyboard.c (read_key_sequence): Store original event into keybuf
9 when replaying sequence with local keymap(s) from string.
10
12007-03-11 Sam Steingold <sds@gnu.org> 112007-03-11 Sam Steingold <sds@gnu.org>
2 12
3 * process.c (sigchld_handler): Sleep before wait3 to avoid a busyloop. 13 * process.c (sigchld_handler): Sleep before wait3 to avoid a busyloop.