From a700c61c77618ca328599fe61ab078962b7b5196 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Tue, 30 Apr 2013 00:10:31 -0700 Subject: 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0c2139017..b75195a5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2013-04-29 Bart Schaefer + + * 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 * 31357: Completion/Unix/Command/_cp: add support for Mac OS X -- cgit 1.4.1