diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-04-29 06:33:48 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-04-29 06:33:48 +0000 |
commit | 84963428416ba7cd8518d82b1899178178dfc1b4 (patch) | |
tree | 9f1d9e386bdb244601548e75031c707a5bc38fdf /ChangeLog | |
parent | b7e5949279a4c5f08a8c1460345c05cdb193f5eb (diff) | |
download | zsh-84963428416ba7cd8518d82b1899178178dfc1b4.tar.gz zsh-84963428416ba7cd8518d82b1899178178dfc1b4.tar.xz zsh-84963428416ba7cd8518d82b1899178178dfc1b4.zip |
11015: `unfunction TRAPxxx' now works with localtraps in effect. I'm not
very happy with having to play with `noerrs' but I don't see any other way to silence the warning from bin_unhash().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 706b715cb..827687d4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-04-28 Bart Schaefer <schaefer@zsh.org> + + * 11015: Src/builtin.c, Src/hashtable.c, Src/signals.c: + `unfunction TRAPxxx' now works with localtraps in effect. + 2000-04-28 Peter Stephenson <pws@cambridgesiliconradio.com> * pws: 11013: Completion/Core/compinstall: more breaks and |