diff options
| author | Paul Eggert | 2014-06-01 16:17:56 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-06-01 16:17:56 -0700 |
| commit | 5c2b9423c56c2b7e3266d34be45cac359d2c3c26 (patch) | |
| tree | 9cbbfbd6e9b796e480f1e393f2cbf98683596715 /src/ChangeLog | |
| parent | 89187af1bdef9f1f0e2960e4da5f2052c654aa24 (diff) | |
| download | emacs-5c2b9423c56c2b7e3266d34be45cac359d2c3c26.tar.gz emacs-5c2b9423c56c2b7e3266d34be45cac359d2c3c26.zip | |
Port signal-handling to DragonFly BSD.
* callproc.c, sysdep.c (block_child_signal, unblock_child_signal):
Move implementations from callproc.c to sysdep.c.
* process.h, syssignal.h (block_child_signal, unblock_child_signal):
Move declaratations from process.h to syssignal.h.
Fixes: debbugs:17646
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 050a6f2b0cf..975b19f032f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-06-01 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Port signal-handling to DragonFly BSD (Bug#17646). | ||
| 4 | * callproc.c, sysdep.c (block_child_signal, unblock_child_signal): | ||
| 5 | Move implementations from callproc.c to sysdep.c. | ||
| 6 | * process.h, syssignal.h (block_child_signal, unblock_child_signal): | ||
| 7 | Move declaratations from process.h to syssignal.h. | ||
| 8 | |||
| 1 | 2014-06-01 Juanma Barranquero <lekktu@gmail.com> | 9 | 2014-06-01 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 10 | ||
| 3 | * callint.c (Ffuncall_interactively): Add usage. | 11 | * callint.c (Ffuncall_interactively): Add usage. |