diff options
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 99be34482df..d5071c541b4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2012-12-17 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Don't reraise SIGCHLD, as that can now lose (Bug#13192). | ||
| 4 | With the 2012-12-03 fix for Bug#12980 in place, an old workaround | ||
| 5 | for some of that bug's symptoms can now cause Emacs to abort. | ||
| 6 | Remove the workaround. | ||
| 7 | * process.c (wait_reading_process_output): Don't reraise SIGCHLD. | ||
| 8 | The bug that caused SIGCHLD to get lost has been fixed, and the | ||
| 9 | workaround for it can now cause Emacs to abort. | ||
| 10 | |||
| 1 | 2012-12-16 Paul Eggert <eggert@cs.ucla.edu> | 11 | 2012-12-16 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 12 | ||
| 3 | * sysdep.c (emacs_abort): Bump backtrace size to 40. | 13 | * sysdep.c (emacs_abort): Bump backtrace size to 40. |