diff options
| author | Joakim Verona | 2012-12-06 08:40:20 +0100 |
|---|---|---|
| committer | Joakim Verona | 2012-12-06 08:40:20 +0100 |
| commit | 6b946658438570898db449b70906d63c00da21ce (patch) | |
| tree | a811b15dc1f4ecbc517e4f1c049d980b4fb36f0d /src/ChangeLog | |
| parent | ec51343a4e6490c45db57418747c247354b9b6e9 (diff) | |
| parent | 7fc5e83f7fa6e060596204b1c1cd9a7890de7a66 (diff) | |
| download | emacs-6b946658438570898db449b70906d63c00da21ce.tar.gz emacs-6b946658438570898db449b70906d63c00da21ce.zip | |
auto upstream
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d9e566eae69..542b2c0174a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2012-12-06 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix a recently-introduced delete-process race condition. | ||
| 4 | * callproc.c, process.h (record_kill_process): | ||
| 5 | New function, containing part of the old call_process_kill. | ||
| 6 | (call_process_kill): Use it. | ||
| 7 | This does not change call_process_kill's behavior. | ||
| 8 | * process.c (Fdelete_process): Use record_kill_process to fix a | ||
| 9 | race condition that could cause Emacs to lose track of a child. | ||
| 10 | |||
| 1 | 2012-12-06 Dmitry Antipov <dmantipov@yandex.ru> | 11 | 2012-12-06 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 12 | ||
| 3 | Avoid code duplication between prev_frame and next_frame. | 13 | Avoid code duplication between prev_frame and next_frame. |