diff options
| author | Bart Schaefer <schaefer@zsh.org> | 2013-04-30 00:18:13 -0700 |
|---|---|---|
| committer | Bart Schaefer <schaefer@zsh.org> | 2013-04-30 00:18:13 -0700 |
| commit | f4b083327064c122945901736c19f381d3f67499 (patch) | |
| tree | af52ccc167ac7b0aa7644ad19b3504dcd43e966b /ChangeLog | |
| parent | 31350: block SIGWINCH nearly all the time, except (diff) | |
| download | zsh-f4b083327064c122945901736c19f381d3f67499.tar zsh-f4b083327064c122945901736c19f381d3f67499.tar.gz zsh-f4b083327064c122945901736c19f381d3f67499.tar.bz2 zsh-f4b083327064c122945901736c19f381d3f67499.tar.lz zsh-f4b083327064c122945901736c19f381d3f67499.tar.xz zsh-f4b083327064c122945901736c19f381d3f67499.tar.zst zsh-f4b083327064c122945901736c19f381d3f67499.zip | |
31353: fix handling of floating point in ternary
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2013-04-29 Bart Schaefer <schaefer@zsh.org> + * 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 |
