Re: Status of patches I proposed recently
Takashi Yano <[email protected]> Wed, 24 Jun 2026 22:18:35 +0900
| Newsgroups | gmane.os.cygwin.patches |
|---|---|
| Message-ID | <[email protected]> |
Now, all patches have been pushed. Mark, thank you very much for reviewing so many patches in such a short period. On Tue, 23 Jun 2026 10:35:04 +0900 Takashi Yano wrote: > Status updated. > > * 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 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] > > > [Done] > * pty/console pathces [Bug fix]: > [PATCH] Cygwin: pty: Do not set input_available_event when applying line_edit() (T)(R)(P) [ 8 Jun] > [PATCH v3 1/2] Cygwin: pty: Introduce a helper function get_handle_from_process() (T)(R)(P) [ 8 Jun] > [PATCH v3 2/2] Cygwin: pty: Prevent unintended conversion for cursor position report (T)(R)(P) [ 8 Jun] > > * Others > [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]>