diff options
author | Clint Adams <clint@users.sourceforge.net> | 2008-11-01 01:19:35 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2008-11-01 01:19:35 +0000 |
commit | 484644676af2f83434f0f9bed9b23d7cecab16e8 (patch) | |
tree | 2b36355cb3db03d82e4dffd17b16870586353889 /ChangeLog | |
parent | a9a516d219d1211d64047745c4de2c35eedd4a56 (diff) | |
download | zsh-484644676af2f83434f0f9bed9b23d7cecab16e8.tar.gz zsh-484644676af2f83434f0f9bed9b23d7cecab16e8.tar.xz zsh-484644676af2f83434f0f9bed9b23d7cecab16e8.zip |
25985: don't try to disable signal traps if getsignum returns -1.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 81839bc43..83fce61ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-11-01 Clint Adams <clint@zsh.org> + + * 25985: Src/hashtable.c: don't try to disable signal traps if + getsignum returns -1. + 2008-10-31 Oliver Kiddle <opk@zsh.org> * 25983: Fix bug in hash builtin with empty hash entry name |