From b4f7ccecd93ca9e64c3c3c774fdaefae83d7204a Mon Sep 17 00:00:00 2001
From: Peter Stephenson
Date: Sun, 26 Oct 2014 17:47:42 +0000
Subject: 33531 with additions: retain status of exited background jobs.
Add linked list of unwaited-for background jobs.
Truncate at value of _SC_CHILD_MAX discarding oldest.
Remove old lastpid_status mechanism for latest exited process only.
Slightly tighten safety of permanently allocated linked lists so
that this doesn't compromise signal handling.
---
ChangeLog | 9 +++++++++
1 file changed, 9 insertions(+)
(limited to 'ChangeLog')
diff --git a/ChangeLog b/ChangeLog
index 48efd1c0d..c75b870de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2014-10-26 Peter Stephenson
+
+ * 33531 (plus fix to test job pointer and removing
+ lastpid_status): Doc/Zsh/builtins.yo, Doc/Zsh/options.yo,
+ Src/exec.c, Src/init.c, Src/jobs.c, Src/linklist.c,
+ Src/signals.c: retain up to CHILD_MAX statuses of exited
+ background processes; remove old lastpid_status mechanism;
+ slightly improve safety of permanently allocated linked lists.
+
2014-10-24 Barton E. Schaefer
* 33526: Completion/Unix/Type/_path_files: fix path prefix
--
cgit v1.2.3-70-g09d2