about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-12-19 10:35:54 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-12-19 10:35:54 +0000
commit8b800f8fd193ff408ea92a9ea3eb6584a5ec0e9b (patch)
tree7331ff3c251b74b4c1b4c40be907e44965e7d1de /ChangeLog
parentb5a0b49dffc9e5a82e77f7bb358c58f4ef5a69ca (diff)
downloadzsh-8b800f8fd193ff408ea92a9ea3eb6584a5ec0e9b.tar.gz
zsh-8b800f8fd193ff408ea92a9ea3eb6584a5ec0e9b.tar.xz
zsh-8b800f8fd193ff408ea92a9ea3eb6584a5ec0e9b.zip
document OS may handle negative or zero PID in kill
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e02b7863..30f6518f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-12-19  Peter Stephenson  <pws@csr.com>
+
+	* 23067: Doc/Zsh/builtins.yo, Src/jobs.c, Src/signals.c:
+	queue traps but handle signals when waiting for jobs or processes,
+	unless TRAPSASYNC is set or the wait builtin is in use, so as
+	to handle untrapped signals in a timely fashion; document that
+	negative or zero process IDs after kill may be handled specially
+	by the OS.
+
 2006-12-18  Peter Stephenson  <pws@csr.com>
 
 	* 23054, part: Src/jobs.c: error message for "kill -" with