Mercurial > emacs
comparison src/ChangeLog @ 76497:6a3cf1eae88e
* lisp.h: Declare check_obarray.
* process.c (Fdelete_process): Properly handle deletion of first
element of deleted_pid_list.
(create_process): Declare pid as pid_t.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 17 Mar 2007 18:28:12 +0000 |
parents | 540a9c31e1c6 |
children | 2ff5f73cb28e |
comparison
equal
deleted
inserted
replaced
76496:5002608f229e | 76497:6a3cf1eae88e |
---|---|
1 2007-03-12 Andreas Schwab <schwab@suse.de> | |
2 | |
3 * lisp.h: Declare check_obarray. | |
4 | |
5 * process.c (Fdelete_process): Properly handle deletion of first | |
6 element of deleted_pid_list. | |
7 (create_process): Declare pid as pid_t. | |
8 | |
1 2007-03-12 Kim F. Storm <storm@cua.dk> | 9 2007-03-12 Kim F. Storm <storm@cua.dk> |
2 | 10 |
3 * process.c (sigchld_handler): Change type of pid to pid_t. | 11 * process.c (sigchld_handler): Change type of pid to pid_t. |
4 Scan deleted_pid_list explicitly to avoid using Fmember which don't | 12 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. | 13 know about mark bits and make_fixnum_or_float which may malloc. |