emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Mon, 12 Mar 2007 17:03:31 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  07/03/12 17:03:31

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5597
retrieving revision 1.5598
diff -u -b -r1.5597 -r1.5598
--- ChangeLog   12 Mar 2007 13:58:25 -0000      1.5597
+++ ChangeLog   12 Mar 2007 17:03:31 -0000      1.5598
@@ -1,5 +1,10 @@
 2007-03-12  Kim F. Storm  <address@hidden>
 
+       * 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.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]