diff options
author | sabetts <sabetts> | 2002-11-24 21:52:20 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2002-11-24 21:52:20 +0000 |
commit | bc15e751d3b8538720e89848db8bfb9f6f636c20 (patch) | |
tree | d192ee4116d97cdac29c2e5ee9095ab063930e23 /ChangeLog | |
parent | 1445719b28b87a3be8f13f5a931adc6fc3da9da3 (diff) | |
download | ratpoison-bc15e751d3b8538720e89848db8bfb9f6f636c20.zip |
* src/main.c: include sys/wait.h
(chld_handler): new function
* src/events.c: include sys/wait.h
(handle_signals): Print an error message in the case of a child
signal.
* src/data.h (struct rp_child_info): New struct.
(child_info): New global.
(chld_signalled): likewise
* src/actions.c (spawn): Let the SIGCHLD handler handle process
completion instead of doing an ugly dance.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2002-11-24 Shawn Betts <sabetts@sfu.ca> + + * src/main.c: include sys/wait.h + (chld_handler): new function + + * src/events.c: include sys/wait.h + (handle_signals): Print an error message in the case of a child + signal. + + * src/data.h (struct rp_child_info): New struct. + (child_info): New global. + (chld_signalled): likewise + + * src/actions.c (spawn): Let the SIGCHLD handler handle process + completion instead of doing an ugly dance. + 2002-11-20 Shawn Betts <sabetts@sfu.ca> * src/ratpoison.h[!HAVE_VARARG_MACROS]: PRINT_ERROR and |