aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
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 @@
12014-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
12014-06-01 Juanma Barranquero <lekktu@gmail.com> 92014-06-01 Juanma Barranquero <lekktu@gmail.com>
2 10
3 * callint.c (Ffuncall_interactively): Add usage. 11 * callint.c (Ffuncall_interactively): Add usage.