diff options
author | Bart Schaefer <schaefer@zsh.org> | 2013-04-30 00:10:31 -0700 |
---|---|---|
committer | Bart Schaefer <schaefer@zsh.org> | 2013-04-30 00:10:31 -0700 |
commit | a700c61c77618ca328599fe61ab078962b7b5196 (patch) | |
tree | 6ff411226422196438fbee8b084daff8fcaf73c2 /ChangeLog | |
parent | d19e18c68d6415214afad37ce6cb47ec038ebe1c (diff) | |
download | zsh-a700c61c77618ca328599fe61ab078962b7b5196.tar.gz zsh-a700c61c77618ca328599fe61ab078962b7b5196.tar.xz zsh-a700c61c77618ca328599fe61ab078962b7b5196.zip |
31350: block SIGWINCH nearly all the time, except
when about to calculate prompts or do synchronous read, so syscalls are not interrupted by window size changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0c2139017..b75195a5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2013-04-29 Bart Schaefer <schaefer@zsh.org> + + * 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 + syscalls are not interrupted by window size changes. + 2013-04-29 Jun T <takimoto-j@kba.biglobe.ne.jp> * 31357: Completion/Unix/Command/_cp: add support for Mac OS X |