emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/src process.c


From: Kim F. Storm
Subject: [Emacs-commit] emacs/src process.c
Date: Thu, 01 Jun 2006 14:08:26 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Kim F. Storm <address@hidden>   06/06/01 14:08:25

Modified files:
        src            : process.c 

Log message:
        2006-06-01  Michaël Cadilhac  <address@hidden>
        
        (deleted_pid_list): New variable to store the pids
        of deleted processes.  Declare it only if SIGCHLD is defined.
        (init_process): Initialize it.
        (syms_of_process): Staticpro it.
        (Fdelete_process): Add pid of the deleted process to it.  Check after
        the addition and before the kill if the process is already stopped,
        in which case it is deleted from the list and not killed.
        (sigchld_handler): Define it only if SIGCHLD is.  Search the process
        that signaled Emacs in `deleted_pid_list' before `Vprocess_alist'.
        Original idea by Stefan Monnier.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/src/process.c.diff?tr1=1.482&tr2=1.483&r1=text&r2=text




reply via email to

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