diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-03-25 18:17:07 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-03-25 18:17:07 +0000 |
commit | 845faf558661d5c264a335d9e0b474285ffc8962 (patch) | |
tree | ecc97346799e954225e7c5b087cbf617e4f02683 /ChangeLog | |
parent | 56e1904e45cc474a9858dc1205055008f8c63752 (diff) | |
download | zsh-845faf558661d5c264a335d9e0b474285ffc8962.tar.gz zsh-845faf558661d5c264a335d9e0b474285ffc8962.tar.xz zsh-845faf558661d5c264a335d9e0b474285ffc8962.zip |
22281: wait shouldn't return immediately on signal unless trapped
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6f2e0d04e..428122b72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-03-25 Peter Stephenson <p.w.stephenson@ntlworld.com> + * 24733: Src/jobs.c: wait shouldn't return immediately on + a signal unless it's trapped (bug in 22281). + * 24732: Src/Builtins/sched.c: not enough space for ztrftime string with multibyte characters. |