public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
* [PATCH] Cygwin: Add console fix regarding Ctrl-Z etc. to release notes.
@ 2021-02-18  9:02 Takashi Yano
  2021-02-19 16:59 ` Corinna Vinschen
  0 siblings, 1 reply; 2+ messages in thread
From: Takashi Yano @ 2021-02-18  9:02 UTC (permalink / raw)
  To: cygwin-patches

---
 winsup/cygwin/release/3.2.0 | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/winsup/cygwin/release/3.2.0 b/winsup/cygwin/release/3.2.0
index d02d16863..d69ed446c 100644
--- a/winsup/cygwin/release/3.2.0
+++ b/winsup/cygwin/release/3.2.0
@@ -9,6 +9,11 @@ What's new:
   thrd_detach, thrd_equal, thrd_exit, thrd_join, thrd_sleep, thrd_yield,
   tss_create, tss_delete, tss_get, tss_set.
 
+- In cygwin console, new thread which handles special keys/signals such
+  as Ctrl-Z (VSUSP), Ctrl-\ (VQUIT), Ctrl-S (VSTOP), Ctrl-Q (VSTART) and
+  SIGWINCH has been intrudocued. There have been a long standing issue
+  that these keys/signals are handled only when app calls read() or
+  select(). Now, these work even if app does not call read() or select().
 
 What changed:
 -------------
-- 
2.30.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Cygwin: Add console fix regarding Ctrl-Z etc. to release notes.
  2021-02-18  9:02 [PATCH] Cygwin: Add console fix regarding Ctrl-Z etc. to release notes Takashi Yano
@ 2021-02-19 16:59 ` Corinna Vinschen
  0 siblings, 0 replies; 2+ messages in thread
From: Corinna Vinschen @ 2021-02-19 16:59 UTC (permalink / raw)
  To: cygwin-patches

On Feb 18 18:02, Takashi Yano via Cygwin-patches wrote:
> ---
>  winsup/cygwin/release/3.2.0 | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/winsup/cygwin/release/3.2.0 b/winsup/cygwin/release/3.2.0
> index d02d16863..d69ed446c 100644
> --- a/winsup/cygwin/release/3.2.0
> +++ b/winsup/cygwin/release/3.2.0
> @@ -9,6 +9,11 @@ What's new:
>    thrd_detach, thrd_equal, thrd_exit, thrd_join, thrd_sleep, thrd_yield,
>    tss_create, tss_delete, tss_get, tss_set.
>  
> +- In cygwin console, new thread which handles special keys/signals such
> +  as Ctrl-Z (VSUSP), Ctrl-\ (VQUIT), Ctrl-S (VSTOP), Ctrl-Q (VSTART) and
> +  SIGWINCH has been intrudocued. There have been a long standing issue
> +  that these keys/signals are handled only when app calls read() or
> +  select(). Now, these work even if app does not call read() or select().
>  
>  What changed:
>  -------------
> -- 
> 2.30.0

Pushed with a minor typo fix and I dup'ed this text to doc/new-features.xml


Thanks,
Corinna

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-19 16:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-18  9:02 [PATCH] Cygwin: Add console fix regarding Ctrl-Z etc. to release notes Takashi Yano
2021-02-19 16:59 ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).