diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-09-12 18:58:53 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-09-12 18:58:53 +0000 |
commit | addf626a59e9f8a4697f60c3d165745d3dbd8618 (patch) | |
tree | caeee2ac3c23845d9b74dcd1597d1c139bad78b7 | |
parent | ade705cf5b36cdaad29ec7e21796adc3a0854f2c (diff) | |
download | zsh-addf626a59e9f8a4697f60c3d165745d3dbd8618.tar.gz zsh-addf626a59e9f8a4697f60c3d165745d3dbd8618.tar.xz zsh-addf626a59e9f8a4697f60c3d165745d3dbd8618.zip |
28250: POSIX_TRAPS option
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 1718fc445..cee25315c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2010-09-12 Peter Stephenson <p.w.stephenson@ntlworld.com> + * 28250: Doc/Zsh/options.yo, Src/options.c, Src/signals.c, + Src/zsh.h, Test/C03traps.ztst: POSIX_TRAPS option. + * Mikael: 28253: Doc/Zsh/mod_attr.yo: document -h argument to attribute commands. @@ -13623,5 +13626,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5075 $ +* $Revision: 1.5076 $ ***************************************************** |