Re: Status of patches I proposed recently
Takashi Yano <[email protected]> Fri, 19 Jun 2026 14:05:42 +0900
| Newsgroups | gmane.os.cygwin.patches |
|---|---|
| Message-ID | <[email protected]> |
Hi, Is anyone willing to review these pty/console patches? On Sat, 13 Jun 2026 23:24:44 +0900 Takashi Yano wrote: > All pty/console patches are not reviewed yet. Three patches are tested by Koichi. > > * pty patches [New feature]: > [PATCH v2 2/3] Cygwin: pty: Discard pcon input buffer when discard_input is called. + [13 Jun] > [PATCH v2 3/3] Cygwin: pty: Fixup pty state after a cygwin app exits + [13 Jun] > (These two patches require following pty bug fix patches.) > > * pty/console pathces [Bug fix]: > [PATCH] Cygwin: pty: Do not set input_available_event when applying line_edit() (T) [ 8 Jun] > [PATCH v3 1/2] Cygwin: pty: Introduce a helper function get_handle_from_process() (T)+ [ 8 Jun] > [PATCH v3 2/2] Cygwin: pty: Prevent unintended conversion for cursor position report (T)+ [ 8 Jun] > [PATCH v5] Cygwin: pty: Fix race issue between starting and exiting non-cygwin app + [11 Jun] > [PATCH 1/3] Cygwin: console: Ensure the master thread runs only when it is supposed to [11 Jun] > [PATCH 2/3] Cygwin: console: Fix NOFLSH mode a little [11 Jun] > [PATCH 3/3] Cygwin: console: Fix typeahead input for bash [11 Jun] > [PATCH] Cygwin: pty: Treat CR/NL in accept_input() the same as in transfer_input() [12 Jun] > > * Others [ALl done] > [PATCH v3] Cygwin: clipboard: Add workaround for ERROR_CLIPBOARD_NOT_OPEN (R)+(P) > > + Patch revised after the last report > (T) Tested > (R) Under review > (P) Pushed -- Takashi Yano <[email protected]>