diff options
author | Bart Schaefer <schaefer@zsh.org> | 2013-04-30 00:22:03 -0700 |
---|---|---|
committer | Bart Schaefer <schaefer@zsh.org> | 2013-04-30 00:22:03 -0700 |
commit | 4e43360261e88346bd71b238f423cbf5bc8e1eff (patch) | |
tree | a3aeed15b6187d854fd09282a733c23a43398b82 /ChangeLog | |
parent | f4b083327064c122945901736c19f381d3f67499 (diff) | |
download | zsh-4e43360261e88346bd71b238f423cbf5bc8e1eff.tar.gz zsh-4e43360261e88346bd71b238f423cbf5bc8e1eff.tar.xz zsh-4e43360261e88346bd71b238f423cbf5bc8e1eff.zip |
31361: handle negative optno ("no" prefix used)
when storing options with parseopts_insert() for sticky contexts
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 898aef16b..10c17d8b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,10 @@ 2013-04-29 Bart Schaefer <schaefer@zsh.org> + * 31361: Src/init.c: handle negative optno ("no" prefix used) + when storing options with parseopts_insert() for sticky contexts + * 31353: Src/math.c: fix handling of floating point in ternary - + * 31350: Src/init.c, Src/input.c, Src/signals.h, Src/utils.c, Src/Zle/zle_main.c: block SIGWINCH nearly all the time, except when about to calculate prompts or do synchronous read, so |